Mercurial > repos > nick > duplex
view tool_dependencies.xml @ 5:4bc49a5769ee draft
Version 0.5: Split interleaved SSCS output file into two paired files.
author | nick |
---|---|
date | Thu, 01 Dec 2016 23:22:52 -0500 |
parents | 7f513b9b1b1e |
children | 9a0bee12b583 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="mafft" version="7.221"> <repository changeset_revision="15974dd17515" name="mafft" owner="rnateam" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> <package name="duplex" version="0.5"> <install version="1.0"> <actions> <action type="download_by_url">https://github.com/galaxyproject/dunovo/archive/v0.5.tar.gz</action> <action type="shell_command">make</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> </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>