Skip to content
Snippets Groups Projects
Commit 56030a53 authored by JasperBoom's avatar JasperBoom
Browse files

Update parameter_meta.

parent 72263369
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ task CCS {
cores: {description: "The number of cores to be used.", category: "advanced"}
memory: {description: "The amount of memory available to the job.", 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"}
timeMinutes: {description: "The time (in minutes) it will take for this task to complete.", category: "advanced"}
# outputs
outputCCSfile: {description: "Consensus reads output file."}
......
......@@ -92,6 +92,7 @@ task Refine {
cores: {description: "The number of cores to be used.", category: "advanced"}
memory: {description: "The amount of memory available to the job.", 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"}
timeMinutes: {description: "The time (in minutes) it will take for this task to complete.", category: "advanced"}
# outputs
outputFLNCfile: {description: "Filtered reads output file."}
......
......@@ -145,6 +145,7 @@ task Lima {
cores: {description: "The number of cores to be used.", category: "advanced"}
memory: {description: "The amount of memory available to the job.", 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"}
timeMinutes: {description: "The time (in minutes) it will take for this task to complete.", category: "advanced"}
# outputs
outputFLfile: {description: "Demultiplexed reads output file(s)."}
......
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