nuclease 0.6.0

Streaming FASTQ preprocessor with a focus on extensibility
1
2
3
4
5
6
7
//! Platform-specific curated adapter catalog tables.

pub(crate) mod illumina;
pub(crate) mod mgi;
pub(crate) mod ont;
pub(crate) mod pacbio;
pub(crate) mod qiaseq;