view tool_dependencies.xml @ 30:77f5d8cbac77

add functionality to check the version of the current running xena server on the galaxy system
author Jing Zhu <jzhu@soe.ucsc.edu>
date Mon, 20 Jul 2015 13:31:33 -0700
parents 8bb037f88ed2
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="installXena" version="1.0">
    <install version="1.0">
      <actions>
	<action type="setup_virtualenv">
	  docutils
	</action>
	<action type="setup_virtualenv">
	  python-daemon
	</action>
	<action type="set_environment">
          <environment_variable name="XENA_JAR_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
        </action>  
	<action type="set_environment">
	  <environment_variable name="PYTHONPATH" action="prepend_to">$REPOSITORY_INSTALL_DIR</environment_variable>
	</action>
	<action type="set_environment">
          <environment_variable name="XENA_BASE_DIR" action="set_to">$INSTALL_DIR/xena</environment_variable>
        </action>
      </actions>
    </install>
  </package>
</tool_dependency>