Mercurial > repos > nick > duplex
comparison tool_dependencies.xml @ 0:d2e46adc199e draft
planemo upload commit 35b743e6492923c0e2b1e5e434eaf4e56d268108
author | nick |
---|---|
date | Mon, 23 Nov 2015 22:06:21 -0500 |
parents | |
children | b63d6673f883 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d2e46adc199e |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="mafft" version="7.221"> | |
4 <repository changeset_revision="d71e007323d4" name="mafft" owner="rnateam" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="duplex" version="0.1"> | |
7 <install version="1.0"> | |
8 <actions> | |
9 <action type="download_by_url">https://github.com/makrutenko/duplex/archive/master.tar.gz</action> | |
10 <action type="shell_command">make</action> | |
11 <action type="move_directory_files"> | |
12 <source_directory>.</source_directory> | |
13 <destination_directory>$INSTALL_DIR</destination_directory> | |
14 </action> | |
15 <action type="set_environment"> | |
16 <environment_variable action="set_to" name="DUPLEX_DIR">$INSTALL_DIR</environment_variable> | |
17 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> | |
18 </action> | |
19 </actions> | |
20 </install> | |
21 </package> | |
22 </tool_dependency> |