[][src]Module fmlrc::ordered_fasta_writer

Structs

OrderedFastaWriter

This is a wrapper for the bio::io::fasta::Writer that forces reads to be written in a specified order. Reads that are not ready to be written are stored until the reads before it are written.