comparison tool_dependencies.xml @ 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
comparison
equal deleted inserted replaced
26:58c2f3e6f23a 27:e27cb520fa92
36 <!-- If CrossMap is installed with - - home or - - prefix 36 <!-- If CrossMap is installed with - - home or - - prefix
37 it often crashes with a 'write-test' error 37 it often crashes with a 'write-test' error
38 38
39 Using - - root places the installation in: 39 Using - - root places the installation in:
40 $INSTALL_DIR / (python path dir) / 40 $INSTALL_DIR / (python path dir) /
41
42
43 The setuptools shipped with galaxy's python version crashes if
44 a setuptools installation contains a setup_requires tag
41 --> 45 -->
42 <action type="shell_command"> 46 <action type="shell_command">
43 sed -i.bak -r "s/numpy.(sum|nan_to_num)+/np.\1/" "bin/CrossMap.py" ; 47 sed -i.bak -r "s/numpy.(sum|nan_to_num)+/np.\1/" "bin/CrossMap.py" ;
48 sed -i.bak -r "s/setup_requires/#setup_requires/" "setup.py" ;
44 49
45 python setup.py install --root $INSTALL_DIR &amp;&amp; 50 python setup.py install --root $INSTALL_DIR &amp;&amp;
46 export SUB_DIR=$(dirname $(which python)) &amp;&amp; 51 export SUB_DIR=$(dirname $(which python)) &amp;&amp;
47 mv $INSTALL_DIR$SUB_DIR/../lib $INSTALL_DIR/lib &amp;&amp; 52 mv $INSTALL_DIR$SUB_DIR/../lib $INSTALL_DIR/lib &amp;&amp;
48 mv $INSTALL_DIR$SUB_DIR $INSTALL_DIR/bin 53 mv $INSTALL_DIR$SUB_DIR $INSTALL_DIR/bin