|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="numpy" version="1.7.1">
|
|
|
4 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
5 </package>
|
|
|
6 <package name="matplotlib" version="1.2.1">
|
|
|
7 <repository changeset_revision="85b7ddf90888" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
8 </package>
|
|
|
9 <package name="htseq" version="0.6.1">
|
|
|
10 <install version="1.0">
|
|
|
11 <actions>
|
|
|
12 <action type="download_by_url">https://pypi.python.org/packages/source/H/HTSeq/HTSeq-0.6.1.tar.gz</action>
|
|
|
13
|
|
|
14 <action type="set_environment_for_install">
|
|
|
15 <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
|
16 <package name="numpy" version="1.7.1" />
|
|
|
17 </repository>
|
|
|
18 <repository changeset_revision="85b7ddf90888" name="package_matplotlib_1_2" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
|
19 <package name="matplotlib" version="1.2.1" />
|
|
|
20 </repository>
|
|
|
21 </action>
|
|
|
22
|
|
|
23 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
|
24 <action type="shell_command">
|
|
|
25 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
|
|
|
26 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
|
|
|
27 <action type="set_environment">
|
|
|
28 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
|
29 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
|
30 <environment_variable action="set_to" name="HTSEQ_ROOT_PATH">$INSTALL_DIR</environment_variable>
|
|
|
31 </action>
|
|
|
32 </actions>
|
|
|
33 </install>
|
|
|
34 <readme>
|
|
|
35 Installation of htseq. The installation can be accessed via HTSEQ_ROOT_PATH.
|
|
|
36 https://pypi.python.org/pypi/HTSeq
|
|
|
37 </readme>
|
|
|
38 </package>
|
|
|
39 </tool_dependency>
|