# HG changeset patch # User yhoogstrate # Date 1447361475 18000 # Node ID e27cb520fa9219f4cc73e61087f76abd4181cc09 # Parent 58c2f3e6f23a3f0d1fa876374ccdb968db8522cf planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit dc4deb40aeefdf8b20f496626fe0ba28cbe248ed-dirty diff -r 58c2f3e6f23a -r e27cb520fa92 tool_dependencies.xml --- 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 --> 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)) &&