Skip to content

Commit

Permalink
fix: bcftools filter cannot run with mem options and this will preven…
Browse files Browse the repository at this point in the history
…t mem-max to be set. (#464)
  • Loading branch information
Smeds committed Mar 9, 2022
1 parent cb2539d commit d7a0de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bio/bcftools/filter/wrapper.py
Expand Up @@ -7,7 +7,7 @@
from snakemake.shell import shell
from snakemake_wrapper_utils.bcftools import get_bcftools_opts

bcftools_opts = get_bcftools_opts(snakemake)
bcftools_opts = get_bcftools_opts(snakemake, parse_memory=False)
log = snakemake.log_fmt_shell(stdout=False, stderr=True)

if len(snakemake.output) > 1:
Expand Down

0 comments on commit d7a0de4

Please sign in to comment.