Skip to content

Commit

Permalink
add colabfold tar file datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander OSTROVSKY authored and Alexander OSTROVSKY committed Feb 28, 2024
1 parent 631af8f commit ae38013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/config/sample/datatypes_conf.xml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@
<datatype extension="star" type="galaxy.datatypes.images:Star" display_in_upload="true" />
<datatype extension="peff" type="galaxy.datatypes.proteomics:PEFF" display_in_upload="true" />
<datatype extension="toml" type="galaxy.datatypes.data:Text" subclass="true" display_in_upload="true"/>
<datatype extension="colab.tar" auto_compressed_types="gz" type="galaxy.datatypes.binary:CompressedArchive" subclass="true" display_in_upload="true"/>
<!-- End Proteomics Datatypes -->
<!-- FlowCytometry -->
<datatype extension="fcs" type="galaxy.datatypes.flow:FCS" mimetype="application/octet-stream" display_in_upload="true" description="A FCS binary sequence file with a '.fcs' file extension." />
Expand Down

0 comments on commit ae38013

Please sign in to comment.