Skip to main content

Crate rasusa

Crate rasusa 

Source

Re-exports§

pub use crate::cli::Cli;
pub use crate::fastx::Fastx;
pub use crate::subsampler::SubSampler;
pub use crate::subsampler::SubsampleMode;

Modules§

alignment
cli
fastx
format
Single source of truth for file-format/compression detection and the mappings derived from it. Before this module existed, extension->format detection, the compression-level defaults, and the OutputFormat->noodles Format mapping were each duplicated across reads.rs, fastx.rs, and alignment/io.rs, with no guarantee the copies agreed.
reads
record
source
subsampler
threading
Shared reader/writer factory for optional multithreaded BGZF (de)compression.

Traits§

Runner