annotate tool_dependencies.xml @ 0:5920144e9e9b draft default tip

Uploaded
author jjohnson
date Fri, 08 Nov 2013 16:16:31 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
1 <?xml version="1.0"?>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
2 <tool_dependency>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
3 <package name="blat_server" version="latest">
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
4 <install version="1.0">
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
5 <actions_group>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
6
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
7 <actions os="linux" architecture="x86_64">
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
8 <action type="download_file">ftp://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/blat</action>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
9 <action type="download_file">ftp://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/gfServer</action>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
10 <action type="download_file">ftp://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/gfClient</action>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
11 <action type="download_file">ftp://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/faToTwoBit</action>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
12 <action type="shell_command">chmod ugo+x *</action>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
13 <action type="move_directory_files">
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
14 <source_directory>.</source_directory>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
15 <destination_directory>$INSTALL_DIR/bin</destination_directory>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
16 </action>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
17 </actions>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
18
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
19 <actions os="darwin" architecture="x86_64">
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
20 <action type="download_file">ftp://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/blat</action>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
21 <action type="download_file">ftp://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/gfClient</action>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
22 <action type="download_file">ftp://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/gfServer</action>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
23 <action type="download_file">ftp://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/faToTwoBit</action>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
24 <action type="shell_command">chmod ugo+x *</action>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
25 <action type="move_directory_files">
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
26 <source_directory>.</source_directory>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
27 <destination_directory>$INSTALL_DIR/bin</destination_directory>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
28 </action>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
29 </actions>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
30
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
31 <actions>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
32 <action type="download_by_url" target_filename="kent.zip">http://hgdownload.cse.ucsc.edu/admin/jksrc.zip</action>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
33 <action type="shell_command">
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
34 export MACHTYPE=`uname -m`;
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
35 export BINDIR=$INSTALL_DIR/bin; mkdir $INSTALL_DIR/bin;
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
36 cd src/lib; make;
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
37 cd ../jkOwnLib; make;
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
38 cd ../blat; make;
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
39 cd ../gfClient; make;
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
40 cd ../gfServer; make;
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
41 cd ../utils; mv makefile makefile.orig; grep -v -E 'pslLiftSubrangeBlat|raSqlQuery|scaffoldFaToAgp' makefile.orig > makefile; make
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
42 </action>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
43 </actions>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
44 <action type="set_environment">
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
45 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
46 </action>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
47 </actions_group>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
48 </install>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
49 <readme>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
50 Downloads and installs the latest kent blat server tools (blat, gfServer, gfClient, faToTwoBit).
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
51 It will try to install executable files from: UCSC ftp://hgdownload.cse.ucsc.edu/admin/exe/
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
52 otherwise it will try to compile from source from: UCSC at: http://hgdownload.cse.ucsc.edu/admin/jksrc.zip
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
53 ( The website doesn't offer previously released versions. )
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
54
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
55 NOTE: A license is required for use in a COMMERCIAL system.
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
56
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
57 Blat source and executables are freely available for academic, nonprofit and personal use.
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
58 Commercial licensing information is available on the Kent Informatics website (http://www.kentinformatics.com/).
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
59
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
60 </readme>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
61 </package>
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
62
5920144e9e9b Uploaded
jjohnson
parents:
diff changeset
63 </tool_dependency>