Struct OptionsFor
Options for the different commands. See the source code,
dentist <command> --help
or dentist --list-options
for
a description of the options.
Note, due to a limitation of D's documentation generation the API doc
is rather useless because it does not capture the decorators (@Option
,
@Argument
, ...) that actually describe the CLI.
Fields
Properties
Name | Type | Description |
---|---|---|
anchorSkippingPileUpsOptions [get]
|
auto | |
bedFileName [get]
|
string | |
chainingOptions [get]
|
ChainingOptions | |
consensusOptions [get]
|
auto | |
daccordOptions [get]
|
auto | |
hasMaxCoverageReads [get]
|
bool | |
hasMaxImproperCoverageReads [get]
|
bool | |
hasMinCoverageReads [get]
|
bool | |
hasReadCoverage [get]
|
bool | |
hasReadsDb [get]
|
bool | |
mergeExtensions [get]
|
bool | |
numPileUps [get]
|
id_t | |
numReferenceContigs [get]
|
id_t | |
pileUpAlignmentOptions [get]
|
string[] | |
pileUpDustOptions [get]
|
string[] | |
pileUpLength [get]
|
id_t | |
postConsensusAlignmentOptions [get]
|
string[] | |
recoverImperfectContigsAlignmentOptions [get]
|
string[] | |
referenceContigBatchSize [get]
|
id_t | |
refVsReadsAlignmentOptions [get]
|
string[] | |
selfAlignmentOptions [get]
|
string[] | |
tandemAlignmentOptions [get]
|
string[] |
Methods
Inner structs
Name | Description |
---|---|
AnchorSkippingPileUpsOptions
|
|
ConsensusOptions
|
Enums
Name | Description |
---|---|
OnlyFlag
|
Aliases
Name | Description |
---|---|
OnlyFlags
|