We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d75585 commit 5ac71b4Copy full SHA for 5ac71b4
1 file changed
workflow/rules/select_best_assembly.smk
@@ -16,8 +16,7 @@ rule select_best_assembly:
16
os.path.dirname(os.path.dirname(output.assembly))
17
)
18
+ "/",
19
- best_assemblies_dir=lambda w, output: os.path.dirname(output.assembly)
20
- + "/",
+ best_assemblies_dir=lambda w, output: os.path.dirname(output.assembly) + "/",
21
threads: 1
22
resources:
23
mem_mb=get_very_low_mem,
0 commit comments