public class ScatterIntervalsByNs extends CommandLineProgram
| Modifier and Type | Field and Description |
|---|---|
int |
MAX_TO_MERGE |
java.io.File |
OUTPUT |
picard.util.ScatterIntervalsByNs.OutputType |
OUTPUT_TYPE |
java.io.File |
REFERENCE |
COMPRESSION_LEVEL, CREATE_INDEX, CREATE_MD5_FILE, GA4GH_CLIENT_SECRETS, MAX_RECORDS_IN_RAM, QUIET, REFERENCE_SEQUENCE, TMP_DIR, VALIDATION_STRINGENCY, VERBOSITY| Constructor and Description |
|---|
ScatterIntervalsByNs() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
doWork()
Do the work after command line has been parsed.
|
static void |
main(java.lang.String[] args) |
static htsjdk.samtools.util.IntervalList |
segregateReference(htsjdk.samtools.reference.ReferenceSequenceFile refFile,
int maxNmerToMerge)
****************************************************************
Generate an interval list that alternates between Ns and ACGTs *
****************************************************************
|
customCommandLineValidation, getCommandLine, getCommandLineParser, getDefaultHeaders, getMetricsFile, getNestedOptions, getNestedOptionsForHelp, getStandardUsagePreamble, getVersion, instanceMain, instanceMainWithExit, parseArgs, setDefaultHeaders@Option(shortName="OT", doc="Type of intervals to output.", optional=true) public picard.util.ScatterIntervalsByNs.OutputType OUTPUT_TYPE
public static void main(java.lang.String[] args)
protected int doWork()
CommandLineProgramdoWork in class CommandLineProgrampublic static htsjdk.samtools.util.IntervalList segregateReference(htsjdk.samtools.reference.ReferenceSequenceFile refFile,
int maxNmerToMerge)