@DocumentedFeature public class CollectJumpingLibraryMetrics extends CommandLineProgram
Modifier and Type | Field and Description |
---|---|
int |
CHIMERA_KB_MIN |
java.util.List<java.io.File> |
INPUT |
java.lang.Integer |
MINIMUM_MAPPING_QUALITY |
java.io.File |
OUTPUT |
int |
TAIL_LIMIT |
COMPRESSION_LEVEL, CREATE_INDEX, CREATE_MD5_FILE, GA4GH_CLIENT_SECRETS, MAX_RECORDS_IN_RAM, QUIET, REFERENCE_SEQUENCE, referenceSequence, specialArgumentsCollection, TMP_DIR, USE_JDK_DEFLATER, USE_JDK_INFLATER, VALIDATION_STRINGENCY, VERBOSITY
Constructor and Description |
---|
CollectJumpingLibraryMetrics() |
Modifier and Type | Method and Description |
---|---|
protected int |
doWork()
Calculates the detailed statistics about the jumping library and then generates the results.
|
static void |
main(java.lang.String[] args)
Stock main method.
|
customCommandLineValidation, getCommandLine, getCommandLineParser, getDefaultHeaders, getFaqLink, getMetricsFile, getStandardUsagePreamble, getStandardUsagePreamble, getVersion, hasWebDocumentation, instanceMain, instanceMainWithExit, makeReferenceArgumentCollection, parseArgs, requiresReference, setDefaultHeaders, useLegacyParser
@Argument(shortName="I", doc="BAM file(s) of reads with duplicates marked") public java.util.List<java.io.File> INPUT
@Argument(shortName="O", doc="File to which metrics should be written") public java.io.File OUTPUT
@Argument(shortName="MQ", doc="Mapping quality minimum cutoff") public java.lang.Integer MINIMUM_MAPPING_QUALITY
@Argument(shortName="T", doc="When calculating mean and stdev stop when the bins in the tail of the distribution contain fewer than mode/TAIL_LIMIT items") public int TAIL_LIMIT
@Argument(doc="Jumps greater than or equal to the greater of this value or 2 times the mode of the outward-facing pairs are considered chimeras") public int CHIMERA_KB_MIN
public static void main(java.lang.String[] args)
protected int doWork()
doWork
in class CommandLineProgram