annotate tool_dependencies.xml @ 3:b355179ea459 draft

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