Mercurial > repos > vimalkumarvelayudhan > riboseqr_wrapper
comparison tool_dependencies.xml @ 0:c34c364ce75d
First commit
| author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
|---|---|
| date | Tue, 21 Jul 2015 14:48:39 +0100 |
| parents | |
| children | b2eb07000039 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:c34c364ce75d |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="R" version="3.1.2"> | |
| 4 <repository changeset_revision="9f2fddb9d6e2" name="package_r_3_1_2" | |
| 5 owner="iuc" prior_installation_required="True" | |
| 6 toolshed="http://toolshed.g2.bx.psu.edu" /> | |
| 7 </package> | |
| 8 <package name="readline" version="6.2"> | |
| 9 <repository changeset_revision="52d6f646b3b5" name="package_readline_6_2" | |
| 10 owner="iuc" prior_installation_required="True" | |
| 11 toolshed="http://toolshed.g2.bx.psu.edu" /> | |
| 12 </package> | |
| 13 <package name="rpy2" version="2.3.10"> | |
| 14 <install version="1.0"> | |
| 15 <actions> | |
| 16 <action type="download_by_url"> | |
| 17 https://pypi.python.org/packages/source/r/rpy2/rpy2-2.3.10.tar.gz | |
| 18 </action> | |
| 19 <action type="set_environment_for_install"> | |
| 20 <repository changeset_revision="52d6f646b3b5" name="package_readline_6_2" | |
| 21 owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> | |
| 22 <package name="readline" version="6.2" /> | |
| 23 </repository> | |
| 24 <repository changeset_revision="9f2fddb9d6e2" name="package_r_3_1_2" | |
| 25 owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> | |
| 26 <package name="R" version="3.1.2" /> | |
| 27 </repository> | |
| 28 </action> | |
| 29 <action type="shell_command"> | |
| 30 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
| 31 export LDFLAGS="-L$READLINE_LIB_PATH -lreadline" && | |
| 32 export CPPFLAGS="-I$READLINE_INCLUDE_PATH" && | |
| 33 python setup.py build --r-home $R_HOME --r-home-lib $R_HOME/lib install --install-lib $INSTALL_DIR/lib/python | |
| 34 </action> | |
| 35 <action type="set_environment"> | |
| 36 <environment_variable action="append_to" name="PYTHONPATH"> | |
| 37 $INSTALL_DIR/lib/python | |
| 38 </environment_variable> | |
| 39 <environment_variable action="append_to" name="LD_LIBRARY_PATH"> | |
| 40 $ENV[READLINE_LIB_PATH] | |
| 41 </environment_variable> | |
| 42 <environment_variable action="append_to" name="LD_LIBRARY_PATH"> | |
| 43 $ENV[RHOME]/lib | |
| 44 </environment_variable> | |
| 45 <environment_variable action="append_to" name="LD_LIBRARY_PATH"> | |
| 46 $ENV[R_ROOT_DIR]/lib | |
| 47 </environment_variable> | |
| 48 </action> | |
| 49 </actions> | |
| 50 </install> | |
| 51 <readme>rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to R, | |
| 52 a proposed high-level interface, including wrappers to graphical libraries, | |
| 53 as well as R-like structures and functions. | |
| 54 | |
| 55 http://rpy.sourceforge.net/rpy2.html | |
| 56 </readme> | |
| 57 </package> | |
| 58 <package name="riboseqr_wrapper_deps" version="0.4.0"> | |
| 59 <install version="1.0"> | |
| 60 <actions> | |
| 61 <action type="setup_r_environment"> | |
| 62 <repository changeset_revision="9f2fddb9d6e2" name="package_r_3_1_2" | |
| 63 owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> | |
| 64 <package name="R" version="3.1.2" /> | |
| 65 </repository> | |
| 66 <package> | |
| 67 https://github.com/vimalkumarvelayudhan/riboseqr_wrapper_deps/raw/master/0.4.0/BiocGenerics_0.12.1.tar.gz?raw=true | |
| 68 </package> | |
| 69 <package> | |
| 70 https://github.com/vimalkumarvelayudhan/riboseqr_wrapper_deps/raw/master/0.4.0/S4Vectors_0.4.0.tar.gz?raw=true | |
| 71 </package> | |
| 72 <package> | |
| 73 https://github.com/vimalkumarvelayudhan/riboseqr_wrapper_deps/raw/master/0.4.0/IRanges_2.0.1.tar.gz?raw=true | |
| 74 </package> | |
| 75 <package> | |
| 76 https://github.com/vimalkumarvelayudhan/riboseqr_wrapper_deps/raw/master/0.4.0/GenomeInfoDb_1.2.5.tar.gz?raw=true | |
| 77 </package> | |
| 78 <package> | |
| 79 https://github.com/vimalkumarvelayudhan/riboseqr_wrapper_deps/raw/master/0.4.0/XVector_0.6.0.tar.gz?raw=true | |
| 80 </package> | |
| 81 <package> | |
| 82 https://github.com/vimalkumarvelayudhan/riboseqr_wrapper_deps/raw/master/0.4.0/GenomicRanges_1.18.4.tar.gz?raw=true | |
| 83 </package> | |
| 84 <package> | |
| 85 https://github.com/vimalkumarvelayudhan/riboseqr_wrapper_deps/raw/master/0.4.0/abind_1.4-3.tar.gz?raw=true | |
| 86 </package> | |
| 87 <package> | |
| 88 https://github.com/vimalkumarvelayudhan/riboseqr_wrapper_deps/raw/master/0.4.0/baySeq_2.0.50.tar.gz?raw=true | |
| 89 </package> | |
| 90 <package> | |
| 91 https://github.com/vimalkumarvelayudhan/riboseqr_wrapper_deps/raw/master/0.4.0/riboSeqR_1.0.5.tar.gz?raw=true | |
| 92 </package> | |
| 93 </action> | |
| 94 </actions> | |
| 95 </install> | |
| 96 <readme> | |
| 97 Dependency installation for riboseqr_wrapper | |
| 98 </readme> | |
| 99 </package> | |
| 100 </tool_dependency> |
