view tool_dependencies.xml @ 20:3abd271b4626 default tip

killing nist at exception
author pieter.lukasse@wur.nl
date Fri, 23 Jan 2015 17:57:00 +0100
parents 76d6d8a5fa29
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>

  <package name="nist_wrapper_venv" version="0.2">
    <install version="1.0">
      <actions>
		
		<action type="setup_virtualenv">
		  jinja2==2.7.3
		  six==1.7.2
		  argparse==1.2.1
		</action>

      </actions>
    </install>
    <readme>A Python 2 virtual environment that includes the python packages  jinja2, six, argparse.</readme>
  </package>

  <package name="nist_controller" version="0.2">
      <install version="1.0">
          <actions>
              <action type="download_by_url">http://toolshed.g2.bx.psu.edu/repos/pieterlukasse/nist_wrapper/raw-file/tip/nist_controller.py</action>
              <action type="move_directory_files">
				<source_directory>.</source_directory>
				<destination_directory>$GALAXY_HOME/lib/galaxy/webapps/galaxy/controllers/</destination_directory>
			  </action>
			  <action type="shell_command">
                        cd $GALAXY_HOME;
                        wget http://toolshed.g2.bx.psu.edu/repos/pieterlukasse/nist_wrapper/raw-file/tip/nist_controller.py;
              </action>
          </actions>
      </install>
      <readme>Ensures nist_controller file is placed</readme>
  </package>

</tool_dependency>