how to convert fasta format to certain format
Dear All, I'm new here. When I deal with my small RNA-seq data, I want to remove non-mirna seq. So, i blast my clean reads to rfam and get trna and rrna, now I meet some problem when I change my data format. Now my fasta data is like:
>seq1
ATATATATAT
>seq2
CGCGCGCGC
But I want to convert it to
>seq1 ATATATATAT
>seq2 CGCGCGCG
which have two column so that this format can be easy to remove certain sequence in R.
Anyone can help me?
Thanks a lot!!
• 1,174 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Side note: This Fasta file from *.tab file is the exact opposite question.
Hello yangzituo!
Questions similar to yours can already be found at:
We have closed your question to allow us to keep similar content in the same thread.
If you disagree with this please tell us why in a reply below. We'll be happy to talk about it.
Cheers!
Hey thanks for your reply, but wait a min how do I change the second format back to first format?
See my first comment for the reverse action or: Fasta file from *.tab file