Skip to content

Commit ef0cbf7

Browse files
authored
Update wrapper.py
1 parent 0e16479 commit ef0cbf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gatk/indexfeaturefile/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
log = snakemake.log_fmt_shell(stdout=False, stderr=True)
1111

1212
shell(
13-
"(gatk IndexFeatureFile {extra} -I {snakemake.input[0]} -O {snakemake.output[0]}) {log}"
13+
"gatk IndexFeatureFile {extra} -I {snakemake.input[0]} -O {snakemake.output[0]} {log}"
1414
)

0 commit comments

Comments
 (0)