Previous changeset 0:4e39032e4ec6 (2014-04-01) Next changeset 2:eef263ff9b95 (2015-11-12) |
Commit message:
Uploaded tool dependency definition that uses pip to install gops. |
modified:
tool_dependencies.xml |
b |
diff -r 4e39032e4ec6 -r 9cbb20b85c01 tool_dependencies.xml --- a/tool_dependencies.xml Tue Apr 01 10:47:57 2014 -0400 +++ b/tool_dependencies.xml Thu Oct 30 10:53:27 2014 -0400 |
b |
@@ -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> |