Mercurial > repos > devteam > package_rpy_1_0_3
comparison tool_dependencies.xml @ 1:3e11ba53f2a6 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_rpy_1_0_3 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
author | devteam |
---|---|
date | Fri, 18 Dec 2015 18:46:37 -0500 |
parents | c0eb80864491 |
children |
comparison
equal
deleted
inserted
replaced
0:c0eb80864491 | 1:3e11ba53f2a6 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="R" version="2.11.0"> | 3 <package name="numpy" version="1.9"> |
4 <repository changeset_revision="2c0a13200a73" name="package_r_2_11_0" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="f9289486f06d" name="package_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
5 </package> | |
6 <package name="R" version="2.11.0"> | |
7 <repository changeset_revision="497dd02b0fe2" name="package_r_2_11_0" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
5 </package> | 8 </package> |
6 <package name="rpy" version="1.0.3"> | 9 <package name="rpy" version="1.0.3"> |
7 <install version="1.0"> | 10 <install version="1.0"> |
8 <actions> | 11 <actions> |
9 <!-- | 12 <!-- |
10 Need to download from depot.galaxyproject.org, because the distributed version of rpy 1.0.3 | 13 Need to download from depot.galaxyproject.org, because the distributed version of rpy 1.0.3 |
11 doesn't recognize R 2.11.0 as a valid version. | 14 doesn't recognize R 2.11.0 as a valid version. |
12 --> | 15 --> |
13 <action type="download_by_url">http://depot.galaxyproject.org/package/source/rpy-1.0.3.tar.gz</action> | 16 <action type="download_by_url">http://depot.galaxyproject.org/package/source/rpy-1.0.3.tar.gz</action> |
14 <action type="set_environment_for_install"> | 17 <action type="set_environment_for_install"> |
15 <repository changeset_revision="2c0a13200a73" name="package_r_2_11_0" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu"> | 18 <repository changeset_revision="497dd02b0fe2" name="package_r_2_11_0" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
16 <package name="R" version="2.11.0" /> | 19 <package name="R" version="2.11.0" /> |
17 </repository> | 20 </repository> |
18 </action> | 21 </action> |
19 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 22 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
20 <action type="shell_command"> | 23 <action type="shell_command"> |
21 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | 24 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
22 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | 25 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin |
23 </action> | 26 </action> |
24 <action type="set_environment"> | 27 <action type="set_environment"> |
25 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 28 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
26 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 29 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
27 <environment_variable action="set_to" name="PYTHONPATH_RPY">$INSTALL_DIR/lib/python</environment_variable> | 30 <environment_variable action="set_to" name="PYTHONPATH_RPY">$INSTALL_DIR/lib/python</environment_variable> |
28 <environment_variable action="set_to" name="PATH_RPY">$INSTALL_DIR/bin</environment_variable> | 31 <environment_variable action="set_to" name="PATH_RPY">$INSTALL_DIR/bin</environment_variable> |
29 </action> | 32 </action> |
30 </actions> | 33 </actions> |