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

add missing parameter_meta

parent b13fd31b
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,8 @@ task GRIDSS {
gridssProperties: {description: "A properties file for gridss.", category: "advanced"}
threads: {description: "The number of the threads to use.", category: "advanced"}
jvmHeapSizeGb: {description: "The size of JVM heap for assembly and variant calling",category: "advanced"}
jvmHeapSizeGb: {description: "The size of JVM heap for assembly and variant calling", category: "advanced"}
nonJvmMemoryGb: {description: "The amount of memory in Gb to be requested besides JVM memory.", 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