view datatypes_conf.xml @ 11:56bdf6d4ac9c

cuffdiff_wrapper.xml - allow either gtf of gff3 format for annotation input.
author Jim Johnson <jj@umn.edu>
date Fri, 19 Oct 2012 13:41:16 -0500
parents c2b922c9d545
children
line wrap: on
line source

<?xml version="1.0"?>
<datatypes>
    <datatype_files>
        <datatype_file name="cuffdata.py"/>
    </datatype_files>
    <registration>
      <!-- composite dataset with cuffdiff outputs in the extra files path -->
      <datatype extension="cuffdata" type="galaxy.datatypes.cuffdata:CuffDiffData"/>
      <!-- SQLite database -->
      <datatype extension="cuffdatadb" type="galaxy.datatypes.cuffdata:CuffDataDB"/>
    </registration>
</datatypes>