annotate tool_dependencies.xml @ 0:535261946ba0 draft default tip

Uploaded
author iuc
date Thu, 26 Feb 2015 06:19:37 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
535261946ba0 Uploaded
iuc
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
535261946ba0 Uploaded
iuc
parents:
diff changeset
2 <tool_dependency>
535261946ba0 Uploaded
iuc
parents:
diff changeset
3 <!-- This package will not track any version of the underlying toools.
535261946ba0 Uploaded
iuc
parents:
diff changeset
4 Any hint how to compile or ship the binaries without violating the license is very much appreciated.
535261946ba0 Uploaded
iuc
parents:
diff changeset
5 -->
535261946ba0 Uploaded
iuc
parents:
diff changeset
6 <package name="ucsc_tools" version="0.1">
535261946ba0 Uploaded
iuc
parents:
diff changeset
7 <install version="1.0">
535261946ba0 Uploaded
iuc
parents:
diff changeset
8 <actions>
535261946ba0 Uploaded
iuc
parents:
diff changeset
9 <action type="download_binary">
535261946ba0 Uploaded
iuc
parents:
diff changeset
10 <url_template os="linux" architecture="x86_64">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bedGraphToBigWig</url_template>
535261946ba0 Uploaded
iuc
parents:
diff changeset
11 <url_template os="darwin" architecture="i686">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bedGraphToBigWig</url_template>
535261946ba0 Uploaded
iuc
parents:
diff changeset
12 <url_template os="darwin" architecture="i386">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bedGraphToBigWig</url_template>
535261946ba0 Uploaded
iuc
parents:
diff changeset
13 <url_template os="darwin" architecture="x86_64">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/bedGraphToBigWig</url_template>
535261946ba0 Uploaded
iuc
parents:
diff changeset
14 </action>
535261946ba0 Uploaded
iuc
parents:
diff changeset
15 <action type="chmod">
535261946ba0 Uploaded
iuc
parents:
diff changeset
16 <file mode="755">$INSTALL_DIR/bedGraphToBigWig</file>
535261946ba0 Uploaded
iuc
parents:
diff changeset
17 </action>
535261946ba0 Uploaded
iuc
parents:
diff changeset
18 <action type="download_binary">
535261946ba0 Uploaded
iuc
parents:
diff changeset
19 <url_template os="linux" architecture="x86_64">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bigWigInfo</url_template>
535261946ba0 Uploaded
iuc
parents:
diff changeset
20 <url_template os="darwin" architecture="i686">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigInfo</url_template>
535261946ba0 Uploaded
iuc
parents:
diff changeset
21 <url_template os="darwin" architecture="i386">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigInfo</url_template>
535261946ba0 Uploaded
iuc
parents:
diff changeset
22 <url_template os="darwin" architecture="x86_64">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/bigWigInfo</url_template>
535261946ba0 Uploaded
iuc
parents:
diff changeset
23 </action>
535261946ba0 Uploaded
iuc
parents:
diff changeset
24 <action type="chmod">
535261946ba0 Uploaded
iuc
parents:
diff changeset
25 <file mode="755">$INSTALL_DIR/bigWigInfo</file>
535261946ba0 Uploaded
iuc
parents:
diff changeset
26 </action>
535261946ba0 Uploaded
iuc
parents:
diff changeset
27 <action type="download_binary">
535261946ba0 Uploaded
iuc
parents:
diff changeset
28 <url_template os="linux" architecture="x86_64">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bigWigToBedGraph</url_template>
535261946ba0 Uploaded
iuc
parents:
diff changeset
29 <url_template os="darwin" architecture="i686">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigToBedGraph</url_template>
535261946ba0 Uploaded
iuc
parents:
diff changeset
30 <url_template os="darwin" architecture="i386">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigToBedGraph</url_template>
535261946ba0 Uploaded
iuc
parents:
diff changeset
31 <url_template os="darwin" architecture="x86_64">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/bigWigToBedGraph</url_template>
535261946ba0 Uploaded
iuc
parents:
diff changeset
32 </action>
535261946ba0 Uploaded
iuc
parents:
diff changeset
33 <action type="chmod">
535261946ba0 Uploaded
iuc
parents:
diff changeset
34 <file mode="755">$INSTALL_DIR/bigWigToBedGraph</file>
535261946ba0 Uploaded
iuc
parents:
diff changeset
35 </action>
535261946ba0 Uploaded
iuc
parents:
diff changeset
36 <action type="set_environment">
535261946ba0 Uploaded
iuc
parents:
diff changeset
37 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
535261946ba0 Uploaded
iuc
parents:
diff changeset
38 <environment_variable name="UCSC_TOOLS_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
535261946ba0 Uploaded
iuc
parents:
diff changeset
39 </action>
535261946ba0 Uploaded
iuc
parents:
diff changeset
40 </actions>
535261946ba0 Uploaded
iuc
parents:
diff changeset
41 </install>
535261946ba0 Uploaded
iuc
parents:
diff changeset
42 <readme>The tools downloaded by this dependency definition are free for academic use. TODO: UCSC tools are only available with their latest version. That is not good for reproducibility.</readme>
535261946ba0 Uploaded
iuc
parents:
diff changeset
43 </package>
535261946ba0 Uploaded
iuc
parents:
diff changeset
44 </tool_dependency>