[][src]Module fmlrc::ordered_fasta_writer

Contains a wrapper around the rust-bio FASTA writer, but forces an ordering on the reads

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.