Mercurial > repos > nml > package_tn93_1_0_2
comparison tool_dependencies.xml @ 0:e1abbe60f3d4 draft default tip
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/packages/package_tn93_1_0_2 commit e2554dc878f6abf1c02ed9e6e4f4440ed32b02aa
author | nml |
---|---|
date | Thu, 07 Jul 2016 09:58:32 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e1abbe60f3d4 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="cmake" version="3.2.3"> | |
4 <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="tn93" version="1.0.2"> | |
7 <install version="1.0"> | |
8 <actions> | |
9 <action type="download_by_url">https://github.com/veg/tn93/archive/v1.0.2.tar.gz</action> | |
10 <action type="set_environment_for_install"> | |
11 <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
12 <package name="cmake" version="3.2.3" /> | |
13 </repository> | |
14 </action> | |
15 <action type="shell_command">cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DINSTALL_PREFIX=$INSTALL_DIR ./</action> | |
16 <action type="make_install" /> | |
17 <action type="set_environment"> | |
18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
19 <environment_variable action="set_to" name="PATH_TN93">$INSTALL_DIR/bin</environment_variable> | |
20 </action> | |
21 </actions> | |
22 </install> | |
23 <readme> | |
24 This installs tn93 1.0.2. | |
25 | |
26 See usage instructions here: https://github.com/veg/tn93 | |
27 </readme> | |
28 </package> | |
29 </tool_dependency> |