We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5d6c8 commit 6eb303bCopy full SHA for 6eb303b
1 file changed
workflow/rules/annotate.smk
@@ -38,7 +38,8 @@ rule prepare_yaml_files:
38
pd_samples=samples,
39
log:
40
os.path.join(
41
- OUTDIR, "annotation/pgap/prepare_files/logs/{sample}_prepare_yaml_files.log"
+ OUTDIR,
42
+ "annotation/pgap/prepare_files/logs/{sample}_prepare_yaml_files.log",
43
),
44
script:
45
"../scripts/prepare_yaml_files.py"
0 commit comments