Skip to content
Snippets Groups Projects
Commit cce02b2a authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

add parameter_meta

parent 4c8b47d8
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ task Complement { ...@@ -49,7 +49,7 @@ task Complement {
bedFile: {description: "The bedfile to complement", bedFile: {description: "The bedfile to complement",
category: "required"} category: "required"}
outputFile: {description: "The path to write the output to", outputFile: {description: "The path to write the output to",
catgory: "advanced"} category: "advanced"}
dockerImage: { dockerImage: {
description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
category: "advanced" category: "advanced"
...@@ -79,6 +79,18 @@ task GetChromSizes { ...@@ -79,6 +79,18 @@ task GetChromSizes {
runtime { runtime {
docker: dockerImage docker: dockerImage
} }
parameter_meta {
faidx: {description: "The fasta index (.fai) file from which to extract the genome sizes",
category: "required"}
outputFile: {description: "The path to write the output to",
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"
}
}
} }
task Sort { task Sort {
......
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