Please be aware that the page you are currently viewing is not for the latest available version!
Inputs for Somatic
The following is an overview of all available inputs in Somatic.
Required inputs
- Somatic.bwaIndex
-
struct(fastaFile : File, indexFiles : Array[File])
The BWA index files. - Somatic.dbsnpVCF
-
File
dbsnp VCF file used for checking known sites - Somatic.dbsnpVCFIndex
-
File
Index (.tbi) file for the dbsnp VCF - Somatic.dockerImagesFile
-
File
A YAML file describing the docker image used for the tasks. The dockerImages.yml provided with the pipeline is recommended. - Somatic.referenceFasta
-
File
The reference fasta file - Somatic.referenceFastaDict
-
File
Sequence dictionary (.dict) file of the reference - Somatic.referenceFastaFai
-
File
Fasta index (.fai) file of the reference - Somatic.sampleConfigFile
-
File
The samplesheet, including sample ids, library ids, readgroup ids and fastq file locations.
Other common inputs
- Somatic.adapterForward
-
String? — Default:
"AGATCGGAAGAG"
The adapter to be removed from the reads first or single end reads. - Somatic.adapterReverse
-
String? — Default:
"AGATCGGAAGAG"
The adapter to be removed from the reads second end reads. - Somatic.cnvPanelOfNormals
-
File?
The panel of normals file to be used for CNV calling. If not provided (and performCnvCalling is set to true) then this will be generated on the fly using the samples lacking a control sample in the samplesheet. - Somatic.CNVs.annotatedIntervals
-
File?
An annotated set of intervals as generated by AnnotateIntervals (eg. using CNV-PON.wdl). Will be ignored if PON is provided. - Somatic.generateCnvPanelOfNormals.annotateIntervals.mappabilityTrack
-
File?
Equivalent to gatk AnnotateIntervals' `--mappability-track` option. - Somatic.generateCnvPanelOfNormals.annotateIntervals.segmentalDuplicationTrack
-
File?
Equivalent to gatk AnnotateIntervals' `--segmenta-duplicarion-track` option. - Somatic.generateCnvPanelOfNormals.PONname
-
String — Default:
"PON"
The name the PON file should be given. - Somatic.outputDir
-
String — Default:
"."
The directory the output should be written to. - Somatic.performCnvCalling
-
Boolean — Default:
false
Whether or not CNV calling should be performed. - Somatic.preprocessedIntervals
-
File?
The preprocessed intervals to be used for CNV calling. If not provided (and performCnvCalling is set to true) then this will be generated on the fly. - Somatic.regions
-
File?
A bed file describing the regions to call variants for. - Somatic.runManta
-
Boolean — Default:
true
Whether or not manta should be run as part of the Strelka pipeline. - Somatic.runMutect2
-
Boolean — Default:
true
Whether or not to run Mutect2. - Somatic.runStrelka
-
Boolean — Default:
true
Whether or not to run Strelka. - Somatic.runVardict
-
Boolean — Default:
true
Whether or not to run VarDict. - Somatic.sample.bqsr.regions
-
File?
A bed file describing the regions to operate on. - Somatic.sample.bqsr.splitSplicedReads
-
Boolean — Default:
false
Whether or not gatk's SplitNCgarReads should be run to split spliced reads. This should be enabled for RNAseq samples. - Somatic.sample.bwakit.sixtyFour
-
Boolean — Default:
false
Whether or not the index uses the '.64' suffixes. - Somatic.sample.metrics.ampliconIntervals
-
File?
An interval list describinig the coordinates of the amplicons sequenced. This should only be used for targeted sequencing or WES. Required if `ampliconIntervals` is defined. - Somatic.sample.metrics.refRefflat
-
File?
A refflat file containing gene annotations. If defined RNA sequencing metrics will be collected. - Somatic.sample.metrics.strandedness
-
String — Default:
"None"
The strandedness of the RNA sequencing library preparation. One of "None" (unstranded), "FR" (forward-reverse: first read equal transcript) or "RF" (reverse-forward: second read equals transcript). - Somatic.sample.metrics.targetIntervals
-
Array[File]+?
An interval list describing the coordinates of the targets sequenced. This should only be used for targeted sequencing or WES. If defined targeted PCR metrics will be collected. Requires `ampliconIntervals` to also be defined. - Somatic.sample.qc.contaminations
-
Array[String]+?
Contaminants/adapters to be removed from the reads. - Somatic.sample.qc.readgroupName
-
String — Default:
sub(basename(read1),"(\.fq)?(\.fastq)?(\.gz)?","")
The name of the readgroup. - Somatic.somaticVariantcalling.pairedSomaticSeq.exclusionRegion
-
File?
A bed file describing regions to exclude. - Somatic.somaticVariantcalling.pairedTraining.exclusionRegion
-
File?
A bed file describing regions to exclude. - Somatic.somaticVariantcalling.singleSomaticSeq.exclusionRegion
-
File?
A bed file describing regions to exclude. - Somatic.somaticVariantcalling.singleTraining.exclusionRegion
-
File?
A bed file describing regions to exclude. - Somatic.somaticVariantcalling.strelka.exome
-
Boolean — Default:
false
Whether or not the data is from exome sequencing. - Somatic.somaticVariantcalling.strelka.rna
-
Boolean — Default:
false
Whether or not the data is from RNA sequencing.
Advanced inputs
Show/Hide
- Somatic.cnvMinimumContigLength
-
Int?
The minimum length for a contig to be included in the CNV plots. - Somatic.CNVs.caseSample.callCopyRatioSegments.javaXmx
-
String — Default:
"6G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.CNVs.caseSample.callCopyRatioSegments.memory
-
String — Default:
"21G"
The amount of memory this job will use. - Somatic.CNVs.caseSample.collectAllelicCounts.javaXmx
-
String — Default:
"30G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.CNVs.caseSample.collectAllelicCounts.memory
-
String — Default:
"90G"
The amount of memory this job will use. - Somatic.CNVs.caseSample.collectReadCounts.intervalMergingRule
-
String — Default:
"OVERLAPPING_ONLY"
Equivalent to gatk CollectReadCounts' `--interval-merging-rule` option. - Somatic.CNVs.caseSample.collectReadCounts.javaXmx
-
String — Default:
"7G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.CNVs.caseSample.collectReadCounts.memory
-
String — Default:
"35G"
The amount of memory this job will use. - Somatic.CNVs.caseSample.denoiseReadCounts.javaXmx
-
String — Default:
"13G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.CNVs.caseSample.denoiseReadCounts.memory
-
String — Default:
"39G"
The amount of memory this job will use. - Somatic.CNVs.caseSample.modelSegments.javaXmx
-
String — Default:
"10G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.CNVs.caseSample.modelSegments.maximumNumberOfSmoothingIterations
-
Int — Default:
10
Equivalent to gatk ModelSeqments' `--maximum-number-of-smoothing-iterations` option. - Somatic.CNVs.caseSample.modelSegments.memory
-
String — Default:
"64G"
The amount of memory this job will use. - Somatic.CNVs.caseSample.modelSegments.minimumTotalAlleleCountCase
-
Int — Default:
if defined(normalAllelicCounts) then 0 else 30
Equivalent to gatk ModelSeqments' `--minimum-total-allele-count-case` option. - Somatic.CNVs.caseSample.plotDenoisedCopyRatios.javaXmx
-
String — Default:
"7G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.CNVs.caseSample.plotDenoisedCopyRatios.memory
-
String — Default:
"32G"
The amount of memory this job will use. - Somatic.CNVs.caseSample.plotModeledSegments.javaXmx
-
String — Default:
"7G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.CNVs.caseSample.plotModeledSegments.memory
-
String — Default:
"21G"
The amount of memory this job will use. - Somatic.CNVs.controlSample.callCopyRatioSegments.javaXmx
-
String — Default:
"6G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.CNVs.controlSample.callCopyRatioSegments.memory
-
String — Default:
"21G"
The amount of memory this job will use. - Somatic.CNVs.controlSample.collectAllelicCounts.javaXmx
-
String — Default:
"30G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.CNVs.controlSample.collectAllelicCounts.memory
-
String — Default:
"90G"
The amount of memory this job will use. - Somatic.CNVs.controlSample.collectReadCounts.intervalMergingRule
-
String — Default:
"OVERLAPPING_ONLY"
Equivalent to gatk CollectReadCounts' `--interval-merging-rule` option. - Somatic.CNVs.controlSample.collectReadCounts.javaXmx
-
String — Default:
"7G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.CNVs.controlSample.collectReadCounts.memory
-
String — Default:
"35G"
The amount of memory this job will use. - Somatic.CNVs.controlSample.denoiseReadCounts.javaXmx
-
String — Default:
"13G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.CNVs.controlSample.denoiseReadCounts.memory
-
String — Default:
"39G"
The amount of memory this job will use. - Somatic.CNVs.controlSample.modelSegments.javaXmx
-
String — Default:
"10G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.CNVs.controlSample.modelSegments.maximumNumberOfSmoothingIterations
-
Int — Default:
10
Equivalent to gatk ModelSeqments' `--maximum-number-of-smoothing-iterations` option. - Somatic.CNVs.controlSample.modelSegments.memory
-
String — Default:
"64G"
The amount of memory this job will use. - Somatic.CNVs.controlSample.modelSegments.minimumTotalAlleleCountCase
-
Int — Default:
if defined(normalAllelicCounts) then 0 else 30
Equivalent to gatk ModelSeqments' `--minimum-total-allele-count-case` option. - Somatic.CNVs.controlSample.plotDenoisedCopyRatios.javaXmx
-
String — Default:
"7G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.CNVs.controlSample.plotDenoisedCopyRatios.memory
-
String — Default:
"32G"
The amount of memory this job will use. - Somatic.CNVs.controlSample.plotModeledSegments.javaXmx
-
String — Default:
"7G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.CNVs.controlSample.plotModeledSegments.memory
-
String — Default:
"21G"
The amount of memory this job will use. - Somatic.controlPostition.dockerImage
-
String — Default:
"python:3.7-slim"
The docker image used for this task. Changing this may result in errors which the developers may choose not to address. - Somatic.ConvertDockerImagesFile.dockerImage
-
String — Default:
"quay.io/biocontainers/biowdl-input-converter:0.2.1--py_0"
The docker image used for this task. Changing this may result in errors which the developers may choose not to address. - Somatic.ConvertDockerImagesFile.outputJson
-
String — Default:
basename(yaml,"\.ya?ml$") + ".json"
The location the output JSON file should be written to. - Somatic.ConvertSampleConfig.checkFileMd5sums
-
Boolean — Default:
false
Whether or not the MD5 sums of the files mentioned in the samplesheet should be checked. - Somatic.ConvertSampleConfig.old
-
Boolean — Default:
false
Whether or not the old samplesheet format should be used. - Somatic.ConvertSampleConfig.outputFile
-
String — Default:
"samplesheet.json"
The location the JSON representation of the samplesheet should be written to. - Somatic.ConvertSampleConfig.skipFileCheck
-
Boolean — Default:
true
Whether or not the existance of the files mentioned in the samplesheet should be checked. - Somatic.generateCnvPanelOfNormals.annotateIntervals.featureQueryLookahead
-
Int — Default:
1000000
Equivalent to gatk AnnotateIntervals' `--feature-query-lookahead` option - Somatic.generateCnvPanelOfNormals.annotateIntervals.intervalMergingRule
-
String — Default:
"OVERLAPPING_ONLY"
Equivalent to gatk AnnotateIntervals' `--interval-merging-rule` option. - Somatic.generateCnvPanelOfNormals.annotateIntervals.javaXmx
-
String — Default:
"2G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.generateCnvPanelOfNormals.annotateIntervals.memory
-
String — Default:
"10G"
The amount of memory this job will use. - Somatic.generateCnvPanelOfNormals.collectReadCounts.intervalMergingRule
-
String — Default:
"OVERLAPPING_ONLY"
Equivalent to gatk CollectReadCounts' `--interval-merging-rule` option. - Somatic.generateCnvPanelOfNormals.collectReadCounts.javaXmx
-
String — Default:
"7G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.generateCnvPanelOfNormals.collectReadCounts.memory
-
String — Default:
"35G"
The amount of memory this job will use. - Somatic.generateCnvPanelOfNormals.createReadCountPanelOfNormals.javaXmx
-
String — Default:
"7G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.generateCnvPanelOfNormals.createReadCountPanelOfNormals.memory
-
String — Default:
"21G"
The amount of memory this job will use. - Somatic.generateCnvPanelOfNormals.performExplicitGcCorrection
-
Boolean — Default:
true
Whether or not explicit GC correction should be used for PON generation. Setting this to false will also disable the creation of annotated intervals. - Somatic.generateCnvPanelOfNormals.preprocessIntervals.binLength
-
Int — Default:
if defined(intervals) then 0 else 1000
The size of the bins to be created. Should be 0 for targeted/exome sequencing. - Somatic.generateCnvPanelOfNormals.preprocessIntervals.intervalMergingRule
-
String — Default:
"OVERLAPPING_ONLY"
Equivalent to gatk PreprocessIntervals' `--interval-merging-rule` option. - Somatic.generateCnvPanelOfNormals.preprocessIntervals.javaXmx
-
String — Default:
"2G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.generateCnvPanelOfNormals.preprocessIntervals.memory
-
String — Default:
"10G"
The amount of memory this job will use. - Somatic.generateCnvPanelOfNormals.preprocessIntervals.padding
-
Int — Default:
if defined(intervals) then 250 else 0
The padding to be added to the bins. Should be 0 if contiguos binning is used, eg with WGS. - Somatic.multiqcTask.clConfig
-
String?
Equivalent to MultiQC's `--cl-config` option. - Somatic.multiqcTask.comment
-
String?
Equivalent to MultiQC's `--comment` option. - Somatic.multiqcTask.config
-
File?
Equivalent to MultiQC's `--config` option. - Somatic.multiqcTask.dataDir
-
Boolean — Default:
false
Equivalent to MultiQC's `--data-dir` flag. - Somatic.multiqcTask.dataFormat
-
String?
Equivalent to MultiQC's `--data-format` option. - Somatic.multiqcTask.dirs
-
Boolean — Default:
false
Equivalent to MultiQC's `--dirs` flag. - Somatic.multiqcTask.dirsDepth
-
Int?
Equivalent to MultiQC's `--dirs-depth` option. - Somatic.multiqcTask.exclude
-
Array[String]+?
Equivalent to MultiQC's `--exclude` option. - Somatic.multiqcTask.export
-
Boolean — Default:
false
Equivalent to MultiQC's `--export` flag. - Somatic.multiqcTask.fileList
-
File?
Equivalent to MultiQC's `--file-list` option. - Somatic.multiqcTask.fileName
-
String?
Equivalent to MultiQC's `--filename` option. - Somatic.multiqcTask.flat
-
Boolean — Default:
false
Equivalent to MultiQC's `--flat` flag. - Somatic.multiqcTask.force
-
Boolean — Default:
false
Equivalent to MultiQC's `--force` flag. - Somatic.multiqcTask.fullNames
-
Boolean — Default:
false
Equivalent to MultiQC's `--fullnames` flag. - Somatic.multiqcTask.ignore
-
String?
Equivalent to MultiQC's `--ignore` option. - Somatic.multiqcTask.ignoreSamples
-
String?
Equivalent to MultiQC's `--ignore-samples` option. - Somatic.multiqcTask.ignoreSymlinks
-
Boolean — Default:
false
Equivalent to MultiQC's `--ignore-symlinks` flag. - Somatic.multiqcTask.interactive
-
Boolean — Default:
true
Equivalent to MultiQC's `--interactive` flag. - Somatic.multiqcTask.lint
-
Boolean — Default:
false
Equivalent to MultiQC's `--lint` flag. - Somatic.multiqcTask.megaQCUpload
-
Boolean — Default:
false
Opposite to MultiQC's `--no-megaqc-upload` flag. - Somatic.multiqcTask.memory
-
String — Default:
"4G"
The amount of memory this job will use. - Somatic.multiqcTask.module
-
Array[String]+?
Equivalent to MultiQC's `--module` option. - Somatic.multiqcTask.noDataDir
-
Boolean — Default:
false
Equivalent to MultiQC's `--no-data-dir` flag. - Somatic.multiqcTask.pdf
-
Boolean — Default:
false
Equivalent to MultiQC's `--pdf` flag. - Somatic.multiqcTask.sampleNames
-
File?
Equivalent to MultiQC's `--sample-names` option. - Somatic.multiqcTask.tag
-
String?
Equivalent to MultiQC's `--tag` option. - Somatic.multiqcTask.template
-
String?
Equivalent to MultiQC's `--template` option. - Somatic.multiqcTask.title
-
String?
Equivalent to MultiQC's `--title` option. - Somatic.multiqcTask.zipDataDir
-
Boolean — Default:
false
Equivalent to MultiQC's `--zip-data-dir` flag. - Somatic.platform
-
String — Default:
"illumina"
The platform used for sequencing. - Somatic.runCombineVariants
-
Boolean — Default:
false
Whether or not to combine the variant calling results into one VCF file. - Somatic.runMultiQC
-
Boolean — Default:
if outputDir == "." then false else true
Whether or not MultiQC should be run. - Somatic.sample.bqsr.applyBqsr.javaXmx
-
String — Default:
"4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.sample.bqsr.applyBqsr.memory
-
String — Default:
"12G"
The amount of memory this job will use. - Somatic.sample.bqsr.baseRecalibrator.javaXmx
-
String — Default:
"4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.sample.bqsr.baseRecalibrator.knownIndelsSitesVCFIndexes
-
Array[File] — Default:
[]
The indexed for the known variant VCFs. - Somatic.sample.bqsr.baseRecalibrator.knownIndelsSitesVCFs
-
Array[File] — Default:
[]
VCF files with known indels. - Somatic.sample.bqsr.baseRecalibrator.memory
-
String — Default:
"12G"
The amount of memory this job will use. - Somatic.sample.bqsr.gatherBamFiles.javaXmx
-
String — Default:
"4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.sample.bqsr.gatherBamFiles.memory
-
String — Default:
"12G"
The amount of memory this job will use. - Somatic.sample.bqsr.gatherBqsr.javaXmx
-
String — Default:
"4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.sample.bqsr.gatherBqsr.memory
-
String — Default:
"12G"
The amount of memory this job will use. - Somatic.sample.bqsr.scatterList.bamFile
-
File?
Equivalent to biopet scatterregions' `--bamfile` option. - Somatic.sample.bqsr.scatterList.bamIndex
-
File?
The index for the bamfile given through bamFile. - Somatic.sample.bqsr.scatterList.javaXmx
-
String — Default:
"8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.sample.bqsr.scatterList.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.sample.bqsr.scatterSizeMillions
-
Int — Default:
1000
Same as scatterSize, but is multiplied by 1000000 to get scatterSize. This allows for setting larger values more easily - Somatic.sample.bqsr.splitNCigarReads.javaXmx
-
String — Default:
"4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.sample.bqsr.splitNCigarReads.memory
-
String — Default:
"16G"
The amount of memory this job will use. - Somatic.sample.bwakit.compressionLevel
-
Int — Default:
1
The compression level of the output BAM. - Somatic.sample.bwakit.memory
-
String — Default:
"32G"
The amount of memory this job will use. - Somatic.sample.bwakit.sortMemoryPerThread
-
String — Default:
"4G"
The amount of memory for each sorting thread. - Somatic.sample.bwakit.sortThreads
-
Int?
The number of additional threads to use for sorting. - Somatic.sample.bwakit.threads
-
Int — Default:
4
The number of threads to use for alignment. - Somatic.sample.bwaMem.memory
-
String — Default:
"32G"
The amount of memory this job will use. - Somatic.sample.bwaMem.picardXmx
-
String — Default:
"4G"
The maximum memory available to picard SortSam. Should be lower than `memory` to accommodate JVM overhead and BWA mem's memory usage. - Somatic.sample.bwaMem.threads
-
Int — Default:
4
The number of threads to use. - Somatic.sample.markdup.javaXmx
-
String — Default:
"8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.sample.markdup.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.sample.markdup.read_name_regex
-
String?
Equivalent to the `READ_NAME_REGEX` option of MarkDuplicates. - Somatic.sample.metrics.ampliconIntervalsLists.javaXmx
-
String — Default:
"4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.sample.metrics.ampliconIntervalsLists.memory
-
String — Default:
"12G"
The amount of memory this job will use. - Somatic.sample.metrics.picardMetrics.collectAlignmentSummaryMetrics
-
Boolean — Default:
true
Equivalent to the `PROGRAM=CollectAlignmentSummaryMetrics` argument. - Somatic.sample.metrics.picardMetrics.collectBaseDistributionByCycle
-
Boolean — Default:
true
Equivalent to the `PROGRAM=CollectBaseDistributionByCycle` argument. - Somatic.sample.metrics.picardMetrics.collectGcBiasMetrics
-
Boolean — Default:
true
Equivalent to the `PROGRAM=CollectGcBiasMetrics` argument. - Somatic.sample.metrics.picardMetrics.collectInsertSizeMetrics
-
Boolean — Default:
true
Equivalent to the `PROGRAM=CollectInsertSizeMetrics` argument. - Somatic.sample.metrics.picardMetrics.collectQualityYieldMetrics
-
Boolean — Default:
true
Equivalent to the `PROGRAM=CollectQualityYieldMetrics` argument. - Somatic.sample.metrics.picardMetrics.collectSequencingArtifactMetrics
-
Boolean — Default:
true
Equivalent to the `PROGRAM=CollectSequencingArtifactMetrics` argument. - Somatic.sample.metrics.picardMetrics.javaXmx
-
String — Default:
"8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.sample.metrics.picardMetrics.meanQualityByCycle
-
Boolean — Default:
true
Equivalent to the `PROGRAM=MeanQualityByCycle` argument. - Somatic.sample.metrics.picardMetrics.memory
-
String — Default:
"32G"
The amount of memory this job will use. - Somatic.sample.metrics.picardMetrics.qualityScoreDistribution
-
Boolean — Default:
true
Equivalent to the `PROGRAM=QualityScoreDistribution` argument. - Somatic.sample.metrics.rnaSeqMetrics.javaXmx
-
String — Default:
"8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.sample.metrics.rnaSeqMetrics.memory
-
String — Default:
"32G"
The amount of memory this job will use. - Somatic.sample.metrics.targetIntervalsLists.javaXmx
-
String — Default:
"4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.sample.metrics.targetIntervalsLists.memory
-
String — Default:
"12G"
The amount of memory this job will use. - Somatic.sample.metrics.targetMetrics.javaXmx
-
String — Default:
"4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.sample.metrics.targetMetrics.memory
-
String — Default:
"12G"
The amount of memory this job will use. - Somatic.sample.qc.Cutadapt.bwa
-
Boolean?
Equivalent to cutadapt's --bwa flag. - Somatic.sample.qc.Cutadapt.colorspace
-
Boolean?
Equivalent to cutadapt's --colorspace flag. - Somatic.sample.qc.Cutadapt.compressionLevel
-
Int — Default:
1
The compression level if gzipped output is used. - Somatic.sample.qc.Cutadapt.cores
-
Int — Default:
4
The number of cores to use. - Somatic.sample.qc.Cutadapt.cut
-
Int?
Equivalent to cutadapt's --cut option. - Somatic.sample.qc.Cutadapt.discardTrimmed
-
Boolean?
Equivalent to cutadapt's --quality-cutoff option. - Somatic.sample.qc.Cutadapt.discardUntrimmed
-
Boolean?
Equivalent to cutadapt's --discard-untrimmed option. - Somatic.sample.qc.Cutadapt.doubleEncode
-
Boolean?
Equivalent to cutadapt's --double-encode flag. - Somatic.sample.qc.Cutadapt.errorRate
-
Float?
Equivalent to cutadapt's --error-rate option. - Somatic.sample.qc.Cutadapt.front
-
Array[String] — Default:
[]
A list of 5' ligated adapter sequences to be cut from the given first or single end fastq file. - Somatic.sample.qc.Cutadapt.frontRead2
-
Array[String] — Default:
[]
A list of 5' ligated adapter sequences to be cut from the given second end fastq file. - Somatic.sample.qc.Cutadapt.infoFilePath
-
String?
Equivalent to cutadapt's --info-file option. - Somatic.sample.qc.Cutadapt.interleaved
-
Boolean?
Equivalent to cutadapt's --interleaved flag. - Somatic.sample.qc.Cutadapt.length
-
Int?
Equivalent to cutadapt's --length option. - Somatic.sample.qc.Cutadapt.lengthTag
-
String?
Equivalent to cutadapt's --length-tag option. - Somatic.sample.qc.Cutadapt.maq
-
Boolean?
Equivalent to cutadapt's --maq flag. - Somatic.sample.qc.Cutadapt.maskAdapter
-
Boolean?
Equivalent to cutadapt's --mask-adapter flag. - Somatic.sample.qc.Cutadapt.matchReadWildcards
-
Boolean?
Equivalent to cutadapt's --match-read-wildcards flag. - Somatic.sample.qc.Cutadapt.maximumLength
-
Int?
Equivalent to cutadapt's --maximum-length option. - Somatic.sample.qc.Cutadapt.maxN
-
Int?
Equivalent to cutadapt's --max-n option. - Somatic.sample.qc.Cutadapt.memory
-
String — Default:
"4G"
The amount of memory this job will use. - Somatic.sample.qc.Cutadapt.minimumLength
-
Int? — Default:
2
Equivalent to cutadapt's --minimum-length option. - Somatic.sample.qc.Cutadapt.nextseqTrim
-
String?
Equivalent to cutadapt's --nextseq-trim option. - Somatic.sample.qc.Cutadapt.noIndels
-
Boolean?
Equivalent to cutadapt's --no-indels flag. - Somatic.sample.qc.Cutadapt.noMatchAdapterWildcards
-
Boolean?
Equivalent to cutadapt's --no-match-adapter-wildcards flag. - Somatic.sample.qc.Cutadapt.noTrim
-
Boolean?
Equivalent to cutadapt's --no-trim flag. - Somatic.sample.qc.Cutadapt.noZeroCap
-
Boolean?
Equivalent to cutadapt's --no-zero-cap flag. - Somatic.sample.qc.Cutadapt.overlap
-
Int?
Equivalent to cutadapt's --overlap option. - Somatic.sample.qc.Cutadapt.pairFilter
-
String?
Equivalent to cutadapt's --pair-filter option. - Somatic.sample.qc.Cutadapt.prefix
-
String?
Equivalent to cutadapt's --prefix option. - Somatic.sample.qc.Cutadapt.qualityBase
-
Int?
Equivalent to cutadapt's --quality-base option. - Somatic.sample.qc.Cutadapt.qualityCutoff
-
String?
Equivalent to cutadapt's --quality-cutoff option. - Somatic.sample.qc.Cutadapt.restFilePath
-
String?
Equivalent to cutadapt's --rest-file option. - Somatic.sample.qc.Cutadapt.stripF3
-
Boolean?
Equivalent to cutadapt's --strip-f3 flag. - Somatic.sample.qc.Cutadapt.stripSuffix
-
String?
Equivalent to cutadapt's --strip-suffix option. - Somatic.sample.qc.Cutadapt.suffix
-
String?
Equivalent to cutadapt's --suffix option. - Somatic.sample.qc.Cutadapt.times
-
Int?
Equivalent to cutadapt's --times option. - Somatic.sample.qc.Cutadapt.tooLongOutputPath
-
String?
Equivalent to cutadapt's --too-long-output option. - Somatic.sample.qc.Cutadapt.tooLongPairedOutputPath
-
String?
Equivalent to cutadapt's --too-long-paired-output option. - Somatic.sample.qc.Cutadapt.tooShortOutputPath
-
String?
Equivalent to cutadapt's --too-short-output option. - Somatic.sample.qc.Cutadapt.tooShortPairedOutputPath
-
String?
Equivalent to cutadapt's --too-short-paired-output option. - Somatic.sample.qc.Cutadapt.trimN
-
Boolean?
Equivalent to cutadapt's --trim-n flag. - Somatic.sample.qc.Cutadapt.untrimmedOutputPath
-
String?
Equivalent to cutadapt's --untrimmed-output option. - Somatic.sample.qc.Cutadapt.untrimmedPairedOutputPath
-
String?
Equivalent to cutadapt's --untrimmed-paired-output option. - Somatic.sample.qc.Cutadapt.wildcardFilePath
-
String?
Equivalent to cutadapt's --wildcard-file option. - Somatic.sample.qc.Cutadapt.zeroCap
-
Boolean?
Equivalent to cutadapt's --zero-cap flag. - Somatic.sample.qc.FastqcRead1.adapters
-
File?
Equivalent to fastqc's --adapters option. - Somatic.sample.qc.FastqcRead1.casava
-
Boolean — Default:
false
Equivalent to fastqc's --casava flag. - Somatic.sample.qc.FastqcRead1.contaminants
-
File?
Equivalent to fastqc's --contaminants option. - Somatic.sample.qc.FastqcRead1.dir
-
String?
Equivalent to fastqc's --dir option. - Somatic.sample.qc.FastqcRead1.extract
-
Boolean — Default:
false
Equivalent to fastqc's --extract flag. - Somatic.sample.qc.FastqcRead1.format
-
String?
Equivalent to fastqc's --format option. - Somatic.sample.qc.FastqcRead1.kmers
-
Int?
Equivalent to fastqc's --kmers option. - Somatic.sample.qc.FastqcRead1.limits
-
File?
Equivalent to fastqc's --limits option. - Somatic.sample.qc.FastqcRead1.memory
-
String — Default:
"4G"
The amount of memory this job will use. - Somatic.sample.qc.FastqcRead1.minLength
-
Int?
Equivalent to fastqc's --min_length option. - Somatic.sample.qc.FastqcRead1.nano
-
Boolean — Default:
false
Equivalent to fastqc's --nano flag. - Somatic.sample.qc.FastqcRead1.noFilter
-
Boolean — Default:
false
Equivalent to fastqc's --nofilter flag. - Somatic.sample.qc.FastqcRead1.nogroup
-
Boolean — Default:
false
Equivalent to fastqc's --nogroup flag. - Somatic.sample.qc.FastqcRead1.threads
-
Int — Default:
1
The number of cores to use. - Somatic.sample.qc.FastqcRead1After.adapters
-
File?
Equivalent to fastqc's --adapters option. - Somatic.sample.qc.FastqcRead1After.casava
-
Boolean — Default:
false
Equivalent to fastqc's --casava flag. - Somatic.sample.qc.FastqcRead1After.contaminants
-
File?
Equivalent to fastqc's --contaminants option. - Somatic.sample.qc.FastqcRead1After.dir
-
String?
Equivalent to fastqc's --dir option. - Somatic.sample.qc.FastqcRead1After.extract
-
Boolean — Default:
false
Equivalent to fastqc's --extract flag. - Somatic.sample.qc.FastqcRead1After.format
-
String?
Equivalent to fastqc's --format option. - Somatic.sample.qc.FastqcRead1After.kmers
-
Int?
Equivalent to fastqc's --kmers option. - Somatic.sample.qc.FastqcRead1After.limits
-
File?
Equivalent to fastqc's --limits option. - Somatic.sample.qc.FastqcRead1After.memory
-
String — Default:
"4G"
The amount of memory this job will use. - Somatic.sample.qc.FastqcRead1After.minLength
-
Int?
Equivalent to fastqc's --min_length option. - Somatic.sample.qc.FastqcRead1After.nano
-
Boolean — Default:
false
Equivalent to fastqc's --nano flag. - Somatic.sample.qc.FastqcRead1After.noFilter
-
Boolean — Default:
false
Equivalent to fastqc's --nofilter flag. - Somatic.sample.qc.FastqcRead1After.nogroup
-
Boolean — Default:
false
Equivalent to fastqc's --nogroup flag. - Somatic.sample.qc.FastqcRead1After.threads
-
Int — Default:
1
The number of cores to use. - Somatic.sample.qc.FastqcRead2.adapters
-
File?
Equivalent to fastqc's --adapters option. - Somatic.sample.qc.FastqcRead2.casava
-
Boolean — Default:
false
Equivalent to fastqc's --casava flag. - Somatic.sample.qc.FastqcRead2.contaminants
-
File?
Equivalent to fastqc's --contaminants option. - Somatic.sample.qc.FastqcRead2.dir
-
String?
Equivalent to fastqc's --dir option. - Somatic.sample.qc.FastqcRead2.extract
-
Boolean — Default:
false
Equivalent to fastqc's --extract flag. - Somatic.sample.qc.FastqcRead2.format
-
String?
Equivalent to fastqc's --format option. - Somatic.sample.qc.FastqcRead2.kmers
-
Int?
Equivalent to fastqc's --kmers option. - Somatic.sample.qc.FastqcRead2.limits
-
File?
Equivalent to fastqc's --limits option. - Somatic.sample.qc.FastqcRead2.memory
-
String — Default:
"4G"
The amount of memory this job will use. - Somatic.sample.qc.FastqcRead2.minLength
-
Int?
Equivalent to fastqc's --min_length option. - Somatic.sample.qc.FastqcRead2.nano
-
Boolean — Default:
false
Equivalent to fastqc's --nano flag. - Somatic.sample.qc.FastqcRead2.noFilter
-
Boolean — Default:
false
Equivalent to fastqc's --nofilter flag. - Somatic.sample.qc.FastqcRead2.nogroup
-
Boolean — Default:
false
Equivalent to fastqc's --nogroup flag. - Somatic.sample.qc.FastqcRead2.threads
-
Int — Default:
1
The number of cores to use. - Somatic.sample.qc.FastqcRead2After.adapters
-
File?
Equivalent to fastqc's --adapters option. - Somatic.sample.qc.FastqcRead2After.casava
-
Boolean — Default:
false
Equivalent to fastqc's --casava flag. - Somatic.sample.qc.FastqcRead2After.contaminants
-
File?
Equivalent to fastqc's --contaminants option. - Somatic.sample.qc.FastqcRead2After.dir
-
String?
Equivalent to fastqc's --dir option. - Somatic.sample.qc.FastqcRead2After.extract
-
Boolean — Default:
false
Equivalent to fastqc's --extract flag. - Somatic.sample.qc.FastqcRead2After.format
-
String?
Equivalent to fastqc's --format option. - Somatic.sample.qc.FastqcRead2After.kmers
-
Int?
Equivalent to fastqc's --kmers option. - Somatic.sample.qc.FastqcRead2After.limits
-
File?
Equivalent to fastqc's --limits option. - Somatic.sample.qc.FastqcRead2After.memory
-
String — Default:
"4G"
The amount of memory this job will use. - Somatic.sample.qc.FastqcRead2After.minLength
-
Int?
Equivalent to fastqc's --min_length option. - Somatic.sample.qc.FastqcRead2After.nano
-
Boolean — Default:
false
Equivalent to fastqc's --nano flag. - Somatic.sample.qc.FastqcRead2After.noFilter
-
Boolean — Default:
false
Equivalent to fastqc's --nofilter flag. - Somatic.sample.qc.FastqcRead2After.nogroup
-
Boolean — Default:
false
Equivalent to fastqc's --nogroup flag. - Somatic.sample.qc.FastqcRead2After.threads
-
Int — Default:
1
The number of cores to use. - Somatic.sample.qc.runAdapterClipping
-
Boolean — Default:
defined(adapterForward) || defined(adapterReverse) || length(select_first([contaminations, []])) > 0
Whether or not adapters should be removed from the reads. - Somatic.scatterSize
-
Int — Default:
scatterSizeMillions * 1000000
The size of the scattered regions in bases for the GATK subworkflows. Scattering is used to speed up certain processes. The genome will be seperated into multiple chunks (scatters) which will be processed in their own job, allowing for parallel processing. Higher values will result in a lower number of jobs. The optimal value here will depend on the available resources. - Somatic.scatterSizeMillions
-
Int — Default:
1000
Same as scatterSize, but is multiplied by 1000000 to get scatterSize. This allows for setting larger values more easily. - Somatic.somaticVariantcalling.combineVariants.dockerImage
-
String — Default:
"broadinstitute/gatk3:3.8-1"
The docker image used for this task. Changing this may result in errors which the developers may choose not to address. - Somatic.somaticVariantcalling.combineVariants.filteredRecordsMergeType
-
String — Default:
"KEEP_IF_ANY_UNFILTERED"
Equivalent to CombineVariants' `--filteredrecordsmergetype` option. - Somatic.somaticVariantcalling.combineVariants.genotypeMergeOption
-
String — Default:
"UNIQUIFY"
Equivalent to CombineVariants' `--genotypemergeoption` option. - Somatic.somaticVariantcalling.combineVariants.javaXmx
-
String — Default:
"12G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.combineVariants.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.mutect2.calculateContamination.javaXmx
-
String — Default:
"12G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.mutect2.calculateContamination.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.mutect2.filterMutectCalls.javaXmx
-
String — Default:
"12G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.mutect2.filterMutectCalls.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.mutect2.filterMutectCalls.uniqueAltReadCount
-
Int — Default:
4
Equivalent to FilterMutectCalls' `--unique-alt-read-count` option. - Somatic.somaticVariantcalling.mutect2.gatherVcfs.javaXmx
-
String — Default:
"8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.mutect2.gatherVcfs.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.mutect2.getPileupSummariesNormal.javaXmx
-
String — Default:
"12G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.mutect2.getPileupSummariesNormal.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.mutect2.getPileupSummariesTumor.javaXmx
-
String — Default:
"12G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.mutect2.getPileupSummariesTumor.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.mutect2.learnReadOrientationModel.javaXmx
-
String — Default:
"12G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.mutect2.learnReadOrientationModel.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.mutect2.mergeStats.javaXmx
-
String — Default:
"14G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.mutect2.mergeStats.memory
-
String — Default:
"28G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.mutect2.mutect2.f1r2TarGz
-
String — Default:
"f1r2.tar.gz"
Equivalent to Mutect2's `--f1r2-tar-gz` option. - Somatic.somaticVariantcalling.mutect2.mutect2.germlineResource
-
File?
Equivalent to Mutect2's `--germline-resource` option. - Somatic.somaticVariantcalling.mutect2.mutect2.germlineResourceIndex
-
File?
The index for the germline resource. - Somatic.somaticVariantcalling.mutect2.mutect2.javaXmx
-
String — Default:
"4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.mutect2.mutect2.memory
-
String — Default:
"16G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.mutect2.mutect2.outputStats
-
String — Default:
outputVcf + ".stats"
The location the output statistics should be written to. - Somatic.somaticVariantcalling.mutect2.mutect2.panelOfNormals
-
File?
Equivalent to Mutect2's `--panel-of-normals` option. - Somatic.somaticVariantcalling.mutect2.mutect2.panelOfNormalsIndex
-
File?
The index for the panel of normals. - Somatic.somaticVariantcalling.mutect2.scatterList.bamFile
-
File?
Equivalent to biopet scatterregions' `--bamfile` option. - Somatic.somaticVariantcalling.mutect2.scatterList.bamIndex
-
File?
The index for the bamfile given through bamFile. - Somatic.somaticVariantcalling.mutect2.scatterList.javaXmx
-
String — Default:
"8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.mutect2.scatterList.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.mutect2.scatterSize
-
Int — Default:
1000000000
The size of the scattered regions in bases. Scattering is used to speed up certain processes. The genome will be sseperated into multiple chunks (scatters) which will be processed in their own job, allowing for parallel processing. Higher values will result in a lower number of jobs. The optimal value here will depend on the available resources. - Somatic.somaticVariantcalling.pairedSomaticSeq.jsmVCF
-
File?
A VCF as produced by jsm. - Somatic.somaticVariantcalling.pairedSomaticSeq.lofreqIndel
-
File?
An indel VCF as produced by lofreq. - Somatic.somaticVariantcalling.pairedSomaticSeq.lofreqSNV
-
File?
An SNV VCF as produced by lofreq. - Somatic.somaticVariantcalling.pairedSomaticSeq.museVCF
-
File?
A VCF as produced by muse. - Somatic.somaticVariantcalling.pairedSomaticSeq.scalpelVCF
-
File?
A VCF as produced by scalpel. - Somatic.somaticVariantcalling.pairedSomaticSeq.somaticsniperVCF
-
File?
A VCF as produced by somaticsniper. - Somatic.somaticVariantcalling.pairedSomaticSeq.threads
-
Int — Default:
1
The number of threads to use. - Somatic.somaticVariantcalling.pairedSomaticSeq.varscanIndel
-
File?
An indel VCF as produced by varscan. - Somatic.somaticVariantcalling.pairedSomaticSeq.varscanSNV
-
File?
An SNV VCF as produced by varscan. - Somatic.somaticVariantcalling.pairedTraining.threads
-
Int — Default:
1
The number of threads to use. - Somatic.somaticVariantcalling.singleSomaticSeq.lofreqVCF
-
File?
A VCF as produced by lofreq. - Somatic.somaticVariantcalling.singleSomaticSeq.scalpelVCF
-
File?
A VCF as produced by scalpel. - Somatic.somaticVariantcalling.singleSomaticSeq.threads
-
Int — Default:
1
The number of threads to use. - Somatic.somaticVariantcalling.singleSomaticSeq.varscanVCF
-
File?
A VCF as produced by varscan. - Somatic.somaticVariantcalling.singleTraining.threads
-
Int — Default:
1
The number of threads to use. - Somatic.somaticVariantcalling.sitesForContamination
-
File?
A bed file, vcf file or interval list with regions for GetPileupSummaries to operate on. - Somatic.somaticVariantcalling.sitesForContaminationIndex
-
File?
The index for the vcf file provided to sitesForContamination. - Somatic.somaticVariantcalling.strelka.addGTFieldIndels.outputVCFName
-
String — Default:
basename(strelkaVCF,".gz")
The location the output VCF file should be written to. - Somatic.somaticVariantcalling.strelka.addGTFieldSVs.outputVCFName
-
String — Default:
basename(strelkaVCF,".gz")
The location the output VCF file should be written to. - Somatic.somaticVariantcalling.strelka.addGTFieldVariants.outputVCFName
-
String — Default:
basename(strelkaVCF,".gz")
The location the output VCF file should be written to. - Somatic.somaticVariantcalling.strelka.combineVariants.dockerImage
-
String — Default:
"broadinstitute/gatk3:3.8-1"
The docker image used for this task. Changing this may result in errors which the developers may choose not to address. - Somatic.somaticVariantcalling.strelka.combineVariants.filteredRecordsMergeType
-
String — Default:
"KEEP_IF_ANY_UNFILTERED"
Equivalent to CombineVariants' `--filteredrecordsmergetype` option. - Somatic.somaticVariantcalling.strelka.combineVariants.genotypeMergeOption
-
String — Default:
"UNIQUIFY"
Equivalent to CombineVariants' `--genotypemergeoption` option. - Somatic.somaticVariantcalling.strelka.combineVariants.javaXmx
-
String — Default:
"12G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.strelka.combineVariants.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.strelka.gatherIndels.javaXmx
-
String — Default:
"8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.strelka.gatherIndels.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.strelka.gatherSVs.javaXmx
-
String — Default:
"8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.strelka.gatherSVs.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.strelka.gatherVariants.javaXmx
-
String — Default:
"8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.strelka.gatherVariants.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.strelka.mantaSomatic.cores
-
Int — Default:
1
The number of cores to use. - Somatic.somaticVariantcalling.strelka.mantaSomatic.memoryGb
-
Int — Default:
4
The amount of memory this job will use in Gigabytes. - Somatic.somaticVariantcalling.strelka.scatterList.bamFile
-
File?
Equivalent to biopet scatterregions' `--bamfile` option. - Somatic.somaticVariantcalling.strelka.scatterList.bamIndex
-
File?
The index for the bamfile given through bamFile. - Somatic.somaticVariantcalling.strelka.scatterList.javaXmx
-
String — Default:
"8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.strelka.scatterList.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.strelka.scatterSize
-
Int — Default:
1000000000
The size of the scattered regions in bases. Scattering is used to speed up certain processes. The genome will be sseperated into multiple chunks (scatters) which will be processed in their own job, allowing for parallel processing. Higher values will result in a lower number of jobs. The optimal value here will depend on the available resources. - Somatic.somaticVariantcalling.strelka.strelkaGermline.cores
-
Int — Default:
1
The number of cores to use. - Somatic.somaticVariantcalling.strelka.strelkaGermline.memoryGb
-
Int — Default:
4
The amount of memory this job will use in Gigabytes. - Somatic.somaticVariantcalling.strelka.strelkaSomatic.cores
-
Int — Default:
1
The number of cores to use. - Somatic.somaticVariantcalling.strelka.strelkaSomatic.memoryGb
-
Int — Default:
4
The amount of memory this job will use in Gigabytes. - Somatic.somaticVariantcalling.trainingSet
-
struct(jsmVCF : File?, lofreqIndel : File?, lofreqSNV : File?, museVCF : File?, mutect2VCF : File?, normalBam : File?, normalBamIndex : File?, scalpelVCF : File?, somaticsniperVCF : File?, strelkaIndel : File?, strelkaSNV : File?, truthIndel : File, truthSNV : File, tumorBam : File, tumorBamIndex : File, vardictVCF : File?, varscanIndel : File?, varscanSNV : File?)?
VCF files used to train somaticseq. - Somatic.somaticVariantcalling.vardict.filterSupplementaryAlignments
-
Boolean — Default:
false
Whether or not supplementary reads should be filtered before vardict is run. - Somatic.somaticVariantcalling.vardict.filterSupplementaryControl.excludeSpecificFilter
-
Int?
Equivalent to samtools view's `-G` option. - Somatic.somaticVariantcalling.vardict.filterSupplementaryControl.includeFilter
-
Int?
Equivalent to samtools view's `-f` option. - Somatic.somaticVariantcalling.vardict.filterSupplementaryControl.MAPQthreshold
-
Int?
Equivalent to samtools view's `-q` option. - Somatic.somaticVariantcalling.vardict.filterSupplementaryControl.memory
-
String — Default:
"1G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.vardict.filterSupplementaryControl.referenceFasta
-
File?
The reference fasta file also used for mapping. - Somatic.somaticVariantcalling.vardict.filterSupplementaryControl.threads
-
Int — Default:
1
The number of threads to use. - Somatic.somaticVariantcalling.vardict.filterSupplementaryControl.uncompressedBamOutput
-
Boolean — Default:
false
Equivalent to samtools view's `-u` flag. - Somatic.somaticVariantcalling.vardict.filterSupplementaryTumor.excludeSpecificFilter
-
Int?
Equivalent to samtools view's `-G` option. - Somatic.somaticVariantcalling.vardict.filterSupplementaryTumor.includeFilter
-
Int?
Equivalent to samtools view's `-f` option. - Somatic.somaticVariantcalling.vardict.filterSupplementaryTumor.MAPQthreshold
-
Int?
Equivalent to samtools view's `-q` option. - Somatic.somaticVariantcalling.vardict.filterSupplementaryTumor.memory
-
String — Default:
"1G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.vardict.filterSupplementaryTumor.referenceFasta
-
File?
The reference fasta file also used for mapping. - Somatic.somaticVariantcalling.vardict.filterSupplementaryTumor.threads
-
Int — Default:
1
The number of threads to use. - Somatic.somaticVariantcalling.vardict.filterSupplementaryTumor.uncompressedBamOutput
-
Boolean — Default:
false
Equivalent to samtools view's `-u` flag. - Somatic.somaticVariantcalling.vardict.gatherVcfs.javaXmx
-
String — Default:
"8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.vardict.gatherVcfs.memory
-
String — Default:
"24G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.vardict.scatterList.chunkSize
-
Int?
Equivalent to chunked-scatter's `-c` option. - Somatic.somaticVariantcalling.vardict.scatterList.dockerImage
-
String — Default:
"quay.io/biocontainers/chunked-scatter:0.1.0--py_0"
The docker image used for this task. Changing this may result in errors which the developers may choose not to address. - Somatic.somaticVariantcalling.vardict.scatterList.minimumBasesPerFile
-
Int?
Equivalent to chunked-scatter's `-m` option. - Somatic.somaticVariantcalling.vardict.scatterList.overlap
-
Int?
Equivalent to chunked-scatter's `-o` option. - Somatic.somaticVariantcalling.vardict.scatterList.prefix
-
String — Default:
"./scatter"
The prefix for the output files. - Somatic.somaticVariantcalling.vardict.varDict.chromosomeColumn
-
Int — Default:
1
Equivalent to vardict-java's `-c` option. - Somatic.somaticVariantcalling.vardict.varDict.endColumn
-
Int — Default:
3
Equivalent to vardict-java's `-E` option. - Somatic.somaticVariantcalling.vardict.varDict.geneColumn
-
Int — Default:
4
Equivalent to vardict-java's `-g` option. - Somatic.somaticVariantcalling.vardict.varDict.javaXmx
-
String — Default:
"16G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead. - Somatic.somaticVariantcalling.vardict.varDict.mappingQuality
-
Float — Default:
20
Equivalent to var2vcf_paired.pl or var2vcf_valid.pl's `-Q` option. - Somatic.somaticVariantcalling.vardict.varDict.memory
-
String — Default:
"40G"
The amount of memory this job will use. - Somatic.somaticVariantcalling.vardict.varDict.minimumAlleleFrequency
-
Float — Default:
0.02
Equivalent to var2vcf_paired.pl or var2vcf_valid.pl's `-f` option. - Somatic.somaticVariantcalling.vardict.varDict.minimumTotalDepth
-
Int — Default:
8
Equivalent to var2vcf_paired.pl or var2vcf_valid.pl's `-d` option. - Somatic.somaticVariantcalling.vardict.varDict.minimumVariantDepth
-
Int — Default:
4
Equivalent to var2vcf_paired.pl or var2vcf_valid.pl's `-v` option. - Somatic.somaticVariantcalling.vardict.varDict.outputAllVariantsAtSamePosition
-
Boolean — Default:
true
Equivalent to var2vcf_paired.pl or var2vcf_valid.pl's `-A` flag. - Somatic.somaticVariantcalling.vardict.varDict.outputCandidateSomaticOnly
-
Boolean — Default:
true
Equivalent to var2vcf_paired.pl or var2vcf_valid.pl's `-M` flag. - Somatic.somaticVariantcalling.vardict.varDict.startColumn
-
Int — Default:
2
Equivalent to vardict-java's `-S` option. - Somatic.somaticVariantcalling.vardict.varDict.threads
-
Int — Default:
1
The number of threads to use. - Somatic.somaticVariantcalling.variantsForContamination
-
File?
A VCF file with common variants. - Somatic.somaticVariantcalling.variantsForContaminationIndex
-
File?
The index of the common variants VCF file. - Somatic.useBwaKit
-
Boolean — Default:
false
Whether or not BWA kit should be used. If false BWA mem will be used.
Do not set these inputs!
The following inputs should not be set, even though womtool may show them as being available inputs.
- Somatic.sample.qc.FastqcRead1.NoneFile
- Somatic.sample.qc.FastqcRead1.NoneArray
- Somatic.sample.qc.FastqcRead2.NoneFile
- Somatic.sample.qc.FastqcRead2.NoneArray
- Somatic.sample.qc.FastqcRead1After.NoneFile
- Somatic.sample.qc.FastqcRead1After.NoneArray
- Somatic.sample.qc.FastqcRead2After.NoneFile
- Somatic.sample.qc.FastqcRead2After.NoneArray
- Somatic.somaticVariantcalling.DONOTDEFINETHIS
- Somatic.somaticVariantcalling.indelIndex.type
- Somatic.somaticVariantcalling.snvIndex.type
- Somatic.somaticVariantcalling.strelka.indelsIndex.type
- Somatic.somaticVariantcalling.strelka.svsIndex.type
- Somatic.somaticVariantcalling.strelka.variantsIndex.type
- Somatic.somaticVariantcalling.strelka.strelkaSomatic.doNotDefineThis
- Somatic.CNVs.controlSample.matchedNormalAllelicCounts
- Somatic.multiqcTask.finished
- Somatic.multiqcTask.dependencies