Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Apr 3, 2024
1 parent 7faa0b7 commit 9449a28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def get_all_targets():
subject=datasets.loc[i, "subject"],
sample=datasets.loc[i, "sample"],
acq=datasets.loc[i, "acq"],
extension="ome.zarr.zip"
if config["ome_zarr"]["use_zipstore"]
else "ome.zarr",
extension=(
"ome.zarr.zip" if config["ome_zarr"]["use_zipstore"] else "ome.zarr"
),
)
)
targets.extend(
Expand Down

0 comments on commit 9449a28

Please sign in to comment.