Mercurial > repos > melissacline > ucsc_xena_platform
comparison ucsc_xena_datapages.xml @ 22:fcef0cd87106
Uploaded
author | melissacline |
---|---|
date | Tue, 02 Jun 2015 19:11:39 -0400 |
parents | f267971d2b0e |
children |
comparison
equal
deleted
inserted
replaced
14:f267971d2b0e | 22:fcef0cd87106 |
---|---|
2 <!-- | 2 <!-- |
3 If the value of 'URL_method' is 'get', the request will consist of the value of 'URL' coming back in | 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 | 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. | 5 initial response ( in addition to 'URL' ) will be encoded and appended to URL and a post will be performed. |
6 --> | 6 --> |
7 <tool name="Explore Data in Xena" id="ucsc_xena_datapages" tool_type="data_source"> | 7 <tool name="Explore Data in Xena" id="ucsc_xenadatapages" tool_type="data_source"> |
8 <description>Browse the UCSC Xena Data Pages.</description> | 8 <description>Browse the UCSC Xena Data Pages.</description> |
9 <command interpreter="python">ucsc_xena_download.py $genomic $clinical $__app__.config.output_size_limit</command> | 9 <command interpreter="python">ucsc_xena_download.py $genomic $__app__.config.output_size_limit</command> |
10 <inputs action="https://genome-cancer.ucsc.edu/proj/site/hgHeatmap-cavm/datapages" check_values="false" method="get"> | 10 <inputs action="https://genome-cancer.soe.ucsc.edu/proj/site/xena/datapages/" check_values="false" method="get"> |
11 <display>go to UCSC Xena Data $GALAXY_URL</display> | 11 <display>Explore the data in Xena $GALAXY_URL</display> |
12 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" /> | 12 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" /> |
13 <param name="tool_id" type="hidden" value="ucsc_xena_datapages" /> | 13 <param name="tool_id" type="hidden" value="ucsc_xenadatapages" /> |
14 </inputs> | 14 </inputs> |
15 <request_param_translation> | 15 <request_param_translation> |
16 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="get" /> | 16 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="get" /> |
17 <request_param galaxy_name="URL" remote_name="URL" missing="" /> | 17 <request_param galaxy_name="URL" remote_name="URL" missing="" /> |
18 </request_param_translation> | 18 </request_param_translation> |
19 <uihints minwidth="800"/> | 19 <uihints minwidth="800"/> |
20 <outputs> | 20 <outputs> |
21 <data name="genomic" format="tabular" label="#echo $URL.rsplit('/',1)[1].rsplit('.',1)[0]+' genomic'" /> | 21 <data name="genomic" format="tabular" label="#echo $URL.rsplit('/',1)[1].rsplit('.',1)[0]+' genomic'" /> |
22 <data name="clinical" format="tabular" label="#echo $URL.rsplit('/',1)[1].rsplit('.',1)[0]+' clinical'"/> | |
23 </outputs> | 22 </outputs> |
24 <options sanitize="False" refresh="True"/> | 23 <options sanitize="False" refresh="True"/> |
25 </tool> | 24 </tool> |