Mercurial > repos > yhoogstrate > package_crossmap_0_2
changeset 27:e27cb520fa92 draft default tip
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed-dirty
| author | yhoogstrate |
|---|---|
| date | Thu, 12 Nov 2015 15:51:15 -0500 |
| parents | 58c2f3e6f23a |
| children | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Nov 12 09:03:14 2015 -0500 +++ b/tool_dependencies.xml Thu Nov 12 15:51:15 2015 -0500 @@ -38,9 +38,14 @@ Using - - root places the installation in: $INSTALL_DIR / (python path dir) / + + + The setuptools shipped with galaxy's python version crashes if + a setuptools installation contains a setup_requires tag --> <action type="shell_command"> sed -i.bak -r "s/numpy.(sum|nan_to_num)+/np.\1/" "bin/CrossMap.py" ; + sed -i.bak -r "s/setup_requires/#setup_requires/" "setup.py" ; python setup.py install --root $INSTALL_DIR && export SUB_DIR=$(dirname $(which python)) &&
