BioWDL: germline-DNA

A BioWDL variantcalling pipeline for germline DNA data. Starting with FASTQ files to produce VCF files.

Please be aware that the page you are currently viewing is not for the latest available version!

Inputs for Germline

The following is an overview of all available inputs in Germline.

Required inputs

Germline.bwaIndex
struct(fastaFile : File, indexFiles : Array[File])
The BWA index files.
Germline.dbsnpVCF
File
dbsnp VCF file used for checking known sites
Germline.dbsnpVCFIndex
File
Index (.tbi) file for the dbsnp VCF
Germline.dockerImagesFile
File
A YAML file describing the docker image used for the tasks. The dockerImages.yml provided with the pipeline is recommended.
Germline.referenceFasta
File
The reference fasta file
Germline.referenceFastaDict
File
Sequence dictionary (.dict) file of the reference
Germline.referenceFastaFai
File
Fasta index (.fai) file of the reference
Germline.sampleConfigFile
File
The samplesheet, including sample ids, library ids, readgroup ids and fastq file locations.
Germline.svCalling.manta.cores
Int — Default: 1
The the number of cores required to run a program
Germline.svCalling.manta.memoryGb
Int — Default: 4
The memory required to run the manta

Other common inputs

Germline.adapterForward
String? — Default: "AGATCGGAAGAG"
The adapter to be removed from the reads first or single end reads.
Germline.adapterReverse
String? — Default: "AGATCGGAAGAG"
The adapter to be removed from the reads second end reads.
Germline.jointgenotyping
Boolean — Default: true
Whether to perform jointgenotyping (using HaplotypeCaller to call GVCFs and merge them with GenotypeGVCFs) or not
Germline.outputDir
String — Default: "."
The directory the output should be written to.
Germline.regions
File?
A bed file describing the regions to call variants for.
Germline.sample.bqsr.regions
File?
A bed file describing the regions to operate on.
Germline.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.
Germline.sample.bwakit.sixtyFour
Boolean — Default: false
Whether or not the index uses the '.64' suffixes.
Germline.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.
Germline.sample.metrics.refRefflat
File?
A refflat file containing gene annotations. If defined RNA sequencing metrics will be collected.
Germline.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).
Germline.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.
Germline.sample.qc.contaminations
Array[String]+?
Contaminants/adapters to be removed from the reads.
Germline.sample.qc.readgroupName
String — Default: sub(basename(read1),"(\.fq)?(\.fastq)?(\.gz)?","")
The name of the readgroup.
Germline.singleSampleGvcf
Boolean — Default: false
Whether to output single-sample gvcfs
Germline.svCalling.manta.callRegions
File?
The bed file which indicates the regions to operate on.
Germline.svCalling.manta.callRegionsIndex
File?
The index of the bed file which indicates the regions to operate on.
Germline.svCalling.manta.exome
Boolean — Default: false
Whether or not the data is from exome sequencing.
Germline.variantcalling.callAutosomal.haplotypeCaller.excludeIntervalList
Array[File]+?
Bed files or interval lists describing the regions to NOT operate on.
Germline.variantcalling.callAutosomal.haplotypeCaller.pedigree
File?
Pedigree file for determining the population "founders"
Germline.variantcalling.callAutosomal.haplotypeCaller.ploidy
Int?
The ploidy with which the variants should be called.
Germline.variantcalling.callX.excludeIntervalList
Array[File]+?
Bed files or interval lists describing the regions to NOT operate on.
Germline.variantcalling.callX.pedigree
File?
Pedigree file for determining the population "founders"
Germline.variantcalling.callY.excludeIntervalList
Array[File]+?
Bed files or interval lists describing the regions to NOT operate on.
Germline.variantcalling.callY.pedigree
File?
Pedigree file for determining the population "founders"
Germline.variantcalling.genotypeGvcfs.pedigree
File?
Pedigree file for determining the population "founders"
Germline.XNonParRegions
File?
Bed file with the non-PAR regions of X.
Germline.YNonParRegions
File?
Bed file with the non-PAR regions of Y.

Advanced inputs

