Mercurial > repos > jjohnson > cummerbund
view datatypes_conf.xml @ 15:2d7eee38ab5b
Update to new cuffdiff wrapper, add cuffdb_info.txt to cummerbund html output
| author | Jim Johnson <jj@umn.edu> |
|---|---|
| date | Fri, 08 Nov 2013 13:28:44 -0600 |
| 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>
