Mercurial > repos > jorrit > obotools
diff tool_dependencies.xml @ 0:4f8ea94020b1
Uploaded
author | jorrit |
---|---|
date | Fri, 08 Feb 2013 20:12:14 -0500 |
parents | |
children | ebf2b433a239 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Feb 08 20:12:14 2013 -0500 @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="obo-scripts" version="1.0.11"> + <install version="1.0"> + <actions> + <action type="shell_command">git clone http://github.com/cmungall/obo-scripts</action> + <action type="move_directory_files"> + <source_directory>./</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> + obo_scripts require perl to be installed. + </readme> + </package> +</tool_dependency>