sequence splitting
I have a large fasta file. I would like to ask how to divide this file into different small fasta files according to the size and keep the sequence of the gene intact.
• 1,162 views
•
link
1 answer
seqkit split hairpin.fa.gz -p 4 -2
• 0 views
•
link
Log in to answer this question.
you split your fasta file into 10 new files of relatively same size: