Skip to content

Commit

Permalink
minor update of wildcard constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Apr 9, 2024
1 parent bf6eae9 commit f4ed56c
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 @@ -31,7 +31,7 @@ rule zarr_to_ome_zarr:
subject="{subject}",
datatype="micr",
sample="{sample}",
acq="{acq,blaze[a-zA-Z0-9]*}",
acq="{acq,[a-zA-Z0-9]*blaze[a-zA-Z0-9]*}",
suffix="SPIM.ome.zarr",
)
)
Expand Down Expand Up @@ -75,7 +75,7 @@ rule tif_stacks_to_ome_zarr:
subject="{subject}",
datatype="micr",
sample="{sample}",
acq="{acq,prestitched[a-zA-Z0-9]*}",
acq="{acq,[a-zA-Z0-9]*prestitched[a-zA-Z0-9]*}",
suffix="SPIM.ome.zarr",
)
)
Expand Down

0 comments on commit f4ed56c

Please sign in to comment.