Mercurial > repos > devteam > package_galaxy_ops_1_0_0
changeset 1:9cbb20b85c01 draft
Uploaded tool dependency definition that uses pip to install gops.
author | devteam |
---|---|
date | Thu, 30 Oct 2014 10:53:27 -0400 |
parents | 4e39032e4ec6 |
children | eef263ff9b95 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Apr 01 10:47:57 2014 -0400 +++ b/tool_dependencies.xml Thu Oct 30 10:53:27 2014 -0400 @@ -3,15 +3,13 @@ <package name="galaxy-ops" version="1.0.0"> <install version="1.0"> <actions> - <action type="download_by_url">http://depot.galaxyproject.org/package/source/gops-1.0.tgz</action> - <action type="make_directory">$INSTALL_DIR/lib/python</action> - <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR</action> + <action type="setup_virtualenv">http://depot.galaxyproject.org/package/source/gops-1.0.tgz</action> <action type="set_environment"> - <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable> + <environment_variable name="GOPS_ROOT_PATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> </readme> </package> -</tool_dependency> \ No newline at end of file +</tool_dependency>