Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 425 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 425 Bytes

Split Multi Fasta File into Individual Files

Splitting one multi fasta file into multiple files with only one sequence each using the sequence IDs as file names.

Usage

python split_multi_fasta.py /path/to/fasta/file

Example

For testing purpose, there is a file in example folder with name test.fasta which has 4 sequences. For your better understanding, you can use test.fasta to know how this tool works.