annotate ucsc_xena_datapages.xml @ 43:78d6e6772e30

more reliable
author jingchunzhu <jingchunzhu@gmail.com>
date Mon, 27 Jul 2015 12:21:55 -0700
parents fd24e220f240
children 129ba676fd68
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
1 <?xml version="1.0"?>
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
2 <tool name="Explore Data in Xena" id="ucsc_xenadatapages" tool_type="data_source">
40
fd24e220f240 more edit on description
jingchunzhu <jingchunzhu@gmail.com>
parents: 29
diff changeset
3 <description>Browse data in the federated UCSC Xena platform</description>
24
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
4 <command interpreter="python">ucsc_xena_download.py $genomic $__app__.config.output_size_limit</command>
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
5 <inputs action="https://genome-cancer.soe.ucsc.edu/proj/site/xena/datapages/" check_values="false" method="get">
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
6 <display>Explore the data in Xena $GALAXY_URL</display>
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
7 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" />
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
8 <param name="tool_id" type="hidden" value="ucsc_xenadatapages" />
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
9 </inputs>
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
10 <request_param_translation>
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
11 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="get" />
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
12 <request_param galaxy_name="URL" remote_name="URL" missing="" />
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
13 </request_param_translation>
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
14 <uihints minwidth="800"/>
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
15 <outputs>
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
16 <data name="genomic" format="tabular" label="#echo $URL.rsplit('/',1)[1].rsplit('.',1)[0]+' genomic'" />
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
17 </outputs>
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
18 <options sanitize="False" refresh="True"/>
975abd814626 Uploaded, to try to fix a merge problem.
melissacline
parents:
diff changeset
19 </tool>