changeset 0:ed57eff2c7b3 draft default tip

Uploaded initial tool definition.
author rekado
date Fri, 08 May 2015 10:48:58 -0400
parents
children
files dorina-galaxy.xml
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dorina-galaxy.xml	Fri May 08 10:48:58 2015 -0400
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<tool name="DoRiNA Search" id="dorina_search" tool_type="data_source">
+    <description>DoRiNA data source</description>
+    <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
+
+    <inputs action="http://dorina.mdc-berlin.de/go" check_values="false" method="get" target="_top">
+        <display>go to DoRiNA search $GALAXY_URL</display>
+        <param name="GALAXY_URL" type="baseurl" value="/tool_runner" />
+        <param name="tool_id" type="hidden" value="dorina_search" />
+        <param name="sendToGalaxy" type="hidden" value="1" />
+    </inputs>
+
+    <request_param_translation>
+        <request_param galaxy_name="URL_method" remote_name="URL_method" missing="get" />
+        <request_param galaxy_name="URL" remote_name="URL" missing="" />
+    </request_param_translation>
+    <uihints minwidth="800"/>
+    <outputs>
+        <data name="output" format="tabular" label="${tool.name}"/>
+    </outputs>
+    <options sanitize="False" refresh="True"/>
+</tool>