Skip to content

Commit

Permalink
Have mutect respect snakemake threads (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
maehler authored Mar 9, 2022
1 parent 330359d commit cb2539d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bio/gatk/mutect/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb2539d

Please sign in to comment.