view tool_dependencies.xml @ 6:75c7d80df9c1

Adding the xena_query python API to the install bundle
author melissacline
date Tue, 09 Sep 2014 18:48:53 -0700
parents 16c3fad9bac5
children 733fa93086c5
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="installXena" version="1.0">
    <install version="1.0">
      <actions>
	<action type="set_environment">
          <environment_variable name="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
        </action>  
	<action type="set_environment">
          <environment_variable name="XENA_BASE_DIR" action="set_to">$INSTALL_DIR/xena</environment_variable>
        </action>
	<action type="set_environment">
	  <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR</environment_variable>
	</action>
	<action type="move_file">
	  <source>${REPOSITORY_INSTALL_DIR}/xena.jar</source>
	  <destination>${INSTALL_DIR}</destination>
	</action>
	<action type="move_file">
	  <source>${REPOSITORY_INSTALL_DIR}/xena_query.py</source>
	  <destination>${INSTALL_DIR}</destination>
	</action>
      </actions>
    </install>
  </package>
</tool_dependency>