Skip to content

Commit

Permalink
Merge pull request #12429 from anuprulez/add_onnx_datatype
Browse files Browse the repository at this point in the history
Add ONNX datatype
  • Loading branch information
jmchilton committed Sep 9, 2021
2 parents 7d2a251 + b354df0 commit eec613c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/config/sample/datatypes_conf.xml.sample
Expand Up @@ -451,6 +451,7 @@
<datatype extension="xg" type="galaxy.datatypes.binary:Binary" subclass="true" description="Genomic variation graphs with vg index." display_in_upload="true"/>
<datatype extension="protobuf2" type="galaxy.datatypes.binary:Binary" subclass="true" description="Protocol Buffers (Protobuf) is data format for serializing structured data." display_in_upload="true"/>
<datatype extension="protobuf3" type="galaxy.datatypes.binary:Binary" subclass="true" description="Protocol Buffers (Protobuf) is data format for serializing structured data." display_in_upload="true"/>
<datatype extension="onnx" type="galaxy.datatypes.binary:Binary" subclass="true" description="ONNX (Open neural network exchange) is data format for storing and sharing machine learning and deep learning models." display_in_upload="true"/>
<datatype extension="tabix" type="galaxy.datatypes.binary:Binary" subclass="true"/>
<datatype extension="bgzip" type="galaxy.datatypes.binary:Binary" subclass="true" display_in_upload="true"/>
<datatype extension="vcf_bgzip" type="galaxy.datatypes.tabular:VcfGz" display_in_upload="true">
Expand Down

0 comments on commit eec613c

Please sign in to comment.