view datatypes_conf.xml @ 9:f4714c838f27 draft

planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/datatypes/neo4j_datatypes commit 922fd8b22de3e555592844a4413ddcad2f726896
author sanbi-uwc
date Wed, 18 May 2016 09:10:51 -0400
parents b4f02c3742f1
children ce5df18856ee
line wrap: on
line source

<?xml version="1.0"?>
<datatypes>
    <datatype_files>
        <datatype_file name="neo4j.py"/>
    </datatype_files>
    <registration>
        <datatype extension="neo4j" type="galaxy.datatypes.neo4j:Neo4j" mimetype="text/html"  display_in_upload="false"/>
        <datatype extension="neostore" type="galaxy.datatypes.neo4j:Neo4jDB" mimetype="text/html"  display_in_upload="false"/>
    </registration>
    <sniffers>
        <sniffer type="galaxy.datatypes.neo4j:Neo4j"/>
    </sniffers>
</datatypes>