Header menu logo BioFSharp

OutputParams Type

Union cases

Union case Description

BAMHandling BAMHandlingOptions list

Full Usage: BAMHandling BAMHandlingOptions list

Parameters:

various BAM specific options

Item : BAMHandlingOptions list

FileNamePrefix string

Full Usage: FileNamePrefix string

Parameters:
    Item : string

output files name prefix (including full or relative path). Can only be defined on the command line.

Item : string

Formatting OutputFormattingOptions list

Full Usage: Formatting OutputFormattingOptions list

Parameters:

various SAM/BAM formatting options

Item : OutputFormattingOptions list

KeepUnmappedReads bool

Full Usage: KeepUnmappedReads bool

Parameters:
    Item : bool

output of unmapped and partially mapped (i.e. mapped only one mate of a paired end read) reads in separate file(s). either no output or output in separate fasta/fastq files, Unmapped.out.mate1/2

Item : bool

MultimapperOrder AlignmentOrder

Full Usage: MultimapperOrder AlignmentOrder

Parameters:

string: order of multimapping alignments in the output files

Item : AlignmentOrder

QSconversionAdd int

Full Usage: QSconversionAdd int

Parameters:
    Item : int

int: add this number to the quality score (e.g. to convert from Illumina to Sanger, use -31)

Item : int

Std OutputSTDOptions

Full Usage: Std OutputSTDOptions

Parameters:

which output will be directed to stdout (standard out)

Item : OutputSTDOptions

TmpDir string

Full Usage: TmpDir string

Parameters:
    Item : string

path to a directory that will be used as temporary by STAR. All contents of this directory will be removed! the temp directory will default to outFileNamePrefix_STARtmp

Item : string

TmpKeep bool

Full Usage: TmpKeep bool

Parameters:
    Item : bool

whether to keep the temporary files after STAR runs is finished

Item : bool

type of SAM/BAM output

Item : OutputTypeOptions

Static members

Static member Description

OutputParams.makeCmd

Full Usage: OutputParams.makeCmd

Returns: OutputParams -> string list
Returns: OutputParams -> string list

OutputParams.makeCmdWith m

Full Usage: OutputParams.makeCmdWith m

Parameters:
Returns: OutputParams -> string list
m : MountInfo
Returns: OutputParams -> string list

Type something to start searching.