Skip to content

Commit

Permalink
Merge pull request #18029 from mvdbeek/colabfold_backport
Browse files Browse the repository at this point in the history
[24.0] Backport colabfold tar file datatype
  • Loading branch information
martenson authored Apr 19, 2024
2 parents f98f6f7 + 47f2ca6 commit 9d715ce
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 @@ -377,6 +377,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 9d715ce

Please sign in to comment.