annotate tool_dependencies.xml @ 0:5d0050880725 draft

initial uploaded
author iuc
date Fri, 06 Sep 2013 03:44:34 -0400
parents
children 963992658bf6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5d0050880725 initial uploaded
iuc
parents:
diff changeset
1 <tool_dependency>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
2 <package name="blat" version="35x1">
5d0050880725 initial uploaded
iuc
parents:
diff changeset
3 <install version="1.0">
5d0050880725 initial uploaded
iuc
parents:
diff changeset
4 <actions>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
5 <action type="download_binary">
5d0050880725 initial uploaded
iuc
parents:
diff changeset
6 <url_template os="linux" architecture="x86_64">https://github.com/bgruening/download_store/raw/master/ucsc/linux/x86_64/blat_35x1</url_template>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
7 <url_template os="darwin" architecture="i686">https://github.com/bgruening/download_store/raw/master/ucsc/darwin/i386/blat_35x1</url_template>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
8 <url_template os="darwin" architecture="i386">https://github.com/bgruening/download_store/raw/master/ucsc/darwin/i386/blat_35x1</url_template>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
9 <url_template os="darwin" architecture="x86_64">https://github.com/bgruening/download_store/raw/master/ucsc/darwin/x86_64/blat_35x1</url_template>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
10 </action>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
11
5d0050880725 initial uploaded
iuc
parents:
diff changeset
12 <action type="move_file">
5d0050880725 initial uploaded
iuc
parents:
diff changeset
13 <source>$INSTALL_DIR/blat_35x1</source>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
14 <destination>$INSTALL_DIR/blat</destination>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
15 </action>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
16 <action type="chmod">
5d0050880725 initial uploaded
iuc
parents:
diff changeset
17 <file mode="755">$INSTALL_DIR/blat</file>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
18 </action>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
19 <action type="set_environment">
5d0050880725 initial uploaded
iuc
parents:
diff changeset
20 <environment_variable name="PATH" action="append_to">$INSTALL_DIR</environment_variable>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
21 <environment_variable name="BLAT_PATH" action="append_to">$INSTALL_DIR</environment_variable>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
22 </action>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
23 </actions>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
24 </install>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
25 <readme>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
26 blat programm from the UCSC. http://genome.ucsc.edu/FAQ/FAQblat.html
5d0050880725 initial uploaded
iuc
parents:
diff changeset
27
5d0050880725 initial uploaded
iuc
parents:
diff changeset
28 Please note that the Blat source and executables are freely available for
5d0050880725 initial uploaded
iuc
parents:
diff changeset
29 academic, nonprofit and personal use. Commercial licensing information is
5d0050880725 initial uploaded
iuc
parents:
diff changeset
30 available on the Kent Informatics website (http://www.kentinformatics.com/).
5d0050880725 initial uploaded
iuc
parents:
diff changeset
31 </readme>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
32 </package>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
33 </tool_dependency>