Mercurial > repos > urgi-team > mdust
diff tool_dependencies.xml @ 2:79feb4eb7832 draft default tip
Uploaded
author | urgi-team |
---|---|
date | Wed, 18 Nov 2015 10:51:42 -0500 |
parents | cc6db1ee2d48 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Nov 18 10:51:42 2015 -0500 @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="mdust" version="1.0"> + <install version="1.0"> + <actions> + <action type="download_by_url">ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/seqclean/mdust.tar.gz</action> + <action type="shell_command">make</action> + <action type="move_file"> + <source>mdust</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + </package> +</tool_dependency>