Mercurial > repos > iuc > package_macs2_2_1_0
annotate tool_dependencies.xml @ 6:ff467e6b2a11 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_macs2_2_1_0 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
| author | iuc |
|---|---|
| date | Fri, 09 Oct 2015 05:21:39 -0400 |
| parents | aa9a6f914bd5 |
| children | 88853ce35531 |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 1 | 3 <package name="numpy" version="1.7.1"> |
|
6
ff467e6b2a11
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_macs2_2_1_0 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
iuc
parents:
5
diff
changeset
|
4 <repository changeset_revision="5c489d2d630b" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 5 </package> |
| 6 <package name="scipy" version="0.12.0"> | |
|
5
aa9a6f914bd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_macs2_2_1_0 commit 45a64d82dfada34d826be98a1f7a0657f9148d59
iuc
parents:
4
diff
changeset
|
7 <repository changeset_revision="0d5ee829daaa" name="package_scipy_0_12" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 8 </package> |
| 9 <!-- 2.1.0.20140616 --> | |
| 10 <package name="macs2" version="2.1.0"> | |
| 1 | 11 <install version="1.0"> |
| 12 <actions> | |
| 13 <action type="download_by_url">https://pypi.python.org/packages/source/M/MACS2/MACS2-2.1.0.20140616.tar.gz</action> | |
| 14 | |
| 0 | 15 <action type="set_environment_for_install"> |
|
6
ff467e6b2a11
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_macs2_2_1_0 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
iuc
parents:
5
diff
changeset
|
16 <repository changeset_revision="5c489d2d630b" name="package_numpy_1_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 1 | 17 <package name="numpy" version="1.7.1" /> |
| 0 | 18 </repository> |
|
5
aa9a6f914bd5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_macs2_2_1_0 commit 45a64d82dfada34d826be98a1f7a0657f9148d59
iuc
parents:
4
diff
changeset
|
19 <repository changeset_revision="0d5ee829daaa" name="package_scipy_0_12" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 1 | 20 <package name="scipy" version="0.12.0" /> |
| 0 | 21 </repository> |
| 22 </action> | |
| 23 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
| 24 <!-- exporting the CFLAGS and CPPFLAGS are due to http://stackoverflow.com/questions/22313407/clang-error-unknown-argument-mno-fused-madd-python-package-installation-fa --> | |
| 25 <action type="shell_command"> | |
| 26 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
| 27 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | |
| 28 </action> | |
| 29 <action type="set_environment"> | |
| 1 | 30 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
| 0 | 31 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> |
| 32 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | |
| 33 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 34 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_SCIPY]</environment_variable> | |
| 35 <environment_variable action="set_to" name="PYTHONPATH_MACS2">$INSTALL_DIR/lib/python</environment_variable> | |
| 1 | 36 </action> |
| 0 | 37 </actions> |
| 38 </install> | |
| 39 <readme>Macs2 installation instructions. MACS2 can be found at https://github.com/taoliu/MACS</readme> | |
| 40 </package> | |
| 41 </tool_dependency> |
