public class CollectGcBiasMetrics extends SinglePassSamProgram
| Modifier and Type | Field and Description |
|---|---|
java.io.File |
CHART_OUTPUT |
boolean |
IS_BISULFITE_SEQUENCED |
double |
MINIMUM_GENOME_FRACTION |
java.io.File |
SUMMARY_OUTPUT |
int |
WINDOW_SIZE |
ASSUME_SORTED, INPUT, OUTPUT, STOP_AFTERCOMPRESSION_LEVEL, CREATE_INDEX, CREATE_MD5_FILE, GA4GH_CLIENT_SECRETS, MAX_RECORDS_IN_RAM, QUIET, REFERENCE_SEQUENCE, TMP_DIR, VALIDATION_STRINGENCY, VERBOSITY| Constructor and Description |
|---|
CollectGcBiasMetrics() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
acceptRead(htsjdk.samtools.SAMRecord rec,
htsjdk.samtools.reference.ReferenceSequence ref)
Should be implemented by subclasses to accept SAMRecords one at a time.
|
protected void |
finish()
Should be implemented by subclasses to do one-time finalization work.
|
static void |
main(java.lang.String[] args)
Stock main method.
|
protected void |
setup(htsjdk.samtools.SAMFileHeader header,
java.io.File samFile)
Should be implemented by subclasses to do one-time initialization work.
|
doWork, makeItSo, usesNoRefReadscustomCommandLineValidation, getCommandLine, getCommandLineParser, getDefaultHeaders, getMetricsFile, getNestedOptions, getNestedOptionsForHelp, getStandardUsagePreamble, getVersion, instanceMain, instanceMainWithExit, parseArgs, setDefaultHeaders@Option(shortName="CHART", doc="The PDF file to render the chart to.") public java.io.File CHART_OUTPUT
@Option(shortName="S", doc="The text file to write summary metrics to.", optional=true) public java.io.File SUMMARY_OUTPUT
@Option(doc="The size of windows on the genome that are used to bin reads.") public int WINDOW_SIZE
@Option(doc="For summary metrics, exclude GC windows that include less than this fraction of the genome.") public double MINIMUM_GENOME_FRACTION
public static void main(java.lang.String[] args)
protected void setup(htsjdk.samtools.SAMFileHeader header,
java.io.File samFile)
SinglePassSamProgramsetup in class SinglePassSamProgramprotected void acceptRead(htsjdk.samtools.SAMRecord rec,
htsjdk.samtools.reference.ReferenceSequence ref)
SinglePassSamProgramacceptRead in class SinglePassSamProgramprotected void finish()
SinglePassSamProgramfinish in class SinglePassSamProgram