changing header name in fasta file
1
0
Entering edit mode
6.1 years ago

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..

sequence genome • 2.0k views
ADD COMMENT
4
Entering edit mode

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.

ADD REPLY
2
Entering edit mode

'sed' would be great. I recommend it.

ADD REPLY
0
Entering edit mode

Thank you so much could you please give me the command line?

ADD REPLY
2
Entering edit mode

Try something. If you get stuck, or get an error - post the output and error message.

ADD REPLY
2
Entering edit mode

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,

ADD REPLY
0
Entering edit mode

Ohh

Its good for me

Big thanks

ADD REPLY
0
Entering edit mode

If you know a bit of python you can give a try to Biopython SeqIO module.

ADD REPLY
0
Entering edit mode
6.1 years ago
Hugo ▴ 380

Dear colleague,

I will recommend you to try SEDA. The "Rename header" option (explained in section 3.8 of the user manual) allows you to do exactly what you need.

With best regards,

Hugo.

ADD COMMENT
0
Entering edit mode

Thank you so much, Hugo Worapong

ADD REPLY

Login before adding your answer.

Traffic: 2001 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6