Skip to content
Snippets Groups Projects
Commit c9e62bf9 authored by JasperBoom's avatar JasperBoom
Browse files

Update tasks.

parent 20ee22a6
No related branches found
No related tags found
No related merge requests found
......@@ -81,8 +81,8 @@ task Germline {
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"}
# outputs
mantaVCF: {description: ""}
mantaVCFindex: {description: ""}
mantaVCF: {description: "SVs and indels scored and genotyped under a diploid model for the set of samples in a joint diploid sample analysis or for the normal sample in a tumor/normal subtraction analysis."}
mantaVCFindex: {description: "Index of output mantaVCF."}
}
}
......@@ -161,6 +161,13 @@ task Somatic {
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"}
# outputs
candidateSmallIndelsVcf: {description: "Subset of the candidateSV.vcf.gz file containing only simple insertion and deletion variants less than the minimum scored variant size."}
candidateSmallIndelsVcfIndex: {description: "Index of output VCF file candidateSmallIndelsVcf."}
candidateSVVcf: {description: "Unscored SV and indel candidates."}
candidatSVVcfIndex: {description: "Index of output VCF file candidateSVVcf."}
tumorSVVcf: {description: "Subset of the candidateSV.vcf.gz file after removing redundant candidates and small indels less than the minimum scored variant size."}
tumorSVVcfIndex: {description: "Index of output VCF file tumorSVVcf."}
diploidSV: {description: "SVs and indels scored and genotyped under a diploid model for the set of samples in a joint diploid sample analysis or for the normal sample in a tumor/normal subtraction analysis."}
diploidSVindex: {description: "Index of output VCF file diploidSV."}
}
}
......@@ -177,5 +177,9 @@ task MultiQC {
memory: {description: "The amount of memory this job will use.", category: "advanced"}
timeMinutes: {description: "The maximum amount of time the job will run in minutes.", 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"}
# outputs
multiqcReport: {description: ""}
multiqcDataDirZip: {description: ""}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment