You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/galaxy/config/sample/datatypes_conf.xml.sample
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -597,6 +597,7 @@
597
597
<datatypeextension="odgi"type="galaxy.datatypes.binary:Binary"subclass="true"description="Genomic variation graphs self index used by odgi."display_in_upload="true"/>
<datatypeextension="xg"type="galaxy.datatypes.binary:Binary"subclass="true"description="Genomic variation graphs with vg index."display_in_upload="true"/>
600
+
<datatypeextension="gam"type="galaxy.datatypes.binary:Binary"subclass="true"description="Binary file storing sequencing read alignments to genome variation graphs, used by the VG toolkit."display_in_upload="true"/>
600
601
<datatypeextension="protobuf2"type="galaxy.datatypes.binary:Binary"subclass="true"description="Protocol Buffers (Protobuf) is data format for serializing structured data."display_in_upload="true"/>
601
602
<datatypeextension="protobuf3"type="galaxy.datatypes.binary:Binary"subclass="true"description="Protocol Buffers (Protobuf) is data format for serializing structured data."display_in_upload="true"/>
602
603
<datatypeextension="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">
0 commit comments