Hello, I have a text file likes this:
GTCAAAGATCAGATGGTTGTAGATGTGTGGTGTTATTTCTGAAGCCTCTGTTCAAGGAAGGCAGTTTCTTATGAA
I want to convert it to a fasta file. Can we just manually add a ">" in the fist line?
Thanks
Hello, I have a text file likes this:
GTCAAAGATCAGATGGTTGTAGATGTGTGGTGTTATTTCTGAAGCCTCTGTTCAAGGAAGGCAGTTTCTTATGAA
I want to convert it to a fasta file. Can we just manually add a ">" in the fist line?
Thanks
A good explaination of the FASTA format is here:
http://en.wikipedia.org/wiki/FASTA_format
Some applications will use the word immediately after the ">" symbols as an "ID" so make sure it means something to you. You that you can put multiple sequences in the one file, just start each new one with a ">" line, and use a unique ID for each one.
Probably you have figured it out.
Following the second link, I found http://www.ebi.ac.uk/Tools/sfc/emboss_seqret/ which worked for me.
Yes. With some added text to identify the sequence.
Yes. As you said, the answer is that simple: simply add '>' at the top of your file. Probably, this is the most simple conversion possible !! :) :)
It is not like converting Fasta back to chromatograms :) :) :)
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Just adding ">" is not a solution, you need biological identifier!