annotate datatypes_conf.xml @ 40:d5e9a31de022
draft
Fix datatypes for searchgui input and output
author |
iracooke |
date |
Wed, 06 May 2015 03:30:37 -0400 |
parents |
c429afe658b9 |
children |
|
rev |
line source |
35
|
1 <?xml version="1.0"?>
|
|
2 <datatypes>
|
|
3 <registration>
|
|
4 <datatype extension="searchgui_zip" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" subclass="True" />
|
|
5 <datatype extension="peptideshaker_zip" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" subclass="True" />
|
|
6 </registration>
|
|
7 </datatypes>
|