Skip to content
Snippets Groups Projects
Commit 82f0cc79 authored by Cats's avatar Cats
Browse files

fix parameter_meta

parent 247561f6
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ task GRIDSS {
normalBam: {description: "The BAM file for the normal/control sample.", category: "advanced"}
normalBai: {description: "The index for normalBam.", category: "advanced"}
normalLabel: {description: "The name of the normal sample.", category: "advanced"}
BwaIndex reference: {description: "A BWA index, this should also include the fasta index file (.fai).", category: "required"}
reference: {description: "A BWA index, this should also include the fasta index file (.fai).", category: "required"}
outputPrefix: {description: "The prefix for the output files. This may include parent directories.", category: "common"}
threads: {description: "The number of the threads to use.", category: "advanced"}
......
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