annotate tools/data_source/modmine.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 <?xml version="1.0"?>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <!--
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 If the value of 'URL_method' is 'get', the request will consist of the value of 'URL' coming back in
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 the initial response. If value of 'URL_method' is 'post', any additional params coming back in the
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 initial response ( in addition to 'URL' ) will be encoded and appended to URL and a post will be performed.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 <tool name="modENCODE modMine" id="modmine" tool_type="data_source">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <description>server</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <inputs action="http://intermine.modencode.org/" check_values="false" method="get">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <display>go to modENCODE modMine server $GALAXY_URL</display>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <uihints minwidth="800"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <data name="output" format="txt" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <options sanitize="False" refresh="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 </tool>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19