diff --git a/bio/gatk/mutect/wrapper.py b/bio/gatk/mutect/wrapper.py index d6de448a17..cc393f6722 100644 --- a/bio/gatk/mutect/wrapper.py +++ b/bio/gatk/mutect/wrapper.py @@ -24,6 +24,7 @@ with tempfile.TemporaryDirectory() as tmpdir: shell( "gatk --java-options '{java_opts}' Mutect2" # Tool and its subprocess + " --native-pair-hmm-threads {snakemake.threads}" " --input {snakemake.input.map}" # Path to input mapping file " --reference {snakemake.input.fasta}" # Path to reference fasta file " {extra}" # Extra parameters