comparison tool_dependencies.xml @ 0:99dc4bdb1d35 draft

Uploaded
author nikos
date Tue, 05 Aug 2014 07:44:03 -0400
parents
children bce77c02cc5f
comparison
equal deleted inserted replaced
-1:000000000000 0:99dc4bdb1d35
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="bigWigSummary">
4 <install version="1.0">
5 <actions_group>
6 <actions os="linux" architecture="x86_64">
7 <action type="download_binary"><url_template>http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigWigSummary</url_template></action>
8 <action type="move_directory_files">
9 <source_directory>.</source_directory>
10 <destination_directory>$INSTALL_DIR</destination_directory>
11 </action>
12 </actions>
13
14
15 <action type="set_environment">
16 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
17 </action>
18 </actions_group>
19 </install>
20 <readme>
21 </readme>
22 </package>
23 <package name="bigWigInfo">
24 <install version="1.0">
25 <actions_group>
26 <actions os="linux" architecture="x86_64">
27 <action type="download_binary"><url_template>http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigWigInfo</url_template></action>
28 <action type="move_directory_files">
29 <source_directory>.</source_directory>
30 <destination_directory>$INSTALL_DIR</destination_directory>
31 </action>
32 </actions>
33
34
35 <action type="set_environment">
36 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
37 </action>
38 </actions_group>
39 </install>
40 <readme>
41 </readme>
42 </package>
43 </tool_dependency>