Skip to content
Snippets Groups Projects
Commit 0211661c authored by Cats's avatar Cats
Browse files

add missing parameter_meta

parent d524e6fd
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,8 @@ task ChunkedScatter {
chunkSize: {description: "Equivalent to chunked-scatter's `-c` option.", category: "advanced"}
overlap: {description: "Equivalent to chunked-scatter's `-o` option.", category: "advanced"}
minimumBasesPerFile: {description: "Equivalent to chunked-scatter's `-m` option.", category: "advanced"}
timeMinutes: {description: "The maximum amount of time the job will run in minutes.", 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"}
}
}
\ No newline at end of file
}
......@@ -81,6 +81,7 @@ task GenomeGenerate {
threads: {description: "The number of threads to use.", category: "advanced"}
memory: {description: "The amount of memory this job will use.", category: "advanced"}
timeMinutes: {description: "The maximum amount of time the job will run in minutes.", 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"}
}
......
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