Mercurial > repos > rnateam > package_segemehl_0_1_6
diff tool_dependencies.xml @ 0:15c10db35624 draft
initial uploaded
author | rnateam |
---|---|
date | Thu, 17 Oct 2013 03:58:42 -0400 |
parents | |
children | b23d4e44a45c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Oct 17 03:58:42 2013 -0400 @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="segemehl" version="0.1.6"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://www.bioinf.uni-leipzig.de/Software/segemehl/segemehl_0_1_6.tar.gz</action> + <action type="shell_command">make</action> + <action type="move_file"> + <source>segemehl.x</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> + Short read mapping with gaps. + To compile segemehl a C-compiler is needed, usually GCC. + http://www.bioinf.uni-leipzig.de/Software/segemehl/ + </readme> + </package> +</tool_dependency>