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 {
bedFile: {description: "The bedfile to complement",
category: "required"}
outputFile: {description: "The path to write the output to",
catgory: "advanced"}
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"
......@@ -79,6 +79,18 @@ task GetChromSizes {
runtime {
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 {
......
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