Mercurial > repos > bcrain-completegenomics > testing_cgatools
diff cgatools/tool_dependencies.xml @ 20:382c50ce0519 draft
Uploaded
author | bcrain-completegenomics |
---|---|
date | Tue, 04 Sep 2012 18:46:40 -0400 |
parents | |
children | c877b14b262c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cgatools/tool_dependencies.xml Tue Sep 04 18:46:40 2012 -0400 @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="cgatools" version="1.6"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://sourceforge.net/projects/cgatools/files/1.6.0/cgatools-1.6.0.43-MacOSX_binary-x86_64.tar.gz</action> + <action type="move_file"> + <source>cgatools-1.6.0.43-MacOSX_binary-x86_64/bin/cgatools</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> +some text + </readme> + </package> +</tool_dependency> \ No newline at end of file