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