Mercurial > repos > drosofff > package_ged_oases
comparison tool_dependencies.xml @ 0:853ebf512cc7 draft
planemo upload for repository https://bitbucket.org/drosofff/gedtools/
author | drosofff |
---|---|
date | Sun, 21 Jun 2015 14:34:59 -0400 |
parents | |
children | 76e8c94ea259 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:853ebf512cc7 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="velvet" version="1.2.10_9adf09f7ded7fedaf6b0e5e4edf9f46602e263d3"> | |
4 <repository changeset_revision="b3e2c0f12e11" name="package_ged_velvet" owner="drosofff" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="oases" version="0.2.08_7a32460a60929b510037952ae815bb6e29b68123"> | |
7 <install version="1.0"> | |
8 <actions> | |
9 <action type="shell_command">git clone git://github.com/dzerbino/oases.git</action> | |
10 <action type="shell_command">git reset --hard 7a32460a60929b510037952ae815bb6e29b68123</action> | |
11 <action type="shell_command">sed -i -e "32s/cleanobj//" Makefile</action> | |
12 <action type="shell_command">sed -i -e "32s/doc//" Makefile</action> | |
13 <action type="set_environment_for_install"> | |
14 <repository changeset_revision="b3e2c0f12e11" name="package_ged_velvet" owner="drosofff" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> | |
15 <package name="velvet" version="1.2.10_9adf09f7ded7fedaf6b0e5e4edf9f46602e263d3" /> | |
16 </repository> | |
17 </action> | |
18 <action type="shell_command">VELVETPATH=`echo $PATH | awk -F: '{print $1}'`; make VELVET_DIR=$VELVETPATH MAXKMERLENGTH=70</action> | |
19 <action type="move_directory_files"> | |
20 <source_directory>.</source_directory> | |
21 <destination_directory>$INSTALL_DIR</destination_directory> | |
22 </action> | |
23 <!-- <action type="move_file"> | |
24 <source>oases</source> | |
25 <destination>$INSTALL_DIR</destination> | |
26 </action> --> | |
27 <action type="set_environment"> | |
28 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> | |
29 </action> | |
30 </actions> | |
31 </install> | |
32 </package> | |
33 </tool_dependency> |