view xena.xml @ 1:00ea1bdc1aed

Updated the repo in the test toolshed - this should work now
author melissacline
date Thu, 04 Sep 2014 15:03:32 -0700
parents 0676a227dbc6
children 733fa93086c5
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   -H 0.0.0.0 -p 1236 &amp;
  </command>
 <help>
    Press the Execute button to start the Xena VM.
  </help>
</tool>