Skip to content

Commit

Permalink
Merge pull request #4 from STOmics/bugfix/gem
Browse files Browse the repository at this point in the history
fix .gem.gz suffix detect bug
  • Loading branch information
d5423197 authored Jan 10, 2025
2 parents fe06a79 + baff7dd commit e9ddcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellbin2/modules/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ProcFile(BaseModel):
correct_r: int
channel_align: int
registration: ProcRegistration
_supported_matrix = ['.gef', '.gem.gz']
_supported_matrix = ['.gef', '.gz', '.gem']
_supported_image = ['.tif', '.tiff', '.TIF', '.TIFF']

@property
Expand Down

0 comments on commit e9ddcc8

Please sign in to comment.