@DocumentedFeature @Deprecated public class CrosscheckReadGroupFingerprints extends CrosscheckFingerprints
CrosscheckFingerprints instead.| Modifier and Type | Field | Description |
|---|---|---|
boolean |
CROSSCHECK_LIBRARIES |
Deprecated.
|
boolean |
CROSSCHECK_SAMPLES |
Deprecated.
|
boolean |
EXPECT_ALL_READ_GROUPS_TO_MATCH |
Deprecated.
|
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, VERBOSITYALLOW_DUPLICATE_READS, CALCULATE_TUMOR_AWARE_RESULTS, CROSSCHECK_BY, CROSSCHECK_MODE, EXIT_CODE_WHEN_MISMATCH, EXPECT_ALL_GROUPS_TO_MATCH, GENOTYPING_ERROR_RATE, HAPLOTYPE_MAP, INPUT, INPUT_SAMPLE_MAP, LOD_THRESHOLD, LOSS_OF_HET_RATE, MATRIX_OUTPUT, NUM_THREADS, OUTPUT, OUTPUT_ERRORS_ONLY, SECOND_INPUT, SECOND_INPUT_SAMPLE_MAP| Constructor | Description |
|---|---|
CrosscheckReadGroupFingerprints() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected String[] |
customCommandLineValidation() |
Deprecated.
Put any custom command-line validation in an override of this method.
|
protected int |
doWork() |
Deprecated.
Do the work after command line has been parsed.
|
getCommandLine, getCommandLineParser, getDefaultHeaders, getFaqLink, getMetricsFile, getStandardUsagePreamble, getStandardUsagePreamble, getVersion, hasWebDocumentation, instanceMain, instanceMainWithExit, makeReferenceArgumentCollection, parseArgs, requiresReference, setDefaultHeaders, useLegacyParsergetFingerprintIdDetailsStringFunction, mergeFingerprintsBy@Argument(doc="Instead of producing the normal comparison of read-groups, roll fingerprints up to the sample level and print out a sample x sample matrix with LOD scores.") public boolean CROSSCHECK_SAMPLES
@Argument(doc="Instead of producing the normal comparison of read-groups, roll fingerprints up to the library level and print out a library x library matrix with LOD scores.") public boolean CROSSCHECK_LIBRARIES
@Argument(doc="Expect all read groups\' fingerprints to match, irrespective of their sample names. By default (with this value set to false), read groups with different sample names are expected to mismatch, and those with the same sample name are expected to match.",
mutex="EXPECT_ALL_GROUPS_TO_MATCH")
public boolean EXPECT_ALL_READ_GROUPS_TO_MATCH
public CrosscheckReadGroupFingerprints()
protected String[] customCommandLineValidation()
CommandLineProgramcustomCommandLineValidation in class CrosscheckFingerprintsprotected int doWork()
CommandLineProgramdoWork in class CrosscheckFingerprints