Skip to content
Snippets Groups Projects
Commit a4af699b authored by cagaser's avatar cagaser
Browse files

update gridss: add --jvmheap parameter

parent 10236b50
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ task GRIDSS {
BwaIndex reference
String outputPrefix = "gridss"
String jvmheapsize = "25G"
Int threads = 1
String dockerImage = "quay.io/biocontainers/gridss:2.9.4--0"
}
......@@ -45,6 +46,7 @@ task GRIDSS {
--output ~{outputPrefix}.vcf.gz \
--assembly ~{outputPrefix}_assembly.bam \
~{"-t " + threads} \
~{"--jvmheap " + jvmheapsize} \
--label ~{normalLabel}~{true="," false="" defined(normalLabel)}~{tumorLabel} \
~{normalBam} \
~{tumorBam}
......
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