inputVcf: {description: "The VCF file to process.", category: "required"}
bamFile: {description: "The bam file to process.", category: "required"}
bamIndex: {description: "The index of the bam file.", category: "required"}
referenceFasta: {description: "The reference fasta file also used for mapping.", category: "required"}
...
...
@@ -71,6 +72,6 @@ task Duphold {
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
smooveVcf: {description: "Calls of structural variants in VCF file."}