We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e16479 commit ef0cbf7Copy full SHA for ef0cbf7
1 file changed
gatk/indexfeaturefile/wrapper.py
@@ -10,5 +10,5 @@
10
log = snakemake.log_fmt_shell(stdout=False, stderr=True)
11
12
shell(
13
- "(gatk IndexFeatureFile {extra} -I {snakemake.input[0]} -O {snakemake.output[0]}) {log}"
+ "gatk IndexFeatureFile {extra} -I {snakemake.input[0]} -O {snakemake.output[0]} {log}"
14
)
0 commit comments