Mercurial > repos > deepakjadmin > limmatest3
comparison tool_dependencies.xml @ 0:d5ba7b2e1739 draft default tip
Uploaded
| author | deepakjadmin |
|---|---|
| date | Wed, 23 Sep 2015 07:07:41 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:d5ba7b2e1739 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="R" version="3.2.0"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">http://cran.r-project.org/src/base/R-3/R-3.2.0.tar.gz</action> | |
| 7 <action type="shell_command">./configure</action> | |
| 8 <action type="shell_command">make</action> | |
| 9 <action type="shell_command">make install</action> | |
| 10 <action type="move_file"> | |
| 11 <source>R.3.2.0</source> | |
| 12 <destination>$INSTALL_DIR</destination> | |
| 13 </action> | |
| 14 <action type="set_environment"> | |
| 15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | |
| 16 </action> | |
| 17 </actions> | |
| 18 </install> | |
| 19 <readme> | |
| 20 R-3.2.0 installed now try edgeR | |
| 21 </readme> | |
| 22 </package> | |
| 23 <package name="limma" version="3.24.12"> | |
| 24 <install version="1.0"> | |
| 25 <actions> | |
| 26 <action type="setup_r_environment"> | |
| 27 <package name="R" version="3.2.0" /> | |
| 28 <package>http://bioconductor.org/packages/release/bioc/src/contrib/limma_3.24.12.tar.gz</package> | |
| 29 </action> | |
| 30 </actions> | |
| 31 </install> | |
| 32 <readme> | |
| 33 limma_3.24.12 installed now try edgeR | |
| 34 </readme> | |
| 35 </package> | |
| 36 | |
| 37 </tool_dependency> |
