annotate tools/data_source/ucsc_tablebrowser_test.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="UCSC Test" id="ucsc_table_direct_test1" tool_type="data_source">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <description>table browser</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://genome-test.cse.ucsc.edu/cgi-bin/hgTables" check_values="false" method="get">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <display>go to UCSC Table Browser $GALAXY_URL</display>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <param name="tool_id" type="hidden" value="ucsc_table_direct_test1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <param name="sendToGalaxy" type="hidden" value="1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <param name="hgta_compressType" type="hidden" value="none" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <param name="hgta_outputType" type="hidden" value="bed" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 <request_param_translation>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="post" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <request_param galaxy_name="URL" remote_name="URL" missing="" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <request_param galaxy_name="dbkey" remote_name="db" missing="?" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 <request_param galaxy_name="organism" remote_name="org" missing="unknown species" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 <request_param galaxy_name="table" remote_name="hgta_table" missing="unknown table" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 <request_param galaxy_name="description" remote_name="hgta_regionType" missing="no description" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 <request_param galaxy_name="data_type" remote_name="hgta_outputType" missing="auto" >
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 <value_translation>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 <value galaxy_value="auto" remote_value="primaryTable" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 <value galaxy_value="auto" remote_value="selectedFields" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 <value galaxy_value="wig" remote_value="wigData" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 <value galaxy_value="interval" remote_value="tab" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 <value galaxy_value="html" remote_value="hyperlinks" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32 <value galaxy_value="fasta" remote_value="sequence" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33 <value galaxy_value="gtf" remote_value="gff" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
34 </value_translation>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
35 </request_param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
36 </request_param_translation>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
37 <uihints minwidth="800"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
38 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
39 <data name="output" format="tabular" label="${tool.name} on ${organism}: ${table} (#if $description == 'range' then $getVar( 'position', 'unknown position' ) else $description#)"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
40 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
41 <options sanitize="False" refresh="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
42 </tool>