# HG changeset patch # User yhoogstrate # Date 1447362462 18000 # Node ID dbe83f5bef405c93b48a41a8dc6d8299e7d2f01b # Parent bbc4d67d6a37b5e116a29441b82426478bfdf6ac planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 2a0f8a26551929e52f6aea1d109b8a3bda81af8b-dirty diff -r bbc4d67d6a37 -r dbe83f5bef40 tool_dependencies.xml --- a/tool_dependencies.xml Thu Nov 12 09:06:02 2015 -0500 +++ b/tool_dependencies.xml Thu Nov 12 16:07:42 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)) &&