Skip to content

Commit 778f228

Browse files
authored
Merge pull request #42 from Sage-Bionetworks-Workflows/bwmac/orca-257/add_svs_extension
[ORCA-257] Adds `.svs` and `.scn` and extensions to `TIFF` file type
2 parents 0f2aa7b + bc1fc6a commit 778f228

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"), "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)