annotate tool_dependencies.xml @ 16:a6af076506eb draft

Uploaded
author s-kaufmann
date Fri, 15 Aug 2014 10:26:37 -0400
parents 9a495fd2fe0f
children 98c0153c737a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
67eb55a9debe Uploaded
s-kaufmann
parents:
diff changeset
1 <?xml version="1.0"?>
67eb55a9debe Uploaded
s-kaufmann
parents:
diff changeset
2 <tool_dependency>
16
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
3 <set_environment version="1.0">
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
4 <environment_variable name="JAR_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
5 </set_environment>
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
6
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
7 <set_environment version="1.0">
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
8 <environment_variable name="CIRCOS_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
9 </set_environment>
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
10
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
11 <package name="circos" version="0.64">
10
a6c5e5a41025 Uploaded
s-kaufmann
parents: 2
diff changeset
12 <install version="1.0">
16
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
13 <actions>
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
14 <!-- Downloads the Circos software from its website and unpacks it -->
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
15 <action type="download_by_url">http://circos.ca/distribution/circos-0.64.tgz </action>
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
16 <action type="move_directory_files">
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
17 <source_directory>.</source_directory>
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
18 <destination_directory>$INSTALL_DIR/</destination_directory>
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
19 </action>
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
20 <action type="set_environment">
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
21 <environment_variable name="CIRCOS_PATH" action="set_to">$INSTALL_DIR</environment_variable>
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
22 </action>
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
23 </actions>
10
a6c5e5a41025 Uploaded
s-kaufmann
parents: 2
diff changeset
24 </install>
15
9a495fd2fe0f Uploaded
s-kaufmann
parents: 14
diff changeset
25 <readme>
16
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
26 Downloads and installs Circos (v.0.64) for use in visualization. Requires perl to be installed.
15
9a495fd2fe0f Uploaded
s-kaufmann
parents: 14
diff changeset
27 </readme>
16
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
28 </package>
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
29
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
30 <set_environment version="1.0">
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
31 <environment_variable name="R_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
32 </set_environment>
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
33
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
34 <package name="package_r_3_0_2" version="3.0.2">
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
35 <repository changeset_revision="50f7e1e71271" name="package_r_3_0_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
36 </package>
a6af076506eb Uploaded
s-kaufmann
parents: 15
diff changeset
37
2
67eb55a9debe Uploaded
s-kaufmann
parents:
diff changeset
38 </tool_dependency>