annotate tool_dependencies.xml @ 1:eb47f6bbd2e5 draft

Updated system dependencies to add numpy and bowtie2
author george-weingart
date Mon, 19 May 2014 15:54:42 -0400
parents 921c5be02e81
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
1 <?xml version="1.0"?>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
2 <tool_dependency>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
3 <package name="metaphlan" version="1.7.0">
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
4 <install version="1.0">
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
5 <actions>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
6 <action type="shell_command">hg clone https://bitbucket.org/nsegata/metaphlan</action>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
7 <action type="move_directory_files">
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
8 <source_directory>.</source_directory>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
9 <destination_directory>$INSTALL_DIR</destination_directory>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
10 </action>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
11 <action type="set_environment">
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
13 </action>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
14 <action type="set_environment">
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
15 <environment_variable name="METAPHLAN_PATH" action="set_to">$INSTALL_DIR</environment_variable>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
16 </action>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
17
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
18 </actions>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
19 </install>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
20 <readme>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
21 These links provide information for the metaphlan package:
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
22 http://huttenhower.sph.harvard.edu/metaphlan
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
23 https://groups.google.com/forum/#!forum/metaphlan-users
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
24 </readme>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
25 </package>
1
eb47f6bbd2e5 Updated system dependencies to add numpy and bowtie2
george-weingart
parents: 0
diff changeset
26 <package name="numpy" version="1.7">
eb47f6bbd2e5 Updated system dependencies to add numpy and bowtie2
george-weingart
parents: 0
diff changeset
27 <repository changeset_revision="0c288abd2a1e" name="package_numpy_1_7" owner="devteam" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu" />
eb47f6bbd2e5 Updated system dependencies to add numpy and bowtie2
george-weingart
parents: 0
diff changeset
28 </package>
eb47f6bbd2e5 Updated system dependencies to add numpy and bowtie2
george-weingart
parents: 0
diff changeset
29 <package name="bowtie2" version="2.1.0">
eb47f6bbd2e5 Updated system dependencies to add numpy and bowtie2
george-weingart
parents: 0
diff changeset
30 <repository changeset_revision="017a00c265f1" name="package_bowtie2_2_1_0" owner="devteam" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu" />
eb47f6bbd2e5 Updated system dependencies to add numpy and bowtie2
george-weingart
parents: 0
diff changeset
31 </package>
0
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
32 </tool_dependency>
921c5be02e81 Metaphlan
george-weingart
parents:
diff changeset
33