Entering edit mode
11.8 years ago
2011101101
▴
110
I have a document that one sequence one row.I want to get the fasta format and the name is the sequence.
aaaacccc
aaccctttt
aatgtgtgt
gggg
The result should be this
>aaaacccc
aaaacccc
>aaccctttt
aaccctttt
>aatgtgtgt
aatgtgtgt
>gggg
gggg
I am trying to conceive what purpose this could ever be useful for... Anyone?