sequence splitting
1
0
Entering edit mode
2.2 years ago
zhichusun ▴ 10

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.

split • 566 views
ADD COMMENT
1
Entering edit mode

you split your fasta file into 10 new files of relatively same size:

  pyfasta split -n 10 your.fasta
ADD REPLY
0
Entering edit mode
2.2 years ago
zhichusun ▴ 10

seqkit split hairpin.fa.gz -p 4 -2

ADD COMMENT

Login before adding your answer.

Traffic: 3081 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6