Previous changeset 3:047f65d57d81 (2017-05-02) Next changeset 5:b8f59e6dcf18 (2017-05-02) |
Commit message:
Uploaded |
added:
datatypes.xml |
b |
diff -r 047f65d57d81 -r f64cd17140fe datatypes.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/datatypes.xml Tue May 02 06:05:01 2017 -0400 |
b |
@@ -0,0 +1,18 @@ +<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> |