annotate xena_import.xml @ 12:fe95cf1ae864
Experimenting with removing the revision and toolshed from tool_dependencies.xml, as these are allegedly not needed and filled in automagically
author |
melissacline |
date |
Thu, 11 Sep 2014 16:15:13 -0700 |
parents |
cb0bb2406736 |
children |
7f03b062f330 |
rev |
line source |
10
|
1 <tool id="xenaImport" description="Import into XENA from Galaxy" name="XENA Import" version="0.0.1">
|
|
2 <description>Import from Galaxy into the Xena VM</description>
|
2
|
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>
|