Mercurial > repos > mkim8 > mintest2
comparison tool_dependencies.xml @ 0:b194112c15d3 draft default tip
Uploaded
| author | mkim8 |
|---|---|
| date | Fri, 14 Mar 2014 10:55:19 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:b194112c15d3 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="R" version="2.15.1"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">http://CRAN.R-project.org/src/base/R-2/R-2.15.1.tar.gz</action> | |
| 7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | |
| 8 <action type="shell_command">make</action> | |
| 9 <action type="set_environment"> | |
| 10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
| 11 </action> | |
| 12 <action type="setup_r_environment"> | |
| 13 <package>http://www.bioconductor.org/packages/release/bioc/src/contrib/BiocGenerics_0.8.0.tar.gz</package> | |
| 14 <package>http://www.bioconductor.org/packages/release/bioc/src/contrib/Biobase_2.22.0.tar.gz</package> | |
| 15 <package>http://bioinformatics.mdanderson.org/OOMPA/2.15/src/contrib/oompaBase_3.0.1.tar.gz</package> | |
| 16 <package>http://bioinformatics.mdanderson.org/OOMPA/2.15/src/contrib/ClassComparison_3.0.0.tar.gz</package> | |
| 17 <package>http://cran.r-project.org/src/contrib/glmnet_1.9-5.tar.gz</package> | |
| 18 </action> | |
| 19 </actions> | |
| 20 </install> | |
| 21 <readme>You need a FORTRAN compiler or perhaps f2c in addition to a C compiler to build R.</readme> | |
| 22 </package> | |
| 23 </tool_dependency> |
