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
|
19
|
11 <actions>
|
|
12 <package name="package_r_3_0_2" version="3.0.2">
|
|
13 <repository changeset_revision="50f7e1e71271" name="package_r_3_0_2" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
14 </package>
|
|
15 </actions>
|
|
16
|
16
|
17 <package name="circos" version="0.64">
|
10
|
18 <install version="1.0">
|
16
|
19 <actions>
|
|
20 <!-- Downloads the Circos software from its website and unpacks it -->
|
|
21 <action type="download_by_url">http://circos.ca/distribution/circos-0.64.tgz </action>
|
|
22 <action type="move_directory_files">
|
|
23 <source_directory>.</source_directory>
|
|
24 <destination_directory>$INSTALL_DIR/</destination_directory>
|
|
25 </action>
|
|
26 <action type="set_environment">
|
|
27 <environment_variable name="CIRCOS_PATH" action="set_to">$INSTALL_DIR</environment_variable>
|
|
28 </action>
|
|
29 </actions>
|
10
|
30 </install>
|
15
|
31 <readme>
|
16
|
32 Downloads and installs Circos (v.0.64) for use in visualization. Requires perl to be installed.
|
15
|
33 </readme>
|
16
|
34 </package>
|
|
35
|
|
36 <set_environment version="1.0">
|
|
37 <environment_variable name="R_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
38 </set_environment>
|
|
39
|
19
|
40
|
2
|
41 </tool_dependency>
|