This project is currently under development.
awk 'BEGIN {n_seq=0;} /^>/ {if(n_seq%50000==0){file=sprintf("myseq%d.fa",n_seq);} print >> file; n_seq++; next;} { print >> file; }' < e5.proteomes.faa
- Nicholas Dimonaco [email protected]
- Keiron O'Shea [email protected]