Skip to main content

Crate rsomics_fastq_trim

Crate rsomics_fastq_trim 

Source

Re-exports§

pub use adapter::AdapterConfig;
pub use adapter::find_adapter_3p;
pub use fixed::FixedTrimConfig;
pub use fixed::apply_fixed;
pub use overlap::OverlapConfig;
pub use overlap::OverlapResult;
pub use overlap::analyze as analyze_overlap;
pub use overlap::reverse_complement;
pub use pipeline::Pipeline;
pub use pipeline::PipelineConfig;
pub use pipeline::TrimReport;
pub use polyx::PolyXConfig;
pub use polyx::find_dominant_polyx_3p;
pub use polyx::find_polyx_3p;

Modules§

adapter
fixed
overlap
pipeline
polyx