Mercurial > repos > jjohnson > cummerbund
view datatypes_conf.xml @ 6:79c687de829b
Add more descriptive label
| author | Jim Johnson <jj@umn.edu> |
|---|---|
| date | Tue, 09 Oct 2012 08:09:32 -0500 |
| parents | 9d25b0fd882b |
| children | c2b922c9d545 |
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>
