0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
1
|
3 <package name="python_xlsxwriter" version="0.8.4">
|
0
|
4 <install version="1.0">
|
|
5 <actions>
|
1
|
6 <action type="download_by_url">https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-0.8.4.tar.gz</action>
|
0
|
7 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
8 <action type="shell_command">
|
|
9 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
|
|
10 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
|
|
11 </action>
|
|
12 <action type="set_environment">
|
|
13 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
15 </action>
|
|
16 </actions>
|
|
17 </install>
|
1
|
18 <readme>Installs Python module XlsxWriter 0.8.4</readme>
|
0
|
19 </package>
|
1
|
20 <package name="rnachipintegrator" version="1.0.0">
|
0
|
21 <install version="1.0">
|
|
22 <actions>
|
1
|
23 <action type="download_by_url">https://pypi.python.org/packages/source/R/RnaChipIntegrator/RnaChipIntegrator-1.0.0.tar.gz</action>
|
0
|
24 <action type="shell_command">
|
1
|
25 pip install --no-use-wheel --install-option "--prefix=$INSTALL_DIR" .
|
0
|
26 </action>
|
|
27 <action type="set_environment">
|
1
|
28 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
29 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable>
|
0
|
30 </action>
|
|
31 </actions>
|
|
32 </install>
|
1
|
33 <readme>Installs RnaChipIntegrator 1.0.0 from PyPI</readme>
|
0
|
34 </package>
|
|
35 </tool_dependency>
|