pub trait InputModOptions {
// Required methods
fn tag(&self) -> Option<ModChar>;
fn mod_strand(&self) -> Option<RestrictModCalledStrand>;
fn mod_prob_filter(&self) -> ThresholdState;
fn trim_read_ends_mod(&self) -> usize;
fn base_qual_filter_mod(&self) -> u8;
}Expand description
Retrieves options for modification input
Required Methods§
Sourcefn mod_strand(&self) -> Option<RestrictModCalledStrand>
fn mod_strand(&self) -> Option<RestrictModCalledStrand>
retrieves option to set basecalled strand or opposite in mod retrieval
Sourcefn mod_prob_filter(&self) -> ThresholdState
fn mod_prob_filter(&self) -> ThresholdState
returns probability filter
Sourcefn trim_read_ends_mod(&self) -> usize
fn trim_read_ends_mod(&self) -> usize
returns read end trimming
Sourcefn base_qual_filter_mod(&self) -> u8
fn base_qual_filter_mod(&self) -> u8
returns threshold for filtering base PHRED quality