0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <set_environment version="1.0">
|
|
4 </set_environment>
|
|
5
|
|
6 <package name="igBlastn" version="1.0.0">
|
|
7 <install version="1.0">
|
|
8 <actions>
|
|
9 <action type="download_by_url" target_filename="R-3.0.1.tar.gz">
|
|
10 http://cran.rstudio.com/src/base/R-3/R-3.0.1.tar.gz
|
|
11 </action>
|
|
12 <action type="shell_command">./configure --with-x=no</action>
|
|
13 <action type="shell_command">make</action>
|
|
14
|
|
15 <action type="move_directory_files">
|
|
16 <source_directory>R-3.0.1</source_directory>
|
|
17 <destination_directory>$INSTALL_DIR/R-3.0.1</destination_directory>
|
|
18 </action>
|
|
19
|
|
20 <action type="set_environment">
|
|
21 <environment_variable name="R_LOCATION" action="set_to">$INSTALL_DIR/R-3.0.1</environment_variable>
|
|
22 </action>
|
|
23 </install>
|
|
24 <readme>
|
|
25 Download and configure R.
|
|
26 </readme>
|
|
27 </package>
|
|
28 </tool_dependency>
|