Skip to content

Commit

Permalink
Merge pull request #22 from khanlab/fix-nii
Browse files Browse the repository at this point in the history
fix to use work ome-zarr as input for nifti conversion
  • Loading branch information
akhanf authored Apr 3, 2024
2 parents 80448eb + f86927c commit df5008c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/rules/ome_zarr.smk
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ rule ome_zarr_to_zipstore:
rule ome_zarr_to_nii:
input:
zarr=bids(
root=root,
root=work,
subject="{subject}",
datatype="micr",
sample="{sample}",
acq="{acq}",
suffix="SPIM.ome.zarr.zip",
suffix="SPIM.ome.zarr",
),
params:
channel_index=lambda wildcards: get_stains(wildcards).index(wildcards.stain),
Expand Down

0 comments on commit df5008c

Please sign in to comment.