comparison ucsc_xena_hub.xml @ 40:fd24e220f240

more edit on description
author jingchunzhu <jingchunzhu@gmail.com>
date Mon, 27 Jul 2015 00:59:02 -0700
parents fc6f93710384
children 129ba676fd68
comparison
equal deleted inserted replaced
39:066ae9df2d27 40:fd24e220f240
1 <?xml version="1.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 July 13, 2015
7 -->
8 <tool name="Xena Data Hub" id="ucsc_xenadatahub" tool_type="data_source"> 2 <tool name="Xena Data Hub" id="ucsc_xenadatahub" tool_type="data_source">
9 <description>Select your Xena Data Hub</description> 3 <description>Build your Xena Data Hubs</description>
10 <command interpreter="python">ucsc_xena_download.py $genomic $__app__.config.output_size_limit</command> 4 <command interpreter="python">ucsc_xena_download.py $genomic $__app__.config.output_size_limit</command>
11 <inputs action="https://genome-cancer.soe.ucsc.edu/proj/site/xena/hub/" check_values="false" method="get"> 5 <inputs action="https://genome-cancer.soe.ucsc.edu/proj/site/xena/hub/" check_values="false" method="get">
12 <display>Select your Xena Data Hub $GALAXY_URL</display> 6 <display>Select your Xena Data Hub $GALAXY_URL</display>
13 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" /> 7 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" />
14 <param name="tool_id" type="hidden" value="ucsc_xenadatapages" /> 8 <param name="tool_id" type="hidden" value="ucsc_xenadatapages" />