Re-naming some sequences header within the fasta file
Dear all,
I got a large fasta file with two types of header, the header name for some sequences is contig and for some of them is cx_gx_ix. I want to rename all headers named contig to another name say c_g_i. Please help me how I should do it?
• 2,649 views
•
link
0 answers
No answers yet.
Log in to answer this question.
man sedhttp://linux.die.net/man/1/sed, http://unix.stackexchange.com/questions/112023Thanks friend
Try this