0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
2
|
3 <package name="bigWigSummary" version="1.0">
|
0
|
4 <install version="1.0">
|
2
|
5 <actions>
|
|
6 <action type="download_by_url">http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigWigSummary</action>
|
|
7 <action type="move_directory_files">
|
|
8 <source_directory>.</source_directory>
|
|
9 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
10 </action>
|
|
11 <action type="chmod"><file mode="755">$INSTALL_DIR/bigWigSummary</file></action>
|
0
|
12 <action type="set_environment">
|
|
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
14 </action>
|
2
|
15 </actions>
|
0
|
16 </install>
|
|
17 <readme>
|
|
18 </readme>
|
|
19 </package>
|
2
|
20 <package name="bigWigInfo" version="1.0">
|
0
|
21 <install version="1.0">
|
2
|
22 <actions>
|
|
23 <action type="download_by_url">http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigWigInfo</action>
|
|
24 <action type="move_directory_files">
|
|
25 <source_directory>.</source_directory>
|
|
26 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
27 </action>
|
|
28 <action type="chmod"><file mode="755">$INSTALL_DIR/bigWigInfo</file></action>
|
0
|
29 <action type="set_environment">
|
|
30 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
|
31 </action>
|
2
|
32 </actions>
|
0
|
33 </install>
|
|
34 <readme>
|
|
35 </readme>
|
|
36 </package>
|
|
37 </tool_dependency>
|