Mercurial > repos > crusoe > oxli_datatypes
diff datatypes_conf.xml @ 0:08a714ff4ea5 draft default tip
planemo upload commit d8e0950d53e504e02ee5db43c0804142b14d7fd2-dirty
| author | crusoe |
|---|---|
| date | Tue, 07 Jul 2015 11:58:46 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/datatypes_conf.xml Tue Jul 07 11:58:46 2015 -0400 @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<datatypes> + <datatype_files> + <datatype_file name="oxli.py"/> + </datatype_files> + <registration> + <datatype extension="ct" type="galaxy.datatypes.oxli:Count" + mimetype="application/octet-stream" display_in_upload="true"/> + <datatype extension="pt" type="galaxy.datatypes.oxli:Presence" + mimetype="application/octet-stream" display_in_upload="true"/> + </registration> + <sniffers> + <sniffer type="galaxy.datatypes.oxli:Count"/> + <sniffer type="galaxy.datatypes.oxli:Presence"/> + </sniffers> +</datatypes>
