Skip to content

Commit

Permalink
add support for flow cytometry files (FCS)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlnagy committed Sep 28, 2018
1 parent 8656519 commit b53bdd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/registry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,5 @@ add_format(format"RawArray", [0x61,0x72,0x61,0x77,0x72,0x72,0x79,0x61], ".ra", [
add_format(format"MetaImage", "ObjectType", ".mhd", [:MetaImageFormat])

add_format(format"vegalite", (), [".vegalite"], [:VegaLite])

add_format(format"FCS", "FCS", [".fcs"], [:FCSFiles])

0 comments on commit b53bdd5

Please sign in to comment.