0
|
1 <tool_dependency>
|
|
2 <package name="blat" version="35x1">
|
|
3 <install version="1.0">
|
|
4 <actions>
|
|
5 <action type="download_binary">
|
|
6 <url_template os="linux" architecture="x86_64">https://github.com/bgruening/download_store/raw/master/ucsc/linux/x86_64/blat_35x1</url_template>
|
|
7 <url_template os="darwin" architecture="i686">https://github.com/bgruening/download_store/raw/master/ucsc/darwin/i386/blat_35x1</url_template>
|
|
8 <url_template os="darwin" architecture="i386">https://github.com/bgruening/download_store/raw/master/ucsc/darwin/i386/blat_35x1</url_template>
|
|
9 <url_template os="darwin" architecture="x86_64">https://github.com/bgruening/download_store/raw/master/ucsc/darwin/x86_64/blat_35x1</url_template>
|
|
10 </action>
|
|
11
|
|
12 <action type="move_file">
|
|
13 <source>$INSTALL_DIR/blat_35x1</source>
|
|
14 <destination>$INSTALL_DIR/blat</destination>
|
|
15 </action>
|
|
16 <action type="chmod">
|
|
17 <file mode="755">$INSTALL_DIR/blat</file>
|
|
18 </action>
|
|
19 <action type="set_environment">
|
|
20 <environment_variable name="PATH" action="append_to">$INSTALL_DIR</environment_variable>
|
|
21 <environment_variable name="BLAT_PATH" action="append_to">$INSTALL_DIR</environment_variable>
|
|
22 </action>
|
|
23 </actions>
|
|
24 </install>
|
|
25 <readme>
|
|
26 blat programm from the UCSC. http://genome.ucsc.edu/FAQ/FAQblat.html
|
|
27
|
|
28 Please note that the Blat source and executables are freely available for
|
|
29 academic, nonprofit and personal use. Commercial licensing information is
|
|
30 available on the Kent Informatics website (http://www.kentinformatics.com/).
|
|
31 </readme>
|
|
32 </package>
|
|
33 </tool_dependency>
|