Skip to content

Commit ad93149

Browse files
committed
fix: corrected log file name to contain all wildcards
1 parent b955211 commit ad93149

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)