Skip to content

Commit

Permalink
Merge pull request #17567 from astrovsky01/colabfold_tar_datatype
Browse files Browse the repository at this point in the history
add colabfold tar file datatype
  • Loading branch information
dannon authored Mar 5, 2024
2 parents 7280ecd + ae38013 commit 96b88f7
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 96b88f7

Please sign in to comment.