Mercurial > repos > melissacline > ucsc_xena_platform
annotate ucsc_xenabrowser.xml @ 40:fd24e220f240
more edit on description
author | jingchunzhu <jingchunzhu@gmail.com> |
---|---|
date | Mon, 27 Jul 2015 00:59:02 -0700 |
parents | 066ae9df2d27 |
children | da86478b1d64 |
rev | line source |
---|---|
25 | 1 <?xml version="1.0"?> |
39
066ae9df2d27
labeling descriptions edit
jingchunzhu <jingchunzhu@gmail.com>
parents:
29
diff
changeset
|
2 <tool name="Xena Visualization" id="ucsc_xenabrowser" tool_type="data_source"> |
066ae9df2d27
labeling descriptions edit
jingchunzhu <jingchunzhu@gmail.com>
parents:
29
diff
changeset
|
3 <description>UCSC Xena Browser visualization</description> |
25 | 4 <command interpreter="python">ucsc_xena_download.py $genomic $clinical $__app__.config.output_size_limit</command> |
19 | 5 <inputs action="https://genome-cancer.soe.ucsc.edu/proj/site/xena/heatmap/" check_values="false" method="get"> |
25 | 6 <display>go to UCSC Xena Browser $GALAXY_URL</display> |
7 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" /> | |
8 <param name="tool_id" type="hidden" value="ucsc_xenabrowser" /> | |
9 </inputs> | |
10 <request_param_translation> | |
11 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="get" /> | |
12 <request_param galaxy_name="URL" remote_name="URL" missing="" /> | |
13 </request_param_translation> | |
14 <uihints minwidth="800"/> | |
15 <outputs> | |
16 <data name="genomic" format="tabular" label="#echo $URL.rsplit('/',1)[1].rsplit('.',1)[0]+' genomic'" /> | |
17 <data name="clinical" format="tabular" label="#echo $URL.rsplit('/',1)[1].rsplit('.',1)[0]+' clinical'"/> | |
18 </outputs> | |
19 <options sanitize="False" refresh="True"/> | |
20 </tool> |