|
0
|
1 <tool_dependency>
|
|
|
2 <package name="blat" version="35x1">
|
|
|
3 <install version="1.0">
|
|
|
4 <actions>
|
|
2
|
5 <!-- finally go back to the original version and compile blat and the entire server from source
|
|
|
6 Thanks to Nicola Soranzo.
|
|
|
7 The problem is that the binaries are not versioned and we can't guarantee reproducibility.
|
|
|
8 The source packages are versioned and are stored for a long time.
|
|
|
9 -->
|
|
|
10 <action type="download_by_url" target_filename="blatSrc.zip">http://hgwdev.cse.ucsc.edu/~kent/src/blatSrc35.zip</action>
|
|
3
|
11 <action type="shell_command">export HOME=$INSTALL_DIR && mkdir -p $HOME/bin/`uname -m` && make MACHTYPE=`uname -m` && mv $HOME/bin/$MACHTYPE/* $HOME/bin/</action>
|
|
2
|
12 <action type="set_environment">
|
|
|
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable>
|
|
|
14 <environment_variable name="BLAT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
|
|
0
|
15 </action>
|
|
|
16
|
|
1
|
17
|
|
0
|
18 </actions>
|
|
|
19 </install>
|
|
|
20 <readme>
|
|
1
|
21 BLAT sequence aligner from the UCSC: http://genome.ucsc.edu/FAQ/FAQblat.html
|
|
|
22 Git development repository: http://genome-source.cse.ucsc.edu/gitweb/?p=kent.git
|
|
0
|
23
|
|
3
|
24 This reporsitory contains the following binaries:
|
|
|
25 - blat
|
|
|
26 - faToNib
|
|
|
27 - faToTwoBit
|
|
|
28 - gfClient
|
|
|
29 - gfServer
|
|
|
30 - nibFrag
|
|
|
31 - pslPretty
|
|
|
32 - pslReps
|
|
|
33 - pslSort
|
|
|
34 - twoBitInfo
|
|
|
35 - twoBitToFa
|
|
|
36
|
|
1
|
37 Please note that the BLAT source and executables are freely available for
|
|
|
38 academic, nonprofit and personal use. Commercial licensing information is
|
|
|
39 available on the Kent Informatics website (http://www.kentinformatics.com/).
|
|
0
|
40 </readme>
|
|
|
41 </package>
|
|
|
42 </tool_dependency>
|