Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

Collection of scripts that might be useful in daily lab work

License

Notifications You must be signed in to change notification settings

etiology/LabUtilities

 
 

Repository files navigation

LabUtilities

Collection of scripts that might be useful in daily lab work

split_fasta.py -n reads_per_output_file -f large_fasta_file

Splits a multi-sequence fasta file into multiple files containing n number of reads. Examples: Split a very large fasta file into smaller files containing 10,000 reads python split_fasta.py -f large_amino_acid_file.faa -n 10000 NOTE: This script places the output files in the current directory. It's recommended that you create an empty directory to work in.

About

Collection of scripts that might be useful in daily lab work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%