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