[][src]Struct rumi_lib::Config

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: u32allowed_count_factor: u32allowed_network_depth: usizeumi_tag: Stringinput_bam: Stringoutput_bam: Stringumi_in_read_id: boolignore_splice_pos: boolgroup_only: boolis_paired: bool

Trait Implementations

impl Debug for Config[src]

Auto Trait Implementations

impl Send for Config

impl Sync for Config

impl Unpin for Config

impl UnwindSafe for Config

impl RefUnwindSafe for Config

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]