annotate xena_import.xml @ 11:d76020802feb
draft
Removing the revision and toolshed from the tool dependencies file, as those are supposed to be set automagically
author |
melissacline |
date |
Thu, 11 Sep 2014 16:09:59 -0700 |
parents |
261a3d45a38a |
children |
cb0bb2406736 |
rev |
line source |
2
|
1 <tool id="xenaImport" description="XENA Import" name="XENA Import" version="0.0.1">
|
|
2 <description>Import into the Xena VM</description>
|
|
3 <requirements>
|
4
|
4 <requirement type="package" version="1.0">installXena</requirement>
|
2
|
5 </requirements>
|
|
6 <command interpreter="python">
|
3
|
7 xena_import.py ${xenaInputData} ${cohort} ${metadataType}
|
2
|
8 </command>
|
|
9 <inputs>
|
|
10 <param format="data" type="data" name="xenaInputData" label="Data to import to Xena" optional="false"/>
|
|
11 <param format="str" type="text" name="cohort" label="Cohort" optional="false"/>
|
|
12 <param format="str" type="text" name="metadataType" label="Data Type (e.g. clinicalMatrix)" optional="false"/>
|
|
13 </inputs>
|
|
14 <help>
|
|
15 To Appear
|
|
16 </help>
|
|
17 </tool>
|