-
Notifications
You must be signed in to change notification settings - Fork 0
packer dna to fasta
masikol edited this page Oct 18, 2022
·
4 revisions
Script packs all "SPAdes-like" .dna files in contigs
directory to single multi-fasta file 'packed_dna.fasta'.
"SPAdes-like" means that name of file is of following format: NODE_1_length_61704_cov_114.517.dna
The script is written in Python, so you need Python interpreter (version 3.X) to use it. Here you can download Python.
-h (--help): print help message;
-v (--version): print version;
Just run it in directory, where folder contigs
is located
python3 packer-dna-to-fasta.py