Mercurial > repos > iuc > package_rpy2_2_3_6
view tool_dependencies.xml @ 1:dfea458766e6 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_rpy2_2_3_6 commit 124516bc2aab56c243be3cf15e4282d59390970b
| author | iuc |
|---|---|
| date | Sun, 31 May 2015 22:41:52 -0400 |
| parents | cd6462aa2c44 |
| children | 73fb2997c98d |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="R_3_0_1" version="3.0.1"> <repository changeset_revision="64b98fc9b8db" name="package_r_3_0_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="readline" version="6.2"> <repository changeset_revision="2e627500f551" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="rpy2_2_3_6" version="2.3.6"> <install version="1.0"> <actions> <action type="download_by_url">https://pypi.python.org/packages/source/r/rpy2/rpy2-2.3.6.tar.gz</action> <action type="set_environment_for_install"> <repository changeset_revision="2e627500f551" name="package_readline_6_2" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="readline" version="6.2" /> </repository> <repository changeset_revision="64b98fc9b8db" name="package_r_3_0_1" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="R_3_0_1" version="3.0.1" /> </repository> </action> <action type="shell_command"> export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && export LDFLAGS="-L$READLINE_LIB_PATH -lreadline" && export CPPFLAGS="-I$READLINE_INCLUDE_PATH" && python setup.py build --r-home $R_HOME --r-home-lib $R_HOME/lib install --install-lib $INSTALL_DIR/lib/python </action> <action type="set_environment"> <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[READLINE_LIB_PATH]</environment_variable> <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[RHOME]/lib</environment_variable> </action> </actions> </install> <readme>rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to R, a proposed high-level interface, including wrappers to graphical libraries, as well as R-like structures and functions. http://rpy.sourceforge.net/rpy2.html </readme> </package> </tool_dependency>
