Skip to content

Commit

Permalink
Merge pull request #18 from khanlab/fix
Browse files Browse the repository at this point in the history
fix: was missing directory() in ome-zarr rule
  • Loading branch information
akhanf authored Apr 3, 2024
2 parents cf9f3fa + 38f0281 commit 80448eb
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 80448eb

Please sign in to comment.