Mercurial > repos > nml > package_spolpred_1_0_0
comparison tool_dependencies.xml @ 0:bb26e23d7178 draft default tip
planemo upload commit 870da8582a7bc43817b1de0720397ae60a8efef6-dirty
author | nml |
---|---|
date | Tue, 15 Dec 2015 14:18:56 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bb26e23d7178 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="spolpred" version="1.0.0"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="make_directory">spolpred</action> | |
7 <action type="change_directory">spolpred</action> | |
8 <action type="shell_command">wget "http://pathogenseq.lshtm.ac.uk/downloads/spolpred.cpp"</action> | |
9 <action type="shell_command">g++ spolpred.cpp</action> | |
10 <action type="shell_command">mv a.out spolpred</action> | |
11 <action type="set_environment"> | |
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/spolpred</environment_variable> | |
13 </action> | |
14 </actions> | |
15 </install> | |
16 <readme> | |
17 This installs SpolPred 1.0.0. | |
18 | |
19 See manual here http://pathogenseq.lshtm.ac.uk/downloads/spolpredmanual.pdf | |
20 See also here http://pathogenseq.lshtm.ac.uk/spolpred | |
21 </readme> | |
22 </package> | |
23 </tool_dependency> |