Skip to content

Commit 5c8a5e3

Browse files
authored
Merge pull request #8 from snakemake-workflows/fix/gunzip_logfile
fix: corrected log file name to contain all wildcards
2 parents b955211 + ad93149 commit 5c8a5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/rules/preparation.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ rule gunzip:
144144
conda:
145145
"../envs/basic.yml"
146146
log:
147-
"logs/gunzip/{database}_{dataset}_{name}.log",
147+
"logs/gunzip/{database}_{dataset}_{name}_{filetype}.log",
148148
run:
149149
import gzip, shutil, os
150150
try:

0 commit comments

Comments
 (0)