comparison xenaGetDataset.xml @ 46:cdba6c63dce5

add help
author jingchunzhu
date Wed, 29 Jul 2015 10:26:18 -0700
parents 78d6e6772e30
children bb840cc2603d
comparison
equal deleted inserted replaced
45:129ba676fd68 46:cdba6c63dce5
23 <when value ="https://genome-cancer.ucsc.edu/proj/public/xena"/> 23 <when value ="https://genome-cancer.ucsc.edu/proj/public/xena"/>
24 <when value ="datahub"> 24 <when value ="datahub">
25 <param type="text" name ="customDataHub" label="Hub url" optional="false"/> 25 <param type="text" name ="customDataHub" label="Hub url" optional="false"/>
26 </when> 26 </when>
27 </conditional> 27 </conditional>
28 <param type="text" name="dataset" label="Dataset ID" optional="false"/> 28 <param type="text" name="dataset" label="Dataset ID" optional="false" help="How do I find the dataset ID? Tools section-> UCSC Xena Platform -> Explore Data in Xena: It takes you to the xena data exploration page. Browser to find the cohort of your interest (e.g. TCGA Lung Adenocarcinoma), then click the cohort link, then find the dataset of your interest (e.g. LUAD exon expression (IlluminaHiSeq) ), click the dataset link to go to its own detailed page. Copy and paste from the dataset ID field." />
29 </inputs> 29 </inputs>
30 <outputs> 30 <outputs>
31 <!-- <data format="txt" name="metadataFile" label="${dataset}.json"/> --> 31 <!-- <data format="txt" name="metadataFile" label="${dataset}.json"/> -->
32 <data format="txt" name="dataFile" label="${dataset}" /> 32 <data format="tabular" name="dataFile" label="${dataset}" />
33 </outputs> 33 </outputs>
34 <help> 34 <help>
35 Given the data hub name and the dataset id, download the dataset into this Galaxy. Xena dataset id can be obtained through the Explore Data in Xena tool. 35 Given the data hub name and the dataset id, download the dataset into this Galaxy. Xena dataset id can be obtained through the Explore Data in Xena tool.
36 </help> 36 </help>
37 </tool> 37 </tool>