annotate tools/data_source/eupathdb.xml @ 0:9071e359b9a3

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:37:19 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
1 <tool name="EuPathDB" id="eupathdb" tool_type="data_source" url_method="post">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>server</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 <inputs action="http://eupathdb.org/eupathdb/queries_tools.jsp" check_values="false" method="get">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 <display>go to EuPathDB server $GALAXY_URL</display>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 <param name="GALAXY_URL" type="baseurl" value="/tool_runner?tool_id=eupathdb" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <uihints minwidth="800"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <data name="output" format="tabular" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <options sanitize="False" refresh="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 </tool>