Struct barcode_count::Args[][src]

pub struct Args {
Show 13 fields pub fastq: String, pub format: String, pub sample_barcodes_option: Option<String>, pub counted_barcodes_option: Option<String>, pub output_dir: String, pub threads: u8, pub prefix: String, pub merge_output: bool, pub barcodes_errors_option: Option<u8>, pub sample_errors_option: Option<u8>, pub constant_errors_option: Option<u8>, pub min_average_quality_score: f32, pub enrich: bool,
}
Expand description

A struct that contains and initiates all input arguments

Fields

fastq: Stringformat: Stringsample_barcodes_option: Option<String>counted_barcodes_option: Option<String>output_dir: Stringthreads: u8prefix: Stringmerge_output: boolbarcodes_errors_option: Option<u8>sample_errors_option: Option<u8>constant_errors_option: Option<u8>min_average_quality_score: f32enrich: bool

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.