comparison xenaGetDataset/xenaGetDataset.xml @ 1:bf4a5e41adbc default tip

Added the missing requirement object in the XML tool wrapper
author melissacline
date Mon, 15 Sep 2014 16:21:28 -0700
parents aa2ed7c6c09b
children
comparison
equal deleted inserted replaced
0:aa2ed7c6c09b 1:bf4a5e41adbc
1 <tool id="xenaGetDatasets" description="Fetch the indicated dataset from the Xena database" name="Get Datasets from Xena" version="0.0.1"> 1 <tool id="xenaGetDatasets" description="Fetch the indicated dataset from the Xena database" name="Get Datasets from Xena" version="0.0.1">
2 <description> 2 <description>
3 Retrieve the indicated dataset 3 Retrieve the indicated dataset
4 </description> 4 </description>
5 <requirements>
6 <requirement type="package" version="1.0">installXena</requirement>
7 </requirements>
5 <command interpreter="python"> 8 <command interpreter="python">
6 xenaGetDataset.py ${datasetType} ${cohortName} ${datasetName} $outFile 9 xenaGetDataset.py ${datasetType} ${cohortName} ${datasetName} $outFile
7 </command> 10 </command>
8 <inputs> 11 <inputs>
9 <param name="datasetType" type="select" label="Dataset Type"> 12 <param name="datasetType" type="select" label="Dataset Type">