Mercurial > repos > rekado > dorina
comparison dorina-galaxy.xml @ 0:ed57eff2c7b3 draft default tip
Uploaded initial tool definition.
author | rekado |
---|---|
date | Fri, 08 May 2015 10:48:58 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ed57eff2c7b3 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool name="DoRiNA Search" id="dorina_search" tool_type="data_source"> | |
3 <description>DoRiNA data source</description> | |
4 <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command> | |
5 | |
6 <inputs action="http://dorina.mdc-berlin.de/go" check_values="false" method="get" target="_top"> | |
7 <display>go to DoRiNA search $GALAXY_URL</display> | |
8 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" /> | |
9 <param name="tool_id" type="hidden" value="dorina_search" /> | |
10 <param name="sendToGalaxy" type="hidden" value="1" /> | |
11 </inputs> | |
12 | |
13 <request_param_translation> | |
14 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="get" /> | |
15 <request_param galaxy_name="URL" remote_name="URL" missing="" /> | |
16 </request_param_translation> | |
17 <uihints minwidth="800"/> | |
18 <outputs> | |
19 <data name="output" format="tabular" label="${tool.name}"/> | |
20 </outputs> | |
21 <options sanitize="False" refresh="True"/> | |
22 </tool> |