Skip to content

Commit bc1fc6a

Browse files
committed
adds scn
1 parent 12cb54f commit bc1fc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dcqc/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def get_file_type(cls, file_type: str) -> FileType:
105105
FileType("TXT", (".txt",), "format_1964")
106106
FileType("JSON", (".json",), "format_3464")
107107
FileType("JSON-LD", (".jsonld",), "format_3749")
108-
FileType("TIFF", (".tif", ".tiff", ".svs"), "format_3591")
108+
FileType("TIFF", (".tif", ".tiff", ".svs", ".scn"), "format_3591")
109109
FileType("OME-TIFF", (".ome.tif", ".ome.tiff"), "format_3727")
110110
FileType("TSV", (".tsv"), "format_3475")
111111
FileType("BAM", (".bam"), "format_2572")

0 commit comments

Comments
 (0)