comparison ucsc_xenabrowser.xml @ 29:fc6f93710384

Fixing a merge issue
author melissacline
date Mon, 13 Jul 2015 14:35:34 -0700
parents 782e91e9ef48 8669770eb1cc
children 066ae9df2d27
comparison
equal deleted inserted replaced
21:782e91e9ef48 29:fc6f93710384
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
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 July 13, 2015
6 --> 7 -->
7 <tool name="UCSC Xena Browser" id="ucsc_xenabrowser" tool_type="data_source"> 8 <tool name="UCSC Xena Browser" id="ucsc_xenabrowser" tool_type="data_source">
8 <description>Run the UCSC Xena Browser as a Galaxy tool.</description> 9 <description>Run the UCSC Xena Browser as a Galaxy tool.</description>
9 <command interpreter="python">ucsc_xena_download.py $genomic $clinical $__app__.config.output_size_limit</command> 10 <command interpreter="python">ucsc_xena_download.py $genomic $clinical $__app__.config.output_size_limit</command>
10 <inputs action="https://genome-cancer.soe.ucsc.edu/proj/site/xena/heatmap/" check_values="false" method="get"> 11 <inputs action="https://genome-cancer.soe.ucsc.edu/proj/site/xena/heatmap/" check_values="false" method="get">