Skip to content

Commit

Permalink
Update flatfield_corr.smk
Browse files Browse the repository at this point in the history
Tuple -> list
  • Loading branch information
akhanf authored Sep 14, 2024
1 parent b0f29b2 commit 226d8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/flatfield_corr.smk
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ rule apply_basic_flatfield_corr:
allow_missing=True,
),
params:
out_chunks=(128, 128, 128),
out_chunks=[128, 128, 128],
output:
zarr=temp(
directory(
Expand Down

0 comments on commit 226d8b1

Please sign in to comment.