view datatypes_conf.xml @ 1:10dce68b584b draft

Uploaded with readme file (no code changes). Calling this v0.0.11 to match the BLAST+ wrappers.
author peterjc
date Thu, 23 Aug 2012 09:33:16 -0400
parents e1c29f302301
children
line wrap: on
line source

<?xml version="1.0"?>
<datatypes>
    <datatype_files>
        <datatype_file name="xml.py"/>
    </datatype_files>
    <registration>
        <datatype extension="blastxml" type="galaxy.datatypes.xml:BlastXml" mimetype="application/xml" display_in_upload="true"/>
    </registration>
    <sniffers>
        <sniffer type="galaxy.datatypes.xml:BlastXml"/>
    </sniffers>
</datatypes>