0
|
1 <tool id="xenaFindDatasets" description="Find datasets in the Xena database" name="Find Datasets in Xena" version="0.0.1">
|
|
2 <description>
|
|
3 Retrieve the cohorts and datasets that match the specified pattern.
|
|
4 </description>
|
|
5 <requirements>
|
|
6 <requirement type="package" version="1.0">installXena</requirement>
|
|
7 </requirements>
|
|
8 <command interpreter="python">
|
|
9 xenaFindDatasets.py ${datasetType} ${cohortName} $outFile
|
|
10 </command>
|
|
11 <inputs>
|
|
12 <param name="datasetType" type="select" label="Dataset Type">
|
|
13 <option value="genomicMatrix">Genomic Data</option>
|
|
14 <option value="clinicalMatrix">Clinical Data</option>
|
|
15 <option value="mutationVector">Mutation Data</option>
|
|
16 </param>
|
|
17 <param type="text" name="cohortName" label="Cohort (wildcard is %)" optional="true" />
|
|
18 </inputs>
|
|
19 <outputs>
|
|
20 <data format="tabular" name="outFile" />
|
|
21 </outputs>
|
|
22 <help>
|
|
23 Later...
|
|
24 </help>
|
|
25 </tool>
|