2
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
16
|
3 <set_environment version="1.0">
|
|
4 <environment_variable name="JAR_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
5 </set_environment>
|
|
6
|
|
7 <set_environment version="1.0">
|
|
8 <environment_variable name="CIRCOS_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
9 </set_environment>
|
|
10
|
21
|
11
|
16
|
12 <package name="circos" version="0.64">
|
10
|
13 <install version="1.0">
|
16
|
14 <actions>
|
|
15 <!-- Downloads the Circos software from its website and unpacks it -->
|
|
16 <action type="download_by_url">http://circos.ca/distribution/circos-0.64.tgz </action>
|
|
17 <action type="move_directory_files">
|
|
18 <source_directory>.</source_directory>
|
|
19 <destination_directory>$INSTALL_DIR/</destination_directory>
|
|
20 </action>
|
|
21 <action type="set_environment">
|
|
22 <environment_variable name="CIRCOS_PATH" action="set_to">$INSTALL_DIR</environment_variable>
|
|
23 </action>
|
|
24 </actions>
|
10
|
25 </install>
|
15
|
26 <readme>
|
16
|
27 Downloads and installs Circos (v.0.64) for use in visualization. Requires perl to be installed.
|
15
|
28 </readme>
|
16
|
29 </package>
|
|
30
|
|
31 <set_environment version="1.0">
|
23
|
32 <environment_variable name="R_PATH" action="set_to">$INSTALL_DIR/lib/</environment_variable>
|
16
|
33 </set_environment>
|
|
34
|
23
|
35 <package name="libpng" version="1.6.7">
|
|
36 <repository changeset_revision="51f77dcf27bd" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
37 </package>
|
22
|
38 <package name="R_3_0_2" version="3.0.2">
|
21
|
39 <install version="1.0">
|
22
|
40 <actions>
|
|
41 <action type="download_by_url">http://cran.ms.unimelb.edu.au/src/base/R-3/R-3.0.2.tar.gz</action>
|
|
42 <action type="set_environment_for_install">
|
|
43 <repository changeset_revision="052e8df231ac" name="package_readline_6_2" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
44 <package name="readline" version="6.2" />
|
|
45 </repository>
|
|
46 <repository changeset_revision="9ed7af129bd3" name="package_ncurses_5_9" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
47 <package name="ncurses" version="5.9" />
|
|
48 </repository>
|
|
49 <repository changeset_revision="51f77dcf27bd" name="package_libpng_1_6_7" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
50 <package name="libpng" version="1.6.7" />
|
|
51 </repository>
|
|
52 </action>
|
|
53
|
|
54 <action type="shell_command">
|
|
55 ./configure CPPFLAGS="-I$READLINE_INCLUDE_PATH -I${LIBPNG_ROOT}/include" LDFLAGS="-L$READLINE_LIB_PATH -L$NCURSES_LIB_PATH -L${LIBPNG_ROOT}/lib -lreadline -lncurses" --with-libpng --enable-R-shlib --with-x=no --libdir=$INSTALL_DIR/lib/ --bindir=$INSTALL_DIR --datarootdir=$INSTALL_DIR/share/
|
|
56 </action>
|
|
57
|
|
58 <action type="shell_command">make</action>
|
|
59 <action type="shell_command">make install</action>
|
21
|
60 <action type="set_environment">
|
|
61 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable>
|
|
62 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable>
|
22
|
63 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/lib/R/bin</environment_variable>
|
|
64 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/R/lib</environment_variable>
|
|
65 <environment_variable action="set_to" name="RHOME">$INSTALL_DIR/lib/R</environment_variable>
|
|
66 <environment_variable action="set_to" name="R_PATH">$INSTALL_DIR/lib/R/bin</environment_variable>
|
21
|
67 </action>
|
22
|
68 </actions>
|
21
|
69 </install>
|
22
|
70 <readme>R is a free software environment for statistical computing and graphics. http://www.r-project.org/</readme>
|
21
|
71 </package>
|
22
|
72
|
2
|
73 </tool_dependency>
|