view xena.xml @ 10:1374011ce9bc default tip

Updating the xena jar to version 0.3
author melissacline
date Tue, 23 Sep 2014 21:42:44 -0700
parents c1388ebe8662
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>