Skip to content

Commit

Permalink
add imzml to the datatypes conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Aug 2, 2017
1 parent 97c16db commit e2f69a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/datatypes_conf.xml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
<datatype extension="percout" type="galaxy.datatypes.xml:GenericXml" subclass="true" />
<datatype extension="hardklor" type="galaxy.datatypes.tabular:Tabular" subclass="true" />
<datatype extension="kronik" type="galaxy.datatypes.tabular:Tabular" subclass="true" />
<datatype extension="imzml" type="galaxy.datatypes.proteomics:ImzML" mimetype="application/xml" display_in_upload="true"/>
<!-- End Proteomics Datatypes -->
<datatype extension="netcdf" type="galaxy.datatypes.binary:NetCDF" mimetype="application/octet-stream" display_in_upload="true" description="Format used by netCDF software library for writing and reading chromatography-MS data files." />
<datatype extension="eps" type="galaxy.datatypes.images:Eps" mimetype="image/eps"/>
Expand Down

0 comments on commit e2f69a9

Please sign in to comment.