Mercurial > repos > jjohnson > cummerbund
comparison datatypes_conf.xml @ 7:c2b922c9d545
Correct type for cuffdatadb in datatypes_conf.xml
| author | Jim Johnson <jj@umn.edu> |
|---|---|
| date | Wed, 10 Oct 2012 11:09:15 -0500 |
| parents | 9d25b0fd882b |
| children |
comparison
equal
deleted
inserted
replaced
| 6:79c687de829b | 7:c2b922c9d545 |
|---|---|
| 5 </datatype_files> | 5 </datatype_files> |
| 6 <registration> | 6 <registration> |
| 7 <!-- composite dataset with cuffdiff outputs in the extra files path --> | 7 <!-- composite dataset with cuffdiff outputs in the extra files path --> |
| 8 <datatype extension="cuffdata" type="galaxy.datatypes.cuffdata:CuffDiffData"/> | 8 <datatype extension="cuffdata" type="galaxy.datatypes.cuffdata:CuffDiffData"/> |
| 9 <!-- SQLite database --> | 9 <!-- SQLite database --> |
| 10 <datatype extension="cuffdatadb" type="galaxy.datatypes.cuffdata.CuffDataDB"/> | 10 <datatype extension="cuffdatadb" type="galaxy.datatypes.cuffdata:CuffDataDB"/> |
| 11 </registration> | 11 </registration> |
| 12 </datatypes> | 12 </datatypes> |
| 13 | 13 |
