7
|
1 <?xml version="1.0"?>
|
0
|
2 <tool_dependency>
|
7
|
3 <package name="blat" version="1.0.0">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/blat</action>
|
|
7 <action type="move_file">
|
|
8 <source>blat</source>
|
|
9 <destination>$INSTALL_DIR/bin</destination>
|
|
10 </action>
|
8
|
11 <action type="shell_command">chmod +x $INSTALL_DIR/bin/blat</action>
|
7
|
12 <action type="set_environment">
|
|
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
14 </action>
|
|
15 </actions>
|
|
16 </install>
|
|
17 <readme>
|
|
18 The BLAT binary for linux x86_64 is retrieved from UCSC.
|
|
19 </readme>
|
|
20 </package>
|
|
21 </tool_dependency>
|