comparison tool_dependencies.xml @ 15:351cd1f8791b draft

Uploaded
author bgruening
date Thu, 28 Nov 2013 12:58:28 -0500
parents b0d64a9930d6
children 32bb3debd588
comparison
equal deleted inserted replaced
14:b0d64a9930d6 15:351cd1f8791b
10 <repository changeset_revision="966f29c955b9" name="package_matplotlib_1_2" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 10 <repository changeset_revision="966f29c955b9" name="package_matplotlib_1_2" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" />
11 </package> 11 </package>
12 <package name="scipy" version="0.12.0"> 12 <package name="scipy" version="0.12.0">
13 <repository changeset_revision="3c1bf479158c" name="package_scipy_0_12" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 13 <repository changeset_revision="3c1bf479158c" name="package_scipy_0_12" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" />
14 </package> 14 </package>
15 <package name="pysam" version="0.7.6"> 15 <package name="pysam" version="0.7.7">
16 <repository changeset_revision="247e5e5bee87" name="package_pysam_0_7_6" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 16 <repository changeset_revision="240d1ad9f207" name="package_pysam_0_7_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" />
17 </package> 17 </package>
18 18
19 <package name="ucsc_tools" version="0.1"> 19 <package name="ucsc_tools" version="0.1">
20 <install version="1.0"> 20 <install version="1.0">
21 <actions> 21 <actions>
52 </actions> 52 </actions>
53 </install> 53 </install>
54 <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> 54 <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>
55 </package> 55 </package>
56 56
57 <package name="deepTools" version="1.5.1_91b873c095bb4ca44da99e57d8b49784508aa98b"> 57 <package name="deepTools" version="1.5.1_323fa6bf083c9d40e5092a6364a4ab8fee57507a">
58 <install version="1.0"> 58 <install version="1.0">
59 <actions> 59 <actions>
60 <!-- populate the environment variables from the dependend repos --> 60 <!-- populate the environment variables from the dependend repos -->
61 <action type="set_environment_for_install"> 61 <action type="set_environment_for_install">
62 <repository changeset_revision="a4e35f23093f" name="package_pysam_0_7_5" owner="fubar" toolshed="http://testtoolshed.g2.bx.psu.edu"> 62 <repository changeset_revision="240d1ad9f207" name="package_pysam_0_7_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
63 <package name="pysam" version="0.7.5" /> 63 <package name="pysam" version="0.7.7" />
64 </repository> 64 </repository>
65 </action> 65 </action>
66 <action type="shell_command">git clone --recursive https://github.com/fidelram/deepTools.git</action> 66 <action type="shell_command">git clone --recursive https://github.com/fidelram/deepTools.git</action>
67 <action type="shell_command">git reset --hard 91b873c095bb4ca44da99e57d8b49784508aa98b</action> 67 <action type="shell_command">git reset --hard 323fa6bf083c9d40e5092a6364a4ab8fee57507a</action>
68 <action type="make_directory">$INSTALL_DIR/lib/python</action> 68 <action type="make_directory">$INSTALL_DIR/lib/python</action>
69 <action type="shell_command"> 69 <action type="shell_command">
70 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; 70 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
71 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin 71 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
72 </action> 72 </action>
73 73
74 <action type="set_environment"> 74 <action type="set_environment">
75 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 75 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
76 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> 76 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
77 <!-- disable the config file of deepTools --> 77 <!-- disable the config file of deepTools -->
78 <environment_variable action="set_to" name="DEEP_TOOLS_NO_CONFIG">TRUE</environment_variable> 78 <environment_variable action="set_to" name="DEEP_TOOLS_NO_CONFIG">TRUE</environment_variable>
79 </action> 79 </action>
80 </actions> 80 </actions>
81 </install> 81 </install>