Skip to content
Snippets Groups Projects

Dockerize GATK. Scattering now works with containers. Tabix another docker image.

Merged Ruben Vorderman requested to merge BIOWDL-199 into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -266,6 +266,7 @@ task HaplotypeCallerGvcf {
command {
set -e -o pipefail
mkdir -p $(dirname ~{gvcfPath})
~{preCommand}
gatk --java-options -Xmx~{memory}G HaplotypeCaller \
-R ~{reference.fasta} \
Loading