Mercurial > repos > melissacline > ucsc_xena_platform
annotate ucsc_xena_datapages.xml @ 12:80e588115eae
Fixed the URL for the UCSC Xena datapages tool
author | melissacline |
---|---|
date | Mon, 16 Mar 2015 19:05:29 -0700 |
parents | 8c7cb04577bd 87d4ed062e27 |
children | be73a33f333b |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <!-- | |
3 If the value of 'URL_method' is 'get', the request will consist of the value of 'URL' coming back in | |
4 the initial response. If value of 'URL_method' is 'post', any additional params coming back in the | |
5 initial response ( in addition to 'URL' ) will be encoded and appended to URL and a post will be performed. | |
6 --> | |
11 | 7 <tool name="Explore Data in Xena" id="ucsc_xena_datapages" tool_type="data_source"> |
0 | 8 <description>Browse the UCSC Xena Data Pages.</description> |
11 | 9 <command interpreter="python">ucsc_xena_download.py $genomic $clinical $__app__.config.output_size_limit</command> |
7
87d4ed062e27
Changed the URL for the Xena data pages to the public URL
melissacline
parents:
0
diff
changeset
|
10 <inputs action="https://genome-cancer.ucsc.edu/proj/site/hgHeatmap-cavm/datapages" check_values="false" method="get"> |
11 | 11 <display>go to UCSC Xena Browser $GALAXY_URL</display> |
0 | 12 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" /> |
11 | 13 <param name="tool_id" type="hidden" value="ucsc_xena_datapages" /> |
0 | 14 </inputs> |
15 <request_param_translation> | |
16 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="get" /> | |
17 <request_param galaxy_name="URL" remote_name="URL" missing="" /> | |
18 </request_param_translation> | |
19 <uihints minwidth="800"/> | |
20 <outputs> | |
21 <data name="genomic" format="tabular" label="#echo $URL.rsplit('/',1)[1].rsplit('.',1)[0]+' genomic'" /> | |
11 | 22 <data name="clinical" format="tabular" label="#echo $URL.rsplit('/',1)[1].rsplit('.',1)[0]+' clinical'"/> |
0 | 23 </outputs> |
24 <options sanitize="False" refresh="True"/> | |
25 </tool> |