view xena.xml @ 8:c1388ebe8662

Fixed an XML bug in the tool wrapper
author melissacline
date Tue, 23 Sep 2014 20:39:18 -0700
parents 733fa93086c5
children
line wrap: on
line source

<tool id="startXena" description="Start XENA" name="Start XENA" version="0.0.2">
  <description>XENA VM</description>
 <requirements>
   <requirement type="package" version="1.0">installXena</requirement>
 </requirements>
  <command interpreter="python">
    startXena.py  > $outfile
  </command>
  <outputs>
    <data format="txt" name="outfile"/>
  </outputs>
 <help>
    Press the Execute button to start the Xena VM.  An output log will indicate if the VM was started successfully.
  </help>
</tool>