Header menu logo BioFSharp

OutputSplittingOptions Type

Union cases

Union case Description

Split int

Full Usage: Split int

Parameters:
    Item : int

split output by limiting total split file number with this option (2~999), a sequential number prefix will be added to output name ( 0001.out.fq, 0002.out.fq...), disabled by default.

Item : int

SplitByLines int64

Full Usage: SplitByLines int64

Parameters:
    Item : int64

split output by limiting lines of each file with this option(>=1000), a sequential number prefix will be added to output name ( 0001.out.fq, 0002.out.fq...), disabled by default.

Item : int64

SplitPrefixDigits int

Full Usage: SplitPrefixDigits int

Parameters:
    Item : int

the digits for the sequential number padding (1~10), default is 4, so the filename will be padded as 0001.xxx, 0 to disable padding.

Item : int

Static members

Static member Description

OutputSplittingOptions.makeCmd

Full Usage: OutputSplittingOptions.makeCmd

Returns: OutputSplittingOptions -> string
Returns: OutputSplittingOptions -> string

Type something to start searching.