Mercurial > repos > melissacline > xena_import
view 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 |
line wrap: on
line source
<tool id="xenaImport" description="Import into XENA from Galaxy" name="XENA Import" version="0.0.1"> <description>Import from Galaxy into the Xena VM</description> <requirements> <requirement type="package" version="1.0">installXena</requirement> </requirements> <command interpreter="python"> xena_import.py ${xenaInputData} ${cohort} ${metadataType} </command> <inputs> <param format="data" type="data" name="xenaInputData" label="Data to import to Xena" optional="false"/> <param format="str" type="text" name="cohort" label="Cohort" optional="false"/> <param format="str" type="text" name="metadataType" label="Data Type (e.g. clinicalMatrix)" optional="false"/> </inputs> <help> To Appear </help> </tool>