Skip to content

Commit e8e738b

Browse files
authored
Default set to False
1 parent 83f5277 commit e8e738b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

snakemake_wrapper_utils/gatk.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
def get_gatk_opts(
66
snakemake,
7-
parse_arg_file=True,
8-
parse_bam_index=True,
9-
parse_bam_md5=True,
10-
parse_vcf_index=True,
11-
parse_vcf_md5=True,
12-
parse_ref=True,
13-
parse_ref_dict=True,
7+
parse_arg_file=False,
8+
parse_bam_index=False,
9+
parse_bam_md5=False,
10+
parse_vcf_index=False,
11+
parse_vcf_md5=False,
12+
parse_ref=False,
13+
parse_ref_dict=False,
1414
param_name="extra",
1515
):
1616
"""Obtain gatk_opts from input, output, params"""

0 commit comments

Comments
 (0)