Show/Hide
Germline.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.
Germline.ConvertDockerImagesFile.outputJson
String — Default: basename(yaml,"\.ya?ml$") + ".json"
The location the output JSON file should be written to.
Germline.ConvertSampleConfig.checkFileMd5sums
Boolean — Default: false
Whether or not the MD5 sums of the files mentioned in the samplesheet should be checked.
Germline.ConvertSampleConfig.old
Boolean — Default: false
Whether or not the old samplesheet format should be used.
Germline.ConvertSampleConfig.outputFile
String — Default: "samplesheet.json"
The location the JSON representation of the samplesheet should be written to.
Germline.ConvertSampleConfig.skipFileCheck
Boolean — Default: true
Whether or not the existance of the files mentioned in the samplesheet should be checked.
Germline.multiqcTask.clConfig
String?
Equivalent to MultiQC's `--cl-config` option.
Germline.multiqcTask.comment
String?
Equivalent to MultiQC's `--comment` option.
Germline.multiqcTask.config
File?
Equivalent to MultiQC's `--config` option.
Germline.multiqcTask.dataDir
Boolean — Default: false
Equivalent to MultiQC's `--data-dir` flag.
Germline.multiqcTask.dataFormat
String?
Equivalent to MultiQC's `--data-format` option.
Germline.multiqcTask.dirs
Boolean — Default: false
Equivalent to MultiQC's `--dirs` flag.
Germline.multiqcTask.dirsDepth
Int?
Equivalent to MultiQC's `--dirs-depth` option.
Germline.multiqcTask.exclude
Array[String]+?
Equivalent to MultiQC's `--exclude` option.
Germline.multiqcTask.export
Boolean — Default: false
Equivalent to MultiQC's `--export` flag.
Germline.multiqcTask.fileList
File?
Equivalent to MultiQC's `--file-list` option.
Germline.multiqcTask.fileName
String?
Equivalent to MultiQC's `--filename` option.
Germline.multiqcTask.flat
Boolean — Default: false
Equivalent to MultiQC's `--flat` flag.
Germline.multiqcTask.force
Boolean — Default: false
Equivalent to MultiQC's `--force` flag.
Germline.multiqcTask.fullNames
Boolean — Default: false
Equivalent to MultiQC's `--fullnames` flag.
Germline.multiqcTask.ignore
String?
Equivalent to MultiQC's `--ignore` option.
Germline.multiqcTask.ignoreSamples
String?
Equivalent to MultiQC's `--ignore-samples` option.
Boolean — Default: false
Equivalent to MultiQC's `--ignore-symlinks` flag.
Germline.multiqcTask.interactive
Boolean — Default: true
Equivalent to MultiQC's `--interactive` flag.
Germline.multiqcTask.lint
Boolean — Default: false
Equivalent to MultiQC's `--lint` flag.
Germline.multiqcTask.megaQCUpload
Boolean — Default: false
Opposite to MultiQC's `--no-megaqc-upload` flag.
Germline.multiqcTask.memory
String — Default: "4G"
The amount of memory this job will use.
Germline.multiqcTask.module
Array[String]+?
Equivalent to MultiQC's `--module` option.
Germline.multiqcTask.noDataDir
Boolean — Default: false
Equivalent to MultiQC's `--no-data-dir` flag.
Germline.multiqcTask.pdf
Boolean — Default: false
Equivalent to MultiQC's `--pdf` flag.
Germline.multiqcTask.sampleNames
File?
Equivalent to MultiQC's `--sample-names` option.
Germline.multiqcTask.tag
String?
Equivalent to MultiQC's `--tag` option.
Germline.multiqcTask.template
String?
Equivalent to MultiQC's `--template` option.
Germline.multiqcTask.title
String?
Equivalent to MultiQC's `--title` option.
Germline.multiqcTask.zipDataDir
Boolean — Default: false
Equivalent to MultiQC's `--zip-data-dir` flag.
Germline.platform
String — Default: "illumina"
The platform used for sequencing.
Germline.runMultiQC
Boolean — Default: if outputDir == "." then false else true
Whether or not MultiQC should be run.
Germline.runSVcalling
Boolean — Default: false
Whether or not Structural-variantcalling should be run.
Germline.sample.bqsr.applyBqsr.javaXmx
String — Default: "4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.sample.bqsr.applyBqsr.memory
String — Default: "12G"
The amount of memory this job will use.
Germline.sample.bqsr.baseRecalibrator.javaXmx
String — Default: "4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.sample.bqsr.baseRecalibrator.knownIndelsSitesVCFIndexes
Array[File] — Default: []
The indexed for the known variant VCFs.
Germline.sample.bqsr.baseRecalibrator.knownIndelsSitesVCFs
Array[File] — Default: []
VCF files with known indels.
Germline.sample.bqsr.baseRecalibrator.memory
String — Default: "12G"
The amount of memory this job will use.
Germline.sample.bqsr.gatherBamFiles.javaXmx
String — Default: "4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.sample.bqsr.gatherBamFiles.memory
String — Default: "12G"
The amount of memory this job will use.
Germline.sample.bqsr.gatherBqsr.javaXmx
String — Default: "4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.sample.bqsr.gatherBqsr.memory
String — Default: "12G"
The amount of memory this job will use.
Germline.sample.bqsr.scatterList.bamFile
File?
Equivalent to biopet scatterregions' `--bamfile` option.
Germline.sample.bqsr.scatterList.bamIndex
File?
The index for the bamfile given through bamFile.
Germline.sample.bqsr.scatterList.javaXmx
String — Default: "8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.sample.bqsr.scatterList.memory
String — Default: "24G"
The amount of memory this job will use.
Germline.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
Germline.sample.bqsr.splitNCigarReads.javaXmx
String — Default: "4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.sample.bqsr.splitNCigarReads.memory
String — Default: "16G"
The amount of memory this job will use.
Germline.sample.bwakit.compressionLevel
Int — Default: 1
The compression level of the output BAM.
Germline.sample.bwakit.memory
String — Default: "32G"
The amount of memory this job will use.
Germline.sample.bwakit.sortMemoryPerThread
String — Default: "4G"
The amount of memory for each sorting thread.
Germline.sample.bwakit.sortThreads
Int?
The number of additional threads to use for sorting.
Germline.sample.bwakit.threads
Int — Default: 4
The number of threads to use for alignment.
Germline.sample.bwaMem.memory
String — Default: "32G"
The amount of memory this job will use.
Germline.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.
Germline.sample.bwaMem.threads
Int — Default: 4
The number of threads to use.
Germline.sample.markdup.javaXmx
String — Default: "8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.sample.markdup.memory
String — Default: "24G"
The amount of memory this job will use.
Germline.sample.markdup.read_name_regex
String?
Equivalent to the `READ_NAME_REGEX` option of MarkDuplicates.
Germline.sample.metrics.ampliconIntervalsLists.javaXmx
String — Default: "4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.sample.metrics.ampliconIntervalsLists.memory
String — Default: "12G"
The amount of memory this job will use.
Germline.sample.metrics.picardMetrics.collectAlignmentSummaryMetrics
Boolean — Default: true
Equivalent to the `PROGRAM=CollectAlignmentSummaryMetrics` argument.
Germline.sample.metrics.picardMetrics.collectBaseDistributionByCycle
Boolean — Default: true
Equivalent to the `PROGRAM=CollectBaseDistributionByCycle` argument.
Germline.sample.metrics.picardMetrics.collectGcBiasMetrics
Boolean — Default: true
Equivalent to the `PROGRAM=CollectGcBiasMetrics` argument.
Germline.sample.metrics.picardMetrics.collectInsertSizeMetrics
Boolean — Default: true
Equivalent to the `PROGRAM=CollectInsertSizeMetrics` argument.
Germline.sample.metrics.picardMetrics.collectQualityYieldMetrics
Boolean — Default: true
Equivalent to the `PROGRAM=CollectQualityYieldMetrics` argument.
Germline.sample.metrics.picardMetrics.collectSequencingArtifactMetrics
Boolean — Default: true
Equivalent to the `PROGRAM=CollectSequencingArtifactMetrics` argument.
Germline.sample.metrics.picardMetrics.javaXmx
String — Default: "8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.sample.metrics.picardMetrics.meanQualityByCycle
Boolean — Default: true
Equivalent to the `PROGRAM=MeanQualityByCycle` argument.
Germline.sample.metrics.picardMetrics.memory
String — Default: "32G"
The amount of memory this job will use.
Germline.sample.metrics.picardMetrics.qualityScoreDistribution
Boolean — Default: true
Equivalent to the `PROGRAM=QualityScoreDistribution` argument.
Germline.sample.metrics.rnaSeqMetrics.javaXmx
String — Default: "8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.sample.metrics.rnaSeqMetrics.memory
String — Default: "32G"
The amount of memory this job will use.
Germline.sample.metrics.targetIntervalsLists.javaXmx
String — Default: "4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.sample.metrics.targetIntervalsLists.memory
String — Default: "12G"
The amount of memory this job will use.
Germline.sample.metrics.targetMetrics.javaXmx
String — Default: "4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.sample.metrics.targetMetrics.memory
String — Default: "12G"
The amount of memory this job will use.
Germline.sample.qc.Cutadapt.bwa
Boolean?
Equivalent to cutadapt's --bwa flag.
Germline.sample.qc.Cutadapt.colorspace
Boolean?
Equivalent to cutadapt's --colorspace flag.
Germline.sample.qc.Cutadapt.compressionLevel
Int — Default: 1
The compression level if gzipped output is used.
Germline.sample.qc.Cutadapt.cores
Int — Default: 4
The number of cores to use.
Germline.sample.qc.Cutadapt.cut
Int?
Equivalent to cutadapt's --cut option.
Germline.sample.qc.Cutadapt.discardTrimmed
Boolean?
Equivalent to cutadapt's --quality-cutoff option.
Germline.sample.qc.Cutadapt.discardUntrimmed
Boolean?
Equivalent to cutadapt's --discard-untrimmed option.
Germline.sample.qc.Cutadapt.doubleEncode
Boolean?
Equivalent to cutadapt's --double-encode flag.
Germline.sample.qc.Cutadapt.errorRate
Float?
Equivalent to cutadapt's --error-rate option.
Germline.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.
Germline.sample.qc.Cutadapt.frontRead2
Array[String] — Default: []
A list of 5' ligated adapter sequences to be cut from the given second end fastq file.
Germline.sample.qc.Cutadapt.infoFilePath
String?
Equivalent to cutadapt's --info-file option.
Germline.sample.qc.Cutadapt.interleaved
Boolean?
Equivalent to cutadapt's --interleaved flag.
Germline.sample.qc.Cutadapt.length
Int?
Equivalent to cutadapt's --length option.
Germline.sample.qc.Cutadapt.lengthTag
String?
Equivalent to cutadapt's --length-tag option.
Germline.sample.qc.Cutadapt.maq
Boolean?
Equivalent to cutadapt's --maq flag.
Germline.sample.qc.Cutadapt.maskAdapter
Boolean?
Equivalent to cutadapt's --mask-adapter flag.
Germline.sample.qc.Cutadapt.matchReadWildcards
Boolean?
Equivalent to cutadapt's --match-read-wildcards flag.
Germline.sample.qc.Cutadapt.maximumLength
Int?
Equivalent to cutadapt's --maximum-length option.
Germline.sample.qc.Cutadapt.maxN
Int?
Equivalent to cutadapt's --max-n option.
Germline.sample.qc.Cutadapt.memory
String — Default: "4G"
The amount of memory this job will use.
Germline.sample.qc.Cutadapt.minimumLength
Int? — Default: 2
Equivalent to cutadapt's --minimum-length option.
Germline.sample.qc.Cutadapt.nextseqTrim
String?
Equivalent to cutadapt's --nextseq-trim option.
Germline.sample.qc.Cutadapt.noIndels
Boolean?
Equivalent to cutadapt's --no-indels flag.
Germline.sample.qc.Cutadapt.noMatchAdapterWildcards
Boolean?
Equivalent to cutadapt's --no-match-adapter-wildcards flag.
Germline.sample.qc.Cutadapt.noTrim
Boolean?
Equivalent to cutadapt's --no-trim flag.
Germline.sample.qc.Cutadapt.noZeroCap
Boolean?
Equivalent to cutadapt's --no-zero-cap flag.
Germline.sample.qc.Cutadapt.overlap
Int?
Equivalent to cutadapt's --overlap option.
Germline.sample.qc.Cutadapt.pairFilter
String?
Equivalent to cutadapt's --pair-filter option.
Germline.sample.qc.Cutadapt.prefix
String?
Equivalent to cutadapt's --prefix option.
Germline.sample.qc.Cutadapt.qualityBase
Int?
Equivalent to cutadapt's --quality-base option.
Germline.sample.qc.Cutadapt.qualityCutoff
String?
Equivalent to cutadapt's --quality-cutoff option.
Germline.sample.qc.Cutadapt.restFilePath
String?
Equivalent to cutadapt's --rest-file option.
Germline.sample.qc.Cutadapt.stripF3
Boolean?
Equivalent to cutadapt's --strip-f3 flag.
Germline.sample.qc.Cutadapt.stripSuffix
String?
Equivalent to cutadapt's --strip-suffix option.
Germline.sample.qc.Cutadapt.suffix
String?
Equivalent to cutadapt's --suffix option.
Germline.sample.qc.Cutadapt.times
Int?
Equivalent to cutadapt's --times option.
Germline.sample.qc.Cutadapt.tooLongOutputPath
String?
Equivalent to cutadapt's --too-long-output option.
Germline.sample.qc.Cutadapt.tooLongPairedOutputPath
String?
Equivalent to cutadapt's --too-long-paired-output option.
Germline.sample.qc.Cutadapt.tooShortOutputPath
String?
Equivalent to cutadapt's --too-short-output option.
Germline.sample.qc.Cutadapt.tooShortPairedOutputPath
String?
Equivalent to cutadapt's --too-short-paired-output option.
Germline.sample.qc.Cutadapt.trimN
Boolean?
Equivalent to cutadapt's --trim-n flag.
Germline.sample.qc.Cutadapt.untrimmedOutputPath
String?
Equivalent to cutadapt's --untrimmed-output option.
Germline.sample.qc.Cutadapt.untrimmedPairedOutputPath
String?
Equivalent to cutadapt's --untrimmed-paired-output option.
Germline.sample.qc.Cutadapt.wildcardFilePath
String?
Equivalent to cutadapt's --wildcard-file option.
Germline.sample.qc.Cutadapt.zeroCap
Boolean?
Equivalent to cutadapt's --zero-cap flag.
Germline.sample.qc.FastqcRead1.adapters
File?
Equivalent to fastqc's --adapters option.
Germline.sample.qc.FastqcRead1.casava
Boolean — Default: false
Equivalent to fastqc's --casava flag.
Germline.sample.qc.FastqcRead1.contaminants
File?
Equivalent to fastqc's --contaminants option.
Germline.sample.qc.FastqcRead1.dir
String?
Equivalent to fastqc's --dir option.
Germline.sample.qc.FastqcRead1.extract
Boolean — Default: false
Equivalent to fastqc's --extract flag.
Germline.sample.qc.FastqcRead1.format
String?
Equivalent to fastqc's --format option.
Germline.sample.qc.FastqcRead1.kmers
Int?
Equivalent to fastqc's --kmers option.
Germline.sample.qc.FastqcRead1.limits
File?
Equivalent to fastqc's --limits option.
Germline.sample.qc.FastqcRead1.memory
String — Default: "4G"
The amount of memory this job will use.
Germline.sample.qc.FastqcRead1.minLength
Int?
Equivalent to fastqc's --min_length option.
Germline.sample.qc.FastqcRead1.nano
Boolean — Default: false
Equivalent to fastqc's --nano flag.
Germline.sample.qc.FastqcRead1.noFilter
Boolean — Default: false
Equivalent to fastqc's --nofilter flag.
Germline.sample.qc.FastqcRead1.nogroup
Boolean — Default: false
Equivalent to fastqc's --nogroup flag.
Germline.sample.qc.FastqcRead1.threads
Int — Default: 1
The number of cores to use.
Germline.sample.qc.FastqcRead1After.adapters
File?
Equivalent to fastqc's --adapters option.
Germline.sample.qc.FastqcRead1After.casava
Boolean — Default: false
Equivalent to fastqc's --casava flag.
Germline.sample.qc.FastqcRead1After.contaminants
File?
Equivalent to fastqc's --contaminants option.
Germline.sample.qc.FastqcRead1After.dir
String?
Equivalent to fastqc's --dir option.
Germline.sample.qc.FastqcRead1After.extract
Boolean — Default: false
Equivalent to fastqc's --extract flag.
Germline.sample.qc.FastqcRead1After.format
String?
Equivalent to fastqc's --format option.
Germline.sample.qc.FastqcRead1After.kmers
Int?
Equivalent to fastqc's --kmers option.
Germline.sample.qc.FastqcRead1After.limits
File?
Equivalent to fastqc's --limits option.
Germline.sample.qc.FastqcRead1After.memory
String — Default: "4G"
The amount of memory this job will use.
Germline.sample.qc.FastqcRead1After.minLength
Int?
Equivalent to fastqc's --min_length option.
Germline.sample.qc.FastqcRead1After.nano
Boolean — Default: false
Equivalent to fastqc's --nano flag.
Germline.sample.qc.FastqcRead1After.noFilter
Boolean — Default: false
Equivalent to fastqc's --nofilter flag.
Germline.sample.qc.FastqcRead1After.nogroup
Boolean — Default: false
Equivalent to fastqc's --nogroup flag.
Germline.sample.qc.FastqcRead1After.threads
Int — Default: 1
The number of cores to use.
Germline.sample.qc.FastqcRead2.adapters
File?
Equivalent to fastqc's --adapters option.
Germline.sample.qc.FastqcRead2.casava
Boolean — Default: false
Equivalent to fastqc's --casava flag.
Germline.sample.qc.FastqcRead2.contaminants
File?
Equivalent to fastqc's --contaminants option.
Germline.sample.qc.FastqcRead2.dir
String?
Equivalent to fastqc's --dir option.
Germline.sample.qc.FastqcRead2.extract
Boolean — Default: false
Equivalent to fastqc's --extract flag.
Germline.sample.qc.FastqcRead2.format
String?
Equivalent to fastqc's --format option.
Germline.sample.qc.FastqcRead2.kmers
Int?
Equivalent to fastqc's --kmers option.
Germline.sample.qc.FastqcRead2.limits
File?
Equivalent to fastqc's --limits option.
Germline.sample.qc.FastqcRead2.memory
String — Default: "4G"
The amount of memory this job will use.
Germline.sample.qc.FastqcRead2.minLength
Int?
Equivalent to fastqc's --min_length option.
Germline.sample.qc.FastqcRead2.nano
Boolean — Default: false
Equivalent to fastqc's --nano flag.
Germline.sample.qc.FastqcRead2.noFilter
Boolean — Default: false
Equivalent to fastqc's --nofilter flag.
Germline.sample.qc.FastqcRead2.nogroup
Boolean — Default: false
Equivalent to fastqc's --nogroup flag.
Germline.sample.qc.FastqcRead2.threads
Int — Default: 1
The number of cores to use.
Germline.sample.qc.FastqcRead2After.adapters
File?
Equivalent to fastqc's --adapters option.
Germline.sample.qc.FastqcRead2After.casava
Boolean — Default: false
Equivalent to fastqc's --casava flag.
Germline.sample.qc.FastqcRead2After.contaminants
File?
Equivalent to fastqc's --contaminants option.
Germline.sample.qc.FastqcRead2After.dir
String?
Equivalent to fastqc's --dir option.
Germline.sample.qc.FastqcRead2After.extract
Boolean — Default: false
Equivalent to fastqc's --extract flag.
Germline.sample.qc.FastqcRead2After.format
String?
Equivalent to fastqc's --format option.
Germline.sample.qc.FastqcRead2After.kmers
Int?
Equivalent to fastqc's --kmers option.
Germline.sample.qc.FastqcRead2After.limits
File?
Equivalent to fastqc's --limits option.
Germline.sample.qc.FastqcRead2After.memory
String — Default: "4G"
The amount of memory this job will use.
Germline.sample.qc.FastqcRead2After.minLength
Int?
Equivalent to fastqc's --min_length option.
Germline.sample.qc.FastqcRead2After.nano
Boolean — Default: false
Equivalent to fastqc's --nano flag.
Germline.sample.qc.FastqcRead2After.noFilter
Boolean — Default: false
Equivalent to fastqc's --nofilter flag.
Germline.sample.qc.FastqcRead2After.nogroup
Boolean — Default: false
Equivalent to fastqc's --nogroup flag.
Germline.sample.qc.FastqcRead2After.threads
Int — Default: 1
The number of cores to use.
Germline.sample.qc.runAdapterClipping
Boolean — Default: defined(adapterForward) || defined(adapterReverse) || length(select_first([contaminations, []])) > 0
Whether or not adapters should be removed from the reads.
Germline.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.
Germline.scatterSizeMillions
Int — Default: 1000
Same as scatterSize, but is multiplied by 1000000 to get scatterSize. This allows for setting larger values more easily.
Germline.svCalling.clever.memory
String — Default: "15G"
The memory required to run the programs
Germline.svCalling.clever.threads
Int — Default: 10
The the number of threads required to run a program
Germline.svCalling.delly.memory
String — Default: "15G"
The memory required to run the programs
Germline.svCalling.mateclever.cleverMaxDelLength
Int — Default: 100000
The maximum deletion length to look for in Clever predictions.
Germline.svCalling.mateclever.maxLengthDiff
Int — Default: 30
The maximum length difference between split-read and read-pair deletion to be considered identical.
Germline.svCalling.mateclever.maxOffset
Int — Default: 150
The maximum center distance between split-read and read-pair deletion to be considered identical.
Germline.svCalling.mateclever.memory
String — Default: "15G"
The memory required to run the programs
Germline.svCalling.mateclever.threads
Int — Default: 10
The the number of threads required to run a program
Germline.svCalling.renameSample.javaXmx
String — Default: "8G"
The max. memory allocated for JAVA
Germline.svCalling.renameSample.memory
String — Default: "24G"
The memory required to run the programs
Germline.svCalling.survivor.breakpointDistance
Int — Default: 1000
The distance between pairwise breakpoints between SVs
Germline.svCalling.survivor.distanceBySvSize
Int — Default: 0
A boolean to predict the pairwise distance between the SVs based on their size
Germline.svCalling.survivor.memory
String — Default: "24G"
The memory required to run the programs
Germline.svCalling.survivor.minSize
Int — Default: 30
The mimimum size of SV to be merged
Germline.svCalling.survivor.strandType
Int — Default: 1
A boolean to include strand type of an SV to be merged
Germline.svCalling.survivor.suppVecs
Int — Default: 2
The minimum number of SV callers to support the merging
Germline.svCalling.survivor.svType
Int — Default: 1
A boolean to include the type SV to be merged
Germline.useBwaKit
Boolean — Default: false
Whether or not BWA kit should be used. If false BWA mem will be used.
Germline.variantcalling.calculateRegions.mergeBeds.outputBed
String — Default: "merged.bed"
The path to write the output to
Germline.variantcalling.callAutosomal.haplotypeCaller.contamination
Float?
Equivalent to HaplotypeCaller's `-contamination` option.
Germline.variantcalling.callAutosomal.haplotypeCaller.emitRefConfidence
String — Default: if gvcf then "GVCF" else "NONE"
Whether to include reference calls. Three modes: 'NONE', 'BP_RESOLUTION' and 'GVCF'
Germline.variantcalling.callAutosomal.haplotypeCaller.javaXmx
String — Default: "4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.variantcalling.callAutosomal.haplotypeCaller.memory
String — Default: "12G"
The amount of memory this job will use.
Germline.variantcalling.callAutosomal.haplotypeCaller.outputMode
String?
Specifies which type of calls we should output. Same as HaplotypeCaller's `--output-mode` option.
Germline.variantcalling.callX.contamination
Float?
Equivalent to HaplotypeCaller's `-contamination` option.
Germline.variantcalling.callX.emitRefConfidence
String — Default: if gvcf then "GVCF" else "NONE"
Whether to include reference calls. Three modes: 'NONE', 'BP_RESOLUTION' and 'GVCF'
Germline.variantcalling.callX.javaXmx
String — Default: "4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.variantcalling.callX.memory
String — Default: "12G"
The amount of memory this job will use.
Germline.variantcalling.callX.outputMode
String?
Specifies which type of calls we should output. Same as HaplotypeCaller's `--output-mode` option.
Germline.variantcalling.callY.contamination
Float?
Equivalent to HaplotypeCaller's `-contamination` option.
Germline.variantcalling.callY.emitRefConfidence
String — Default: if gvcf then "GVCF" else "NONE"
Whether to include reference calls. Three modes: 'NONE', 'BP_RESOLUTION' and 'GVCF'
Germline.variantcalling.callY.javaXmx
String — Default: "4G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.variantcalling.callY.memory
String — Default: "12G"
The amount of memory this job will use.
Germline.variantcalling.callY.outputMode
String?
Specifies which type of calls we should output. Same as HaplotypeCaller's `--output-mode` option.
Germline.variantcalling.gatherGvcfs.intervals
Array[File] — Default: []
Bed files or interval lists describing the regions to operate on.
Germline.variantcalling.gatherGvcfs.javaXmx
String — Default: "12G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.variantcalling.gatherGvcfs.memory
String — Default: "24G"
The amount of memory this job will use.
Germline.variantcalling.gatherVcfs.javaXmx
String — Default: "8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.variantcalling.gatherVcfs.memory
String — Default: "24G"
The amount of memory this job will use.
Germline.variantcalling.genotypeGvcfs.annotationGroups
Array[String] — Default: ["StandardAnnotation"]
Which annotation groups will be used for the annotation
Germline.variantcalling.genotypeGvcfs.javaXmx
String — Default: "6G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.variantcalling.genotypeGvcfs.memory
String — Default: "18G"
The amount of memory this job will use.
Germline.variantcalling.mergeSingleSampleGvcf.intervals
Array[File] — Default: []
Bed files or interval lists describing the regions to operate on.
Germline.variantcalling.mergeSingleSampleGvcf.javaXmx
String — Default: "12G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.variantcalling.mergeSingleSampleGvcf.memory
String — Default: "24G"
The amount of memory this job will use.
Germline.variantcalling.mergeSingleSampleVcf.javaXmx
String — Default: "8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.variantcalling.mergeSingleSampleVcf.memory
String — Default: "24G"
The amount of memory this job will use.
Germline.variantcalling.scatterAllRegions.bamFile
File?
Equivalent to biopet scatterregions' `--bamfile` option.
Germline.variantcalling.scatterAllRegions.bamIndex
File?
The index for the bamfile given through bamFile.
Germline.variantcalling.scatterAllRegions.javaXmx
String — Default: "8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.variantcalling.scatterAllRegions.memory
String — Default: "24G"
The amount of memory this job will use.
Germline.variantcalling.scatterAllRegions.notSplitContigs
Boolean — Default: false
Equivalent to biopet scatterregions' `--notSplitContigs` flag.
Germline.variantcalling.scatterAutosomalRegions.bamFile
File?
Equivalent to biopet scatterregions' `--bamfile` option.
Germline.variantcalling.scatterAutosomalRegions.bamIndex
File?
The index for the bamfile given through bamFile.
Germline.variantcalling.scatterAutosomalRegions.javaXmx
String — Default: "8G"
The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.
Germline.variantcalling.scatterAutosomalRegions.memory
String — Default: "24G"
The amount of memory this job will use.
Germline.variantcalling.scatterAutosomalRegions.notSplitContigs
Boolean — Default: false
Equivalent to biopet scatterregions' `--notSplitContigs` flag.
Germline.variantcalling.scatterSizeMillions
Int — Default: 1000
Same as scatterSize, but is multiplied by 1000000 to get scatterSize. This allows for setting larger values more easily

Do not set these inputs!

The following inputs should not be set, even though womtool may show them as being available inputs.