Mercurial > repos > jjohnson > cummerbund
diff datatypes_conf.xml @ 1:6a9bc26ab8d9
Added cuffdata and cuffdatadb datatypes, cuffdiff multiselect outputs
| author | Jim Johnson <jj@umn.edu> |
|---|---|
| date | Mon, 08 Oct 2012 15:26:47 -0500 |
| parents | |
| children | 9d25b0fd882b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/datatypes_conf.xml Mon Oct 08 15:26:47 2012 -0500 @@ -0,0 +1,13 @@ +<?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.binary.Binary" subclass="true"/> + </registration> +</datatypes> +
