annotate xena_import.xml @ 15:ff0cdac9636e
Determined that the tool installation does not work if the toolshed but not the changeset_repository are provided for the complex dependency. Putting back the changeset_repository
author |
melissacline |
date |
Mon, 15 Sep 2014 12:05:28 -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>
|