changeset 8:39c655c7ce96 draft default tip

Deleted selected files
author moba
date Tue, 02 May 2017 07:45:08 -0400
parents d653dd76947e
children
files datatypes.xml
diffstat 1 files changed, 0 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/datatypes.xml	Tue May 02 07:44:57 2017 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-<datatypes> 
-  <registration>  
-	<!-- format specific to alvisnlp at MAiAGE/Bibliome-->
-   <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" />
-   <datatype extension="plan" type="galaxy.datatypes.xml:Plan" display_in_upload="True" description="A alvisnlp binary format used to contain plan" />
-  </registration>
-<sniffers>
-    <!--
-    The order in which Galaxy attempts to determine data types is
-    important because some formats are much more loosely defined
-    than others.  The following list should be the most rigidly
-    defined format first, followed by next-most rigidly defined,
-    and so on.
-    -->
-    <sniffer type="galaxy.datatypes.binary:Trie"/> <!-- added for alvisnlp -->
-    <sniffer type="galaxy.datatypes.xml:Plan"/> <!-- added for alvisnlp -->
-</sniffers>
-</datatypes>