0
|
1 <tool_dependency>
|
|
2 <package name="blat" version="35x1">
|
|
3 <install version="1.0">
|
|
4 <actions>
|
1
|
5
|
0
|
6 <action type="download_binary">
|
3
|
7 <url_template os="linux" architecture="x86_64">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/blat</url_template>
|
|
8 <url_template os="darwin" architecture="i686">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/blat/blat</url_template>
|
|
9 <url_template os="darwin" architecture="i386">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/blat/blat</url_template>
|
|
10 <url_template os="darwin" architecture="x86_64">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/blat/blat</url_template>
|
0
|
11 </action>
|
|
12
|
|
13 <action type="move_file">
|
3
|
14 <source>$INSTALL_DIR/blat</source>
|
0
|
15 <destination>$INSTALL_DIR/blat</destination>
|
|
16 </action>
|
|
17 <action type="chmod">
|
|
18 <file mode="755">$INSTALL_DIR/blat</file>
|
|
19 </action>
|
|
20 <action type="set_environment">
|
|
21 <environment_variable name="PATH" action="append_to">$INSTALL_DIR</environment_variable>
|
|
22 <environment_variable name="BLAT_PATH" action="append_to">$INSTALL_DIR</environment_variable>
|
|
23 </action>
|
1
|
24
|
|
25 <!--
|
|
26 Alternative version from Nicola Soranzo.
|
|
27 <action type="download_by_url" target_filename="blatSrc.zip">http://hgwdev.cse.ucsc.edu/~kent/src/blatSrc35.zip</action>
|
|
28 <action type="shell_command">export MACHTYPE=`uname -m` && export HOME=$INSTALL_DIR && mkdir -p $HOME/bin/$MACHTYPE && make</action>
|
|
29 <action type="set_environment">
|
|
30 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/`uname -m`</environment_variable>
|
|
31 </action>
|
|
32 -->
|
|
33
|
0
|
34 </actions>
|
|
35 </install>
|
|
36 <readme>
|
2
|
37 BLAT sequence aligner from the UCSC: http://genome.ucsc.edu/FAQ/FAQblat.html
|
|
38 Git development repository: http://genome-source.cse.ucsc.edu/gitweb/?p=kent.git
|
0
|
39
|
2
|
40 Please note that the BLAT source and executables are freely available for
|
|
41 academic, nonprofit and personal use. Commercial licensing information is
|
|
42 available on the Kent Informatics website (http://www.kentinformatics.com/).
|
0
|
43 </readme>
|
|
44 </package>
|
|
45 </tool_dependency>
|