Skip to content

Simple BioPython toy to filter contigs based on size. Used highly-Pythonic "generator" design - ideal for adaptation to stream processing.

License

Notifications You must be signed in to change notification settings

tinybio/filter_contigs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

filter_contigs

Simple BioPython toy to filter contigs based on size. Used highly-Pythonic "generator" design - ideal for adaptation to stream processing.

usage

python filter_contigs.py 500 /path/to/my/assembly.fasta > /path/to/filtered/output.fasta

About

Simple BioPython toy to filter contigs based on size. Used highly-Pythonic "generator" design - ideal for adaptation to stream processing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages