comparison tool_dependencies.xml @ 44:b71da02aa36a draft

Uploaded
author fubar
date Thu, 21 Nov 2013 17:43:35 -0500
parents 390cb852aae7
children 19207379d4cf
comparison
equal deleted inserted replaced
43:390cb852aae7 44:b71da02aa36a
13 <repository changeset_revision="966f29c955b9" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> 13 <repository changeset_revision="966f29c955b9" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
14 </package> 14 </package>
15 <package name="htseq" version="0.5.4p3"> 15 <package name="htseq" version="0.5.4p3">
16 <install version="1.0"> 16 <install version="1.0">
17 <actions> 17 <actions>
18 <action type="make_directory">$INSTALL_DIR/lib/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise -->
19 <action type="make_directory">$INSTALL_DIR/lib64/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise -->
18 <action type="set_environment_for_install"> 20 <action type="set_environment_for_install">
19 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> 21 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
20 <package name="numpy" version="1.7" /> 22 <package name="numpy" version="1.7" />
21 </repository> 23 </repository>
22 <repository changeset_revision="247e5e5bee87" name="package_pysam_0_7_6" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> 24 <repository changeset_revision="247e5e5bee87" name="package_pysam_0_7_6" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
28 <repository changeset_revision="966f29c955b9" name="package_matplotlib_1_2" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu/"> 30 <repository changeset_revision="966f29c955b9" name="package_matplotlib_1_2" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu/">
29 <package name="matplotlib" version="1.2" /> 31 <package name="matplotlib" version="1.2" />
30 </repository> 32 </repository>
31 </action> 33 </action>
32 <action type="download_by_url">https://pypi.python.org/packages/source/H/HTSeq/HTSeq-0.5.4p3.tar.gz</action> 34 <action type="download_by_url">https://pypi.python.org/packages/source/H/HTSeq/HTSeq-0.5.4p3.tar.gz</action>
33 <action type="make_directory">$INSTALL_DIR/lib/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise -->
34 <action type="make_directory">$INSTALL_DIR/lib64/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise -->
35 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python &amp;&amp; python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> 35 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python &amp;&amp; python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
36 <action type="set_environment"> 36 <action type="set_environment">
37 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable> 37 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable>
38 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 38 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
39 </action> 39 </action>