A multi-fasta file will be numbered consecutively, correct? OP should keep that in mind.
• 0 views
•
link
What’s the most efficient (fast and simple code) way to convert/cut a fasta file (either part or the whole sequence) of a chromosome into two column tab-delimited format of pos and base? For example:
>chr2
ATGCATTC...
1 A
2 T
3 G
4 C
…
I know we can write a script to do so. But this seems to be a task for a one-liner or some existing tools. Thanks!
Log in to answer this question.