bamFile: {description: "The bam file to process.", category: "required"}
bamIndex: {description: "The index bam file.", category: "required"}
outputPath: {description: "The location the output VCF file should be written.", category: "common"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
category: "advanced"}
bwaIndex: {description: "The BWA index files.", category: "required"}
memory: {description: "The memory required to run the programs", category: "common"}
outputPath: {description: "The location the output VCF file should be written.", category: "common"}
threads: {description: "The the number of threads required to run a program", category: "common"}
memory: {description: "The memory required to run the programs", category: "common"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"}
fiteredBam: {description: "The bam file where sequences less than 30bp were removed.", category: "required"}
indexedFiteredBam: {description: "The index of the filtered bam file.", category: "required"}
outputPath: {description: "The location the output VCF file should be written.", category: "common"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
category: "advanced"}
bwaIndex: {description: "The BWA index files.", category: "required"}
predictions: {description: "The predicted deletions (VCF) from clever.", category: "required"}
memory: {description: "The memory required to run the programs", category: "common"}
outputPath: {description: "The location the output VCF file should be written.", category: "common"}
threads: {description: "The the number of threads required to run a program", category: "common"}
memory: {description: "The memory required to run the programs", category: "common"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"}
referenceFasta: {description: "The reference fasta file also used for mapping.", category: "advanced"}
referenceFastaFai: {description: "Fasta index (.fai) file of the reference", category: "required" }
outputPath: {description: "The location the output VCF file should be written.", category: "common"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
category: "advanced"}
memory: {description: "The memory required to run the programs", category: "common"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"}
tumorBam: {description: "The tumor/case sample's BAM file.", category: "required"}
tumorBamIndex: {description: "The index for the tumor/case sample's BAM file.", category: "required"}
normalBam: {description: "The normal/control sample's BAM file.", category: "common"}
...
...
@@ -67,17 +68,14 @@ task Somatic {
callRegions: {description: "The bed file which indicates the regions to operate on.", category: "common"}
callRegionsIndex: {description: "The index of the bed file which indicates the regions to operate on.", category: "common"}
exome: {description: "Whether or not the data is from exome sequencing.", category: "common"}
cores: {description: "The number of cores to use.", category: "advanced"}
memoryGb: {description: "The amount of memory this job will use in Gigabytes.", category: "advanced"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
category: "advanced"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"}
runDir: {description: "The directory to use as run/output directory.", category: "common"}
bamFile: {description: "The bam file to process.", category: "required"}
bamIndex: {description: "The index bam file.", category: "required"}
referenceFasta: {description: "The reference fasta file also used for mapping.", category: "advanced"}
referenceFastaFai: {description: "Fasta index (.fai) file of the reference", category: "required" }
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
category: "advanced"}
runDir: {description: "The directory to use as run/output directory.", category: "common"}
callRegions: {description: "The bed file which indicates the regions to operate on.", category: "common"}
callRegionsIndex: {description: "The index of the bed file which indicates the regions to operate on.", category: "common"}
exome: {description: "Whether or not the data is from exome sequencing.", category: "common"}
memoryGb: {description: "The memory required to run the manta", category: "common"}
cores: {description: "The the number of cores required to run a program", category: "common"}
memoryGb: {description: "The memory required to run the manta", category: "common"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"}
inputVcf: {description: "The VCF file to process.", category: "required"}
newSampleName: {description: "A string to replace the old sample name.", category: "required"}
outputPath: {description: "The location the output VCF file should be written.", category: "common"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
category: "advanced"}
javaXmx: {description: "The max. memory allocated for JAVA", category: "common"}
newSampleName: {description: "A string to replace the old sample name.", category: "required"}
memory: {description: "The memory required to run the programs", category: "common"}
javaXmx: {description: "The max. memory allocated for JAVA", category: "common"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"}
inputFile: {description: "The file to be compressed and indexed.", category: "required"}
outputDir: {description: "The directory in which the output will be placed.", category: "required"}
type: {description: "The type of file (eg. vcf or bed) to be compressed and indexed.", category: "common"}
...
...
@@ -70,6 +71,7 @@ task Index {
}
parameter_meta {
# inputs
bamFile: {description: "The BAM file for which an index should be made.", category: "required"}
outputBamPath: {description: "The location where the BAM file should be written to. The index will appear alongside this link to the BAM file.",
category: "common"}
...
...
@@ -105,6 +107,7 @@ task Merge {
}
parameter_meta {
# inputs
bamFiles: {description: "The BAM files to merge.", category: "required"}
outputBamPath: {description: "The location the merged BAM file should be written to.", category: "common"}
force: {description: "Equivalent to samtools merge's `-f` flag.", category: "advanced"}
...
...
@@ -136,6 +139,7 @@ task SortByName {
}
parameter_meta {
# inputs
bamFile: {description: "The BAM file to get sorted.", category: "required"}
outputBamPath: {description: "The location the sorted BAM file should be written to.", category: "common"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
...
...
@@ -166,6 +170,7 @@ task Markdup {
}
parameter_meta {
# inputs
inputBam: {description: "The BAM file to be processed.", category: "required"}
outputBamPath: {description: "The location of the output BAM file.", category: "required"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
...
...
@@ -196,6 +201,7 @@ task Flagstat {
}
parameter_meta {
# inputs
inputBam: {description: "The BAM file for which statistics should be retrieved.", category: "required"}
outputPath: {description: "The location the ouput should be written to.", category: "required"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
...
...
@@ -249,6 +255,7 @@ task Fastq {
}
parameter_meta {
# inputs
inputBam: {description: "The bam file to process.", category: "required"}
outputRead1: {description: "The location the reads (first reads for pairs, in case of paired-end sequencing) should be written to.", category: "required"}
outputRead2: {description: "The location the second reads from pairs should be written to.", category: "common"}
...
...
@@ -293,6 +300,7 @@ task Tabix {
}
parameter_meta {
# inputs
inputFile: {description: "The file to be indexed.", category: "required"}
outputFilePath: {description: "The location where the file should be written to. The index will appear alongside this link to the file.",
category: "common"}
...
...
@@ -351,6 +359,7 @@ task View {
}
parameter_meta {
# inputs
inFile: {description: "A BAM, SAM or CRAM file.", category: "required"}
referenceFasta: {description: "The reference fasta file also used for mapping.", category: "advanced"}
outputFileName: {description: "The location the output BAM file should be written.", category: "common"}
filePaths: {description: "An array of VCF files (predictions) to be merged by SURVIVOR", category: "required"}
breakpointDistance: {description: "The distance between pairwise breakpoints between SVs", category: "required"}
suppVecs: {description: "The minimum number of SV callers to support the merging", category: "required"}
svType: {description: "A boolean to include the type SV to be merged", category: "required"}
strandType: {description: "A boolean to include strand type of an SV to be merged", category: "required"}
distanceBySvSize: {description: "A boolean to predict the pairwise distance between the SVs based on their size", category: "required"}
minSize: {description: "The mimimum size of SV to be merged", category: "required"}
sample: {description: "The name of the sample", category: "required"}
outputPath: {description: "The location the output VCF file should be written.", category: "common"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
category: "advanced"}
minSize: {description: "The mimimum size of SV to be merged", category: "required"}
distanceBySvSize: {description: "A boolean to predict the pairwise distance between the SVs based on their size", category: "required"}
strandType: {description: "A boolean to include strand type of an SV to be merged", category: "required"}
svType: {description: "A boolean to include the type SV to be merged", category: "required"}
suppVecs: {description: "The minimum number of SV callers to support the merging", category: "required"}
breakpointDistance: {description: "The distance between pairwise breakpoints between SVs", category: "required"}
memory: {description: "The memory required to run the programs", category: "common"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"}