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
@@ -599,6 +599,7 @@
599
599
<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"/>
602
+
<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"description_url="https://github.com/vgteam/vg/wiki/File-Formats#gam-graph-alignment--map-vgs-bam"/>
602
603
<datatypeextension="protobuf2"type="galaxy.datatypes.binary:Binary"subclass="true"description="Protocol Buffers (Protobuf) is data format for serializing structured data."display_in_upload="true"/>
603
604
<datatypeextension="protobuf3"type="galaxy.datatypes.binary:Binary"subclass="true"description="Protocol Buffers (Protobuf) is data format for serializing structured data."display_in_upload="true"/>
604
605
<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