pub struct Config {
pub allowed_read_dist: u32,
pub allowed_count_factor: u32,
pub allowed_network_depth: usize,
pub umi_tag: String,
pub input_bam: String,
pub output_bam: String,
pub umi_in_read_id: bool,
pub ignore_splice_pos: bool,
pub group_only: bool,
pub is_paired: bool,
}
Fields§
§allowed_read_dist: u32
§allowed_count_factor: u32
§allowed_network_depth: usize
§umi_tag: String
§input_bam: String
§output_bam: String
§umi_in_read_id: bool
§ignore_splice_pos: bool
§group_only: bool
§is_paired: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more