comparison tool_dependencies.xml @ 6:8a4190457eb7 draft

Uploaded
author s-kaufmann
date Tue, 06 May 2014 04:23:25 -0400
parents 67eb55a9debe
children a6c5e5a41025
comparison
equal deleted inserted replaced
5:eb0aecd0480c 6:8a4190457eb7
1 <?xml version="1.0"?>
2 <tool_dependency>
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">
12 <install version="1.0">
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>
24 </install>
25 <readme>
26 Downloads and installs Circos (v.0.64) for use in visualization. Requires perl to be installed.
27 </readme>
28 </package>
29
30 </tool_dependency>