Skip to content

Commit 882f204

Browse files
authored
Merge pull request #206 from tlnagy/tn/add-fcs-file-loader
add support for flow cytometry files (FCS)
2 parents 8656519 + b53bdd5 commit 882f204

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/registry.jl

+2
Original file line numberDiff line numberDiff line change
@@ -282,3 +282,5 @@ add_format(format"RawArray", [0x61,0x72,0x61,0x77,0x72,0x72,0x79,0x61], ".ra", [
282282
add_format(format"MetaImage", "ObjectType", ".mhd", [:MetaImageFormat])
283283

284284
add_format(format"vegalite", (), [".vegalite"], [:VegaLite])
285+
286+
add_format(format"FCS", "FCS", [".fcs"], [:FCSFiles])

0 commit comments

Comments
 (0)