Goal To split a multi-sequence file into individual files according to specified criteria.
Script split("results.fasta", to='alpha_*.fas')
Output The two files (alpha.fas and alphabet.fasta) comprising the multi-sequence results.fasta file are saved as separate sequence files using the names in their definition lines, prepended by “alpha_”.

Need more help with this?
Contact DNASTAR

Thanks for your feedback.