comparison tools/data_source/yeastmine.xml @ 0:9071e359b9a3

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:37:19 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9071e359b9a3
1 <?xml version="1.0"?>
2 <tool name="YeastMine" id="yeastmine" tool_type="data_source">
3 <description>server</description>
4 <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
5 <inputs action="http://yeastmine.yeastgenome.org/yeastmine/begin.do" check_values="false" method="get">
6 <display>go to yeastMine server $GALAXY_URL</display>
7 </inputs>
8 <request_param_translation>
9 <request_param galaxy_name="data_type" remote_name="data_type" missing="auto" >
10 <value_translation>
11 <value galaxy_value="auto" remote_value="txt" /> <!-- intermine currently always provides 'txt', make this auto detect -->
12 </value_translation>
13 </request_param>
14 </request_param_translation>
15 <uihints minwidth="800"/>
16 <outputs>
17 <data name="output" format="txt" />
18 </outputs>
19 <options sanitize="False" refresh="True"/>
20 </tool>