comparison datatypes_conf.xml @ 7:d653dd76947e draft

Uploaded
author moba
date Tue, 02 May 2017 07:44:57 -0400
parents
children
comparison
equal deleted inserted replaced
6:4d0903ac8b94 7:d653dd76947e
1 <datatypes>
2 <registration>
3 <!-- format specific to alvisnlp at MAiAGE/Bibliome-->
4 <datatype extension="trie" type="galaxy.datatypes.binary:Trie" display_in_upload="True" mimetype="application/octet-stream" description="A alvisnlp binary format used to contain dictionary" />
5 <datatype extension="plan" type="galaxy.datatypes.xml:Plan" display_in_upload="True" description="A alvisnlp binary format used to contain plan" />
6 </registration>
7 <sniffers>
8 <!--
9 The order in which Galaxy attempts to determine data types is
10 important because some formats are much more loosely defined
11 than others. The following list should be the most rigidly
12 defined format first, followed by next-most rigidly defined,
13 and so on.
14 -->
15 <sniffer type="galaxy.datatypes.binary:Trie"/> <!-- added for alvisnlp -->
16 <sniffer type="galaxy.datatypes.xml:Plan"/> <!-- added for alvisnlp -->
17 </sniffers>
18 </datatypes>