comparison tool_dependencies.xml @ 16:d9a0a017896a draft

Uploaded
author iuc
date Sat, 15 Feb 2014 15:41:04 -0500
parents d89001e78ee4
children 35a80f8dda5c
comparison
equal deleted inserted replaced
15:d89001e78ee4 16:d9a0a017896a
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="samtools" version="0.1.19">
4 <repository changeset_revision="54195f1d4b0f" name="package_samtools_0_1_19" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
5 </package>
3 <package name="numpy" version="1.7.1"> 6 <package name="numpy" version="1.7.1">
4 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 7 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
8 </package>
9 <package name="matplotlib" version="1.2.1">
10 <repository changeset_revision="966f29c955b9" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
5 </package> 11 </package>
6 <package name="scipy" version="0.12.0"> 12 <package name="scipy" version="0.12.0">
7 <repository changeset_revision="4b2ef8519550" name="package_scipy_0_12" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 13 <repository changeset_revision="4b2ef8519550" name="package_scipy_0_12" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
8 </package> 14 </package>
9 <package name="R_3_0_1" version="3.0.1"> 15 <package name="pysam" version="0.7.7">
10 <repository changeset_revision="1d5b86c2e93d" name="package_r_3_0_1" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 16 <repository changeset_revision="240d1ad9f207" name="package_pysam_0_7_7" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
11 </package> 17 </package>
12 <set_environment version="1.0"> 18 <package name="bx-python" version="12-2013">
13 <environment_variable action="set_to" name="MACS2_SCRIPT_PATH">$REPOSITORY_INSTALL_DIR</environment_variable> 19 <repository changeset_revision="5457e32b427c" name="package_bx_python_12_2013" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
14 </set_environment> 20 </package>
15 <!-- 2.0.10 12162013 --> 21
16 <package name="macs2" version="2.0.10.3"> 22 <package name="ucsc_tools" version="0.1">
17 <install version="1.0"> 23 <install version="1.0">
18 <actions> 24 <actions>
19 <action type="shell_command">git clone --recursive https://github.com/taoliu/MACS.git</action> 25 <action type="download_binary">
20 <!-- Galaxy tries to change automatically to the directory "macs2" (name of the package). 26 <url_template architecture="x86_64" os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bedGraphToBigWig</url_template>
21 But we need to change to MACS. Go one level back and enter MACS --> 27 <url_template architecture="i686" os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bedGraphToBigWig</url_template>
22 <action type="change_directory">../MACS</action> 28 <url_template architecture="i386" os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bedGraphToBigWig</url_template>
23 <action type="shell_command">git checkout 7ccb571d2f2dcb5be1d75f323b1d17a59b926deb</action> 29 <url_template architecture="x86_64" os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/bedGraphToBigWig</url_template>
24 <action type="shell_command">git submodule update --recursive</action> 30 </action>
31 <action type="chmod">
32 <file mode="755">$INSTALL_DIR/bedGraphToBigWig</file>
33 </action>
34 <action type="download_binary">
35 <url_template architecture="x86_64" os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bigWigInfo</url_template>
36 <url_template architecture="i686" os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigInfo</url_template>
37 <url_template architecture="i386" os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigInfo</url_template>
38 <url_template architecture="x86_64" os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/bigWigInfo</url_template>
39 </action>
40 <action type="chmod">
41 <file mode="755">$INSTALL_DIR/bigWigInfo</file>
42 </action>
43 <action type="download_binary">
44 <url_template architecture="x86_64" os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bigWigToBedGraph</url_template>
45 <url_template architecture="i686" os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigToBedGraph</url_template>
46 <url_template architecture="i386" os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigToBedGraph</url_template>
47 <url_template architecture="x86_64" os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/bigWigToBedGraph</url_template>
48 </action>
49 <action type="chmod">
50 <file mode="755">$INSTALL_DIR/bigWigToBedGraph</file>
51 </action>
52 <action type="set_environment">
53 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
54 </action>
55 </actions>
56 </install>
57 <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>
58 </package>
25 59
60 <package name="deepTools" version="1.5.4_3268f7e1458f3a520ab6fea3039971ee9d7a6d5b">
61 <install version="1.0">
62 <actions>
63 <action type="shell_command">git clone --recursive https://github.com/fidelram/deepTools.git</action>
64 <!-- populate the environment variables from the dependend repos -->
26 <action type="set_environment_for_install"> 65 <action type="set_environment_for_install">
66 <repository changeset_revision="240d1ad9f207" name="package_pysam_0_7_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
67 <package name="pysam" version="0.7.7" />
68 </repository>
69 <repository changeset_revision="5457e32b427c" name="package_bx_python_12_2013" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
70 <package name="bx-python" version="12-2013" />
71 </repository>
27 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> 72 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
28 <package name="numpy" version="1.7.1" /> 73 <package name="numpy" version="1.7.1" />
74 </repository>
75 <repository changeset_revision="966f29c955b9" name="package_matplotlib_1_2" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
76 <package name="matplotlib" version="1.2.1" />
29 </repository> 77 </repository>
30 <repository changeset_revision="4b2ef8519550" name="package_scipy_0_12" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> 78 <repository changeset_revision="4b2ef8519550" name="package_scipy_0_12" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
31 <package name="scipy" version="0.12.0" /> 79 <package name="scipy" version="0.12.0" />
32 </repository> 80 </repository>
33 </action> 81 </action>
82 <action type="shell_command">git reset --hard 3268f7e1458f3a520ab6fea3039971ee9d7a6d5b</action>
34 <action type="make_directory">$INSTALL_DIR/lib/python</action> 83 <action type="make_directory">$INSTALL_DIR/lib/python</action>
35 <action type="shell_command"> 84 <action type="shell_command">
36 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; 85 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
37 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin 86 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
38 </action> 87 </action>
39 <action type="set_environment"> 88 <action type="set_environment">
40 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
41 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>
42 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable>
43 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 89 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
44 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_SCIPY]</environment_variable> 90 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
45 <environment_variable action="set_to" name="PYTHONPATH_MACS2">$INSTALL_DIR/lib/python</environment_variable> 91 <!-- disable the config file of deepTools -->
46 </action> 92 <environment_variable action="set_to" name="DEEP_TOOLS_NO_CONFIG">TRUE</environment_variable>
47 </actions> 93 </action>
48 </install> 94 </actions>
49 <readme>Macs2 installation instructions. MACS2 can be found at https://github.com/taoliu/MACS</readme> 95 </install>
50 </package> 96 <readme>
97 Installation of deepTools from Fidel Ramirez.
98 https://github.com/fidelram/deepTools
99 </readme>
100 </package>
51 </tool_dependency> 101 </tool_dependency>