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

fix missing paramter_meta

parent dc1e96bb
No related branches found
No related tags found
No related merge requests found
......@@ -280,6 +280,7 @@ task ScatterRegions {
bamIndex: {description: "The index for the bamfile given through bamFile.", 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"}
javaXmx: {description: "The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.",
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.",
......
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