Skip to content

Commit

Permalink
fix: was missing directory() in ome-zarr rule
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Apr 3, 2024
1 parent cf9f3fa commit 38f0281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/ome_zarr.smk
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ rule ome_zarr_from_work:
input:
zarr=f"{work}/{{prefix}}.ome.zarr",
output:
zarr=f"{root}/{{prefix}}.ome.zarr",
zarr=directory(f"{root}/{{prefix}}.ome.zarr"),
log:
"logs/ome_zarr_to_from_work/{prefix}.log",
group:
Expand Down

0 comments on commit 38f0281

Please sign in to comment.