Entering edit mode
6.7 years ago
pong.singchat
•
0
could you please help me to do this;
now I have head name like this:
>1
AAATAAAGTAACT
>2
ATCCCCTCCCTTA
and I need to edit it to
>contig_1 species name
AAATAAAGTAACV
>contig_2 species name
ATCCCCTCCCCC
Note; Can you recommend cat, grep, sed command, its will be great great for me.
Thank you so much..
This is part of a long-running series called "google your own title".
There are so many good links I can't even choose one.
'
sed
' would be great. I recommend it.Thank you so much could you please give me the command line?
Try something. If you get stuck, or get an error - post the output and error message.
See this post, for example:
A: Create list of sequences present in multiple FASTA files
See the right panel, there are usually a lot of similar question-answers there.
OR press "LATEST" button at the left upper corner, type some key-words there - it may halp. In you case:
rename fasta file or something similar,
Ohh
Its good for me
Big thanks
If you know a bit of python you can give a try to Biopython SeqIO module.