Mercurial > repos > nick > duplex
diff tool_dependencies.xml @ 5:9d46c9ca7ceb draft
planemo upload commit 022984f323d3da44f70b3bf79c684cfd8dda3f61-dirty
author | nick |
---|---|
date | Mon, 23 Nov 2015 18:46:22 -0500 |
parents | |
children | e9f9b1d1c6fb |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Nov 23 18:46:22 2015 -0500 @@ -0,0 +1,30 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="mafft" version="7.221"> + <repository changeset_revision="97adbeef2294" name="mafft" owner="rnateam" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + </package> + <package name="duplex" version="0.1"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://github.com/makrutenko/duplex/archive/master.tar.gz</action> + <action type="shell_command">make</action> + <action type="move_file"> + <source>*.so</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="move_file"> + <source>*.py</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="move_file"> + <source>*.awk</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="set_environment"> + <environment_variable action="set_to" name="DUPLEX_DIR">$INSTALL_DIR</environment_variable> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + </package> +</tool_dependency>