Header menu logo BioFSharp

LengthFilteringOptions Type

Union cases

Union case Description

DisableLengthFiltering

Full Usage: DisableLengthFiltering

length filtering is enabled by default. If this option is specified, length filtering is disabled.

LengthLimit int

Full Usage: LengthLimit int

Parameters:
    Item : int

reads longer than length_limit will be discarded, default 0 means no limitation.

Item : int

RequiredLength int

Full Usage: RequiredLength int

Parameters:
    Item : int

reads shorter than length_required will be discarded, default is 15.

Item : int

Static members

Static member Description

LengthFilteringOptions.makeCmd

Full Usage: LengthFilteringOptions.makeCmd

Returns: LengthFilteringOptions -> string
Returns: LengthFilteringOptions -> string

Type something to start searching.