annotate tool_dependencies.xml @ 12:c2d5d5117413 draft default tip

Uploaded
author iuc
date Thu, 12 Feb 2015 11:07:01 -0500
parents 7172d70a3c31
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
e129755922bd Depend on package_libpng_1_6_7 .
soranzo
parents: 7
diff changeset
1 <?xml version="1.0"?>
0
509545f4884e Uploaded
iuc
parents:
diff changeset
2 <tool_dependency>
8
e129755922bd Depend on package_libpng_1_6_7 .
soranzo
parents: 7
diff changeset
3 <package name="libpng" version="1.6.7">
12
c2d5d5117413 Uploaded
iuc
parents: 11
diff changeset
4 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
8
e129755922bd Depend on package_libpng_1_6_7 .
soranzo
parents: 7
diff changeset
5 </package>
0
509545f4884e Uploaded
iuc
parents:
diff changeset
6 <package name="blat" version="35x1">
509545f4884e Uploaded
iuc
parents:
diff changeset
7 <install version="1.0">
509545f4884e Uploaded
iuc
parents:
diff changeset
8 <actions>
12
c2d5d5117413 Uploaded
iuc
parents: 11
diff changeset
9 <!-- finally go back to the original version and compile blat and the entire server from source
2
501650db563f Uploaded
bgruening
parents: 1
diff changeset
10 Thanks to Nicola Soranzo.
12
c2d5d5117413 Uploaded
iuc
parents: 11
diff changeset
11 The problem is that the binaries are not versioned and we can't guarantee reproducibility.
c2d5d5117413 Uploaded
iuc
parents: 11
diff changeset
12 The only way to download the source code of minor releases is from the git repository.
2
501650db563f Uploaded
bgruening
parents: 1
diff changeset
13 -->
10
0c6b4862f969 Specify package name as cloning directory
soranzo
parents: 9
diff changeset
14 <action type="shell_command">git clone git://genome-source.cse.ucsc.edu/kent.git blat</action>
9
7dcd799f7b10 Build from git to get version 35x1 instead of 35.
soranzo
parents: 8
diff changeset
15 <action type="shell_command">git reset --hard 84614918e462d7750a8f56e5ce9540c623b87b48</action>
7dcd799f7b10 Build from git to get version 35x1 instead of 35.
soranzo
parents: 8
diff changeset
16 <action type="set_environment_for_install">
12
c2d5d5117413 Uploaded
iuc
parents: 11
diff changeset
17 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" toolshed="https://testtoolshed.g2.bx.psu.edu">
9
7dcd799f7b10 Build from git to get version 35x1 instead of 35.
soranzo
parents: 8
diff changeset
18 <package name="libpng" version="1.6.7" />
7dcd799f7b10 Build from git to get version 35x1 instead of 35.
soranzo
parents: 8
diff changeset
19 </repository>
7dcd799f7b10 Build from git to get version 35x1 instead of 35.
soranzo
parents: 8
diff changeset
20 </action>
11
7172d70a3c31 Specify also PNGLIB.
soranzo
parents: 10
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>
2
501650db563f Uploaded
bgruening
parents: 1
diff changeset
22 <action type="set_environment">
8
e129755922bd Depend on package_libpng_1_6_7 .
soranzo
parents: 7
diff changeset
23 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin/</environment_variable>
e129755922bd Depend on package_libpng_1_6_7 .
soranzo
parents: 7
diff changeset
24 <environment_variable action="set_to" name="BLAT_PATH">$INSTALL_DIR</environment_variable>
0
509545f4884e Uploaded
iuc
parents:
diff changeset
25 </action>
509545f4884e Uploaded
iuc
parents:
diff changeset
26 </actions>
509545f4884e Uploaded
iuc
parents:
diff changeset
27 </install>
509545f4884e Uploaded
iuc
parents:
diff changeset
28 <readme>
1
fbcab0e6595f Uploaded
bgruening
parents: 0
diff changeset
29 BLAT sequence aligner from the UCSC: http://genome.ucsc.edu/FAQ/FAQblat.html
fbcab0e6595f Uploaded
bgruening
parents: 0
diff changeset
30 Git development repository: http://genome-source.cse.ucsc.edu/gitweb/?p=kent.git
0
509545f4884e Uploaded
iuc
parents:
diff changeset
31
1
fbcab0e6595f Uploaded
bgruening
parents: 0
diff changeset
32 Please note that the BLAT source and executables are freely available for
fbcab0e6595f Uploaded
bgruening
parents: 0
diff changeset
33 academic, nonprofit and personal use. Commercial licensing information is
fbcab0e6595f Uploaded
bgruening
parents: 0
diff changeset
34 available on the Kent Informatics website (http://www.kentinformatics.com/).
0
509545f4884e Uploaded
iuc
parents:
diff changeset
35 </readme>
509545f4884e Uploaded
iuc
parents:
diff changeset
36 </package>
509545f4884e Uploaded
iuc
parents:
diff changeset
37 </tool_dependency>