annotate tool_dependencies.xml @ 4:cc0f4b49b6f1 draft default tip

Uploaded
author iuc
date Tue, 18 Feb 2014 12:52:26 -0500
parents b355179ea459
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
1 <?xml version="1.0"?>
0
5d0050880725 initial uploaded
iuc
parents:
diff changeset
2 <tool_dependency>
4
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
3 <package name="libpng" version="1.6.7">
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
4 <repository changeset_revision="51f77dcf27bd" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
5 </package>
0
5d0050880725 initial uploaded
iuc
parents:
diff changeset
6 <package name="blat" version="35x1">
5d0050880725 initial uploaded
iuc
parents:
diff changeset
7 <install version="1.0">
5d0050880725 initial uploaded
iuc
parents:
diff changeset
8 <actions>
4
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
9 <!-- finally go back to the original version and compile blat and the entire server from source
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
10 Thanks to Nicola Soranzo.
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
11 The problem is that the binaries are not versioned and we can't guarantee reproducibility.
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
12 The only way to download the source code of minor releases is from the git repository.
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
13 -->
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
14 <action type="shell_command">git clone git://genome-source.cse.ucsc.edu/kent.git blat</action>
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
15 <action type="shell_command">git reset --hard 84614918e462d7750a8f56e5ce9540c623b87b48</action>
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
16 <action type="set_environment_for_install">
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
17 <repository changeset_revision="51f77dcf27bd" name="package_libpng_1_6_7" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu">
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
18 <package name="libpng" version="1.6.7" />
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
19 </repository>
0
5d0050880725 initial uploaded
iuc
parents:
diff changeset
20 </action>
4
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
21 <action type="shell_command">export HOME=$INSTALL_DIR &amp;&amp; export MACHTYPE=`uname -m` &amp;&amp; export PNGINCL=-I${LIBPNG_ROOT}/include &amp;&amp; export PNGLIB="-L${LIBPNG_ROOT}/lib -lpng" &amp;&amp; mkdir -p $HOME/bin/$MACHTYPE &amp;&amp; make -C src/lib/ &amp;&amp; make -C src/jkOwnLib/ &amp;&amp; make -C src/blat/ &amp;&amp; mv $INSTALL_DIR/bin/$MACHTYPE/* $INSTALL_DIR/bin/ &amp;&amp; rm -rf $INSTALL_DIR/.ccache/</action>
0
5d0050880725 initial uploaded
iuc
parents:
diff changeset
22 <action type="set_environment">
4
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
23 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin/</environment_variable>
cc0f4b49b6f1 Uploaded
iuc
parents: 3
diff changeset
24 <environment_variable action="set_to" name="BLAT_PATH">$INSTALL_DIR</environment_variable>
0
5d0050880725 initial uploaded
iuc
parents:
diff changeset
25 </action>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
26 </actions>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
27 </install>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
28 <readme>
2
84c54f1fa280 Uploaded
bgruening
parents: 1
diff changeset
29 BLAT sequence aligner from the UCSC: http://genome.ucsc.edu/FAQ/FAQblat.html
84c54f1fa280 Uploaded
bgruening
parents: 1
diff changeset
30 Git development repository: http://genome-source.cse.ucsc.edu/gitweb/?p=kent.git
0
5d0050880725 initial uploaded
iuc
parents:
diff changeset
31
2
84c54f1fa280 Uploaded
bgruening
parents: 1
diff changeset
32 Please note that the BLAT source and executables are freely available for
84c54f1fa280 Uploaded
bgruening
parents: 1
diff changeset
33 academic, nonprofit and personal use. Commercial licensing information is
84c54f1fa280 Uploaded
bgruening
parents: 1
diff changeset
34 available on the Kent Informatics website (http://www.kentinformatics.com/).
0
5d0050880725 initial uploaded
iuc
parents:
diff changeset
35 </readme>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
36 </package>
5d0050880725 initial uploaded
iuc
parents:
diff changeset
37 </tool_dependency>