Skip to content
Snippets Groups Projects
Unverified Commit 777229b4 authored by van den Berg's avatar van den Berg Committed by GitHub
Browse files

Merge pull request #252 from biowdl/bugfix

Add parameter meta for threads
parents 3c6d6383 6a32de90
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ that users understand how the changes affect the new version.
version 5.0.0-dev
---------------------------
+ Samtools: Add `threads` to parameter meta for Merge task.
+ bcftools: add tmpDir input to specify temporary directory when sorting.
+ bcftools: remove outputType and implement indexing based on output file extension.
+ NanoPack: Add parameter_meta to NanoPlot task.
......
......@@ -362,6 +362,7 @@ task Merge {
# inputs
bamFiles: {description: "The BAM files to merge.", category: "required"}
outputBamPath: {description: "The location the merged BAM file should be written to.", category: "common"}
threads: {description: "Number of threads to use.", category: "advanced"}
force: {description: "Equivalent to samtools merge's `-f` flag.", 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.",
......
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