bamFile: {description: "The bam file to process.", category: "required"}
bamIndex: {description: "The index bam file.", category: "required"}
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"}
bwaIndex: {description: "The BWA index files.", category: "required"}
predictions: {description: "The predicted deletions (VCF) from clever.", category: "required"}
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: "advanced"}
memory: {description: "The memory required to run the programs", category: "advanced"}
cleverMaxDelLength: {description: "Maximum deletion length to look for from clever predictions.", category: "advanced"}
maxLengthDiff: {description: "Maximum length difference between split-read and read-pair deletion to be considered identical ", category: "advanced"}
maxOffset: {description: "Maximum center distance between split-read and read-pair deletion to be considered identical", 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"}
fiteredBam: {description: "The bam file where sequences less than 30bp were removed.", category: "advanced"}
indexedFiteredBam: {description: "The index of the filtered bam file.", category: "advanced"}
bwaIndex: {description: "The BWA index files.", category: "required"}
...
...
@@ -102,6 +107,15 @@ task Mateclever {
maxLengthDiff: {description: "Maximum length difference between split-read and read-pair deletion to be considered identical ", category: "advanced"}
cleverMaxDelLength: {description: "Maximum deletion length to look for from clever predictions.", category: "advanced"}
memory: {description: "The memory required to run the programs", category: "advanced"}
=======
# inputs
bamFile: {description: "The bam file to process.", category: "required"}
bamIndex: {description: "The index bam file.", category: "required"}
bwaIndex: {description: "The BWA index files.", category: "required"}
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"}
>>>>>>> 338f85339b62da7921f2d5d68d0870e81a80d542
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"}
normalBamIndex: {description: "The index for the normal/control sample's BAM file.", category: "common"}
referenceFasta: {description: "The reference fasta file which was also used for mapping.", category: "required"}
referenceFastaFai: {description: "The index for the reference fasta file.", category: "required"}
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" }
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"}
cores: {description: "The number of cores to use.", category: "advanced"}
memoryGb: {description: "The amount of memory this job will use in Gigabytes.", category: "advanced"}
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"}
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"}