Mercurial > repos > saskia-hiltemann > annovar
diff tool_dependencies.xml~ @ 1:7d9353127f8a draft
tool_data_table_conf.xml.sample fix
author | saskia-hiltemann |
---|---|
date | Tue, 05 Nov 2013 07:16:32 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml~ Tue Nov 05 07:16:32 2013 -0500 @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="cgatools17" version="1"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://sourceforge.net/projects/cgatools/files/1.7.1/cgatools-1.7.1.5-linux_binary-x86_64.tar.gz</action> + <action type="shell_command"> chmod a+x bin/cgatools</action> + <action type="move_file"> + <source>bin/cgatools</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + <environment_variable name="PATH" action="prepend_to">$REPOSITORY_INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> + Downloads and installs the cgatools binary. + </readme> + </package> +</tool_dependency> +