comparison tool_dependencies.xml @ 10:135f3bae5c56 draft

Uploaded
author bgruening
date Sat, 14 Dec 2013 03:29:29 -0500
parents c53a73b8eef9
children b4c5dd45778a
comparison
equal deleted inserted replaced
9:c53a73b8eef9 10:135f3bae5c56
2 <tool_dependency> 2 <tool_dependency>
3 <package name="samtools" version="0.1.19"> 3 <package name="samtools" version="0.1.19">
4 <repository changeset_revision="00e17a794a2e" name="package_samtools_0_1_19" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="00e17a794a2e" name="package_samtools_0_1_19" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6 <package name="numpy" version="1.7.1"> 6 <package name="numpy" version="1.7.1">
7 <repository changeset_revision="796c0081adad" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> 7 <repository changeset_revision="ef12a3a11d5b" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
8 </package> 8 </package>
9 <package name="matplotlib" version="1.2.1"> 9 <package name="matplotlib" version="1.2.1">
10 <repository changeset_revision="9d164359606b" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> 10 <repository changeset_revision="dceff6072512" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.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="d277bf006c3e" name="package_scipy_0_12" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> 13 <repository changeset_revision="984d208b0808" name="package_scipy_0_12" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
14 </package> 14 </package>
15 <package name="pysam" version="0.7.7"> 15 <package name="pysam" version="0.7.7">
16 <repository changeset_revision="b62538c8c664" name="package_pysam_0_7_7" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> 16 <repository changeset_revision="b62538c8c664" name="package_pysam_0_7_7" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
17 </package> 17 </package>
18 <package name="bx-python" version="12-2013"> 18 <package name="bx-python" version="12-2013">
55 </actions> 55 </actions>
56 </install> 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> 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> 58 </package>
59 59
60 <package name="deepTools" version="1.5.4_fada41ab04f78c4c78d10c7a216e5c3160e8c36e"> 60 <package name="deepTools" version="1.5.4_6765c227d9628f8e6ba690e6fde7f1d86c497b49">
61 <install version="1.0"> 61 <install version="1.0">
62 <actions> 62 <actions>
63 <action type="shell_command">git clone --recursive https://github.com/fidelram/deepTools.git</action> 63 <action type="shell_command">git clone --recursive https://github.com/fidelram/deepTools.git</action>
64 <!-- populate the environment variables from the dependend repos --> 64 <!-- populate the environment variables from the dependend repos -->
65 <action type="set_environment_for_install"> 65 <action type="set_environment_for_install">
68 </repository> 68 </repository>
69 <repository changeset_revision="f938170835cc" name="package_bx_python_12_2013" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> 69 <repository changeset_revision="f938170835cc" name="package_bx_python_12_2013" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
70 <package name="bx-python" version="12-2013" /> 70 <package name="bx-python" version="12-2013" />
71 </repository> 71 </repository>
72 </action> 72 </action>
73 <action type="shell_command">git reset --hard fada41ab04f78c4c78d10c7a216e5c3160e8c36e</action> 73 <action type="shell_command">git reset --hard 6765c227d9628f8e6ba690e6fde7f1d86c497b49</action>
74 <action type="make_directory">$INSTALL_DIR/lib/python</action> 74 <action type="make_directory">$INSTALL_DIR/lib/python</action>
75 <action type="shell_command"> 75 <action type="shell_command">
76 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; 76 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
77 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin 77 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
78 </action> 78 </action>