Skip to content

Commit

Permalink
Merge pull request #24 from jboulanger/feature/lsm
Browse files Browse the repository at this point in the history
Feature/lsm
  • Loading branch information
SeanLeRoy authored Nov 13, 2024
2 parents e3d182b + 83f4bbd commit ca9c114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioio_tifffile/reader_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_supported_extensions() -> List[str]:
"""
Return a list of file extensions this plugin supports reading.
"""
return ["tif", "tiff"]
return ["tif", "tiff", "lsm"]

@staticmethod
def get_reader() -> bioio_base.reader.Reader:
Expand Down

0 comments on commit ca9c114

Please sign in to comment.