Skip to content
Snippets Groups Projects
Commit a4d2969f authored by cedrick's avatar cedrick
Browse files

fix parameter meta

parent 4e44804a
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@ task CallSV {
parameter_meta {
bamFile: {description: "The bam file to process.", category: "required"}
bamIndex: {description: "The index bam file.", category: "required"}
referenceFasta: referenceFasta: {description: "The reference fasta file also used for mapping.", category: "advanced"}
referenceFastaFai: { description: "Fasta index (.fai) file of the reference", 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" }
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"}
......
......@@ -121,8 +121,8 @@ task Germline {
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: referenceFasta: {description: "The reference fasta file also used for mapping.", category: "advanced"}
referenceFastaFai: { description: "Fasta index (.fai) file of the reference", 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" }
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"}
......
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