Skip to content

Commit 5ac71b4

Browse files
committed
formatting
1 parent 2d75585 commit 5ac71b4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

workflow/rules/select_best_assembly.smk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ rule select_best_assembly:
1616
os.path.dirname(os.path.dirname(output.assembly))
1717
)
1818
+ "/",
19-
best_assemblies_dir=lambda w, output: os.path.dirname(output.assembly)
20-
+ "/",
19+
best_assemblies_dir=lambda w, output: os.path.dirname(output.assembly) + "/",
2120
threads: 1
2221
resources:
2322
mem_mb=get_very_low_mem,

0 commit comments

Comments
 (0)