1
|
1 <?xml version="1.0"?>
|
|
2 <!--
|
|
3
|
|
4 <requirement type="package">deepTools</requirement>
|
|
5 <requirement type="python-module">deepTools</requirement>
|
|
6 <requirement type="python-module">matplotlib</requirement> -> toolshed
|
|
7 <requirement type="python-module">argsparse</requirement> -> is in python 2.7 or?
|
|
8 <requirement type="python-module">itertools</requirement> -> is in standard python?
|
|
9 <requirement type="python-module">pysam</requirement> -> is also shipped with galaxy
|
|
10 <requirement type="python-module">numpy</requirement> -> toolshed
|
|
11 <requirement type="python-module">pylab</requirement> -> scipy toolshed
|
|
12 <requirement type="python-module">bx.intervals.io</requirement> -> bx-python is shipped with galaxy afaik
|
|
13 -->
|
|
14
|
0
|
15 <tool_dependency>
|
|
16 <package name="samtools" version="0.1.18">
|
1
|
17 <repository name="package_samtools_0_1_18" owner="devteam" />
|
0
|
18 </package>
|
|
19 <package name="numpy" version="1.7.1">
|
1
|
20 <repository name="package_numpy_1_7" owner="bgruening" prior_installation_required="True" />
|
0
|
21 </package>
|
|
22 <package name="matplotlib" version="1.2.1">
|
1
|
23 <repository name="package_matplotlib_1_2" owner="bgruening" prior_installation_required="True" />
|
0
|
24 </package>
|
|
25 <package name="scipy" version="0.12.0">
|
1
|
26 <repository name="package_scipy_0_12" owner="bgruening" prior_installation_required="True" />
|
0
|
27 </package>
|
|
28
|
|
29 <package name="ucsc_tools" version="0.1">
|
|
30 <install version="1.0">
|
|
31 <actions>
|
|
32 <action type="download_binary">
|
1
|
33 <url_template os="linux" architecture="x86_64">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bedGraphToBigWig</url_template>
|
|
34 <url_template os="darwin" architecture="i686">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bedGraphToBigWig</url_template>
|
|
35 <url_template os="darwin" architecture="i386">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bedGraphToBigWig</url_template>
|
|
36 <url_template os="darwin" architecture="x86_64">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/bedGraphToBigWig</url_template>
|
0
|
37 </action>
|
|
38 <action type="chmod">
|
|
39 <file mode="755">$INSTALL_DIR/bedGraphToBigWig</file>
|
|
40 </action>
|
|
41 <action type="download_binary">
|
1
|
42 <url_template os="linux" architecture="x86_64">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bigWigInfo</url_template>
|
|
43 <url_template os="darwin" architecture="i686">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigInfo</url_template>
|
|
44 <url_template os="darwin" architecture="i386">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigInfo</url_template>
|
|
45 <url_template os="darwin" architecture="x86_64">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/bigWigInfo</url_template>
|
0
|
46 </action>
|
|
47 <action type="chmod">
|
|
48 <file mode="755">$INSTALL_DIR/bigWigInfo</file>
|
|
49 </action>
|
|
50 <action type="set_environment">
|
1
|
51 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
|
0
|
52 </action>
|
|
53 </actions>
|
|
54 </install>
|
|
55 <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>
|
|
56 </package>
|
|
57
|
1
|
58 <package name="deepTools" version="1.5.1_59e067cce039cb93add04823c9f51cab202f8c2b">
|
0
|
59 <install version="1.0">
|
|
60 <actions>
|
|
61 <action type="shell_command">git clone --recursive https://github.com/fidelram/deepTools.git</action>
|
|
62 <action type="shell_command">git reset --hard 98e5d8a61431ea8605c0643d991a1a5d8999b4dc</action>
|
|
63 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
64 <action type="shell_command">
|
|
65 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
|
|
66 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
|
|
67 </action>
|
|
68
|
|
69 <action type="set_environment">
|
1
|
70 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
71 <environment_variable name="PYTHONPATH" action="append_to" >$INSTALL_DIR/lib/python</environment_variable>
|
|
72 <!-- disable the config file of deepTools -->
|
|
73 <environment_variable name="DEEP_TOOLS_NO_CONFIG" action="set_to">TRUE</environment_variable>
|
0
|
74 </action>
|
|
75 </actions>
|
|
76 </install>
|
|
77 <readme>Installation of deepTools from Fidel Ramirez.</readme>
|
|
78 </package>
|
|
79 </tool_dependency>
|