Mercurial > repos > devteam > package_galaxy_ops_1_0_0
changeset 0:3287c55c02b8 draft
Imported from capsule None
author | devteam |
---|---|
date | Tue, 01 Apr 2014 09:11:38 -0400 |
parents | |
children | 60c9a7af1345 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Apr 01 09:11:38 2014 -0400 @@ -0,0 +1,17 @@ +<?xml version="1.0"?> +<tool_dependency> + <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="set_environment"> + <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable> + </action> + </actions> + </install> + <readme> + </readme> + </package> +</tool_dependency> \ No newline at end of file