view datatypes_conf.xml @ 3:b4f02c3742f1 draft

planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/datatypes/neo4j_datatypes commit 3dd4b95732efe95365fc09bfcdfb917c25b2796e
author sanbi-uwc
date Tue, 17 May 2016 07:35:07 -0400
parents ba6fe46519e4
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>