Struct finch::filtering::FilterParams [] [src]

pub struct FilterParams {
    pub filter_on: Option<bool>,
    pub abun_filter: (Option<u16>, Option<u16>),
    pub err_filter: f32,
    pub strand_filter: f32,
}

Used to pass around filter options for sketching

Fields

Trait Implementations

impl Debug for FilterParams
[src]

[src]

Formats the value using the given formatter.