comparison tool_dependencies.xml @ 3:8ec1bf2ae8a9 draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3d756e33e5a551c55cfb91fd95785ce102a8c41f-dirty
author yhoogstrate
date Wed, 26 Aug 2015 10:57:21 -0400
parents 84b0390c3868
children ef54bc5a5347
comparison
equal deleted inserted replaced
2:84b0390c3868 3:8ec1bf2ae8a9
24 24
25 <!-- CrossMap doesn't pick up the correct Cython path. 25 <!-- CrossMap doesn't pick up the correct Cython path.
26 Therefore install it with a manual shell_command instead 26 Therefore install it with a manual shell_command instead
27 of <package></package> inside a pyton_env. --> 27 of <package></package> inside a pyton_env. -->
28 <action type="shell_command"> 28 <action type="shell_command">
29 sed -i.bak -r 's/numpy.(sum|nan_to_num)+/np.\1(sig_list)/' bin/CrossMap.py &amp;&amp;<!-- bigwig fix, unpatched in 0.2 --> 29 sed -i.bak -r "s/numpy.(sum|nan_to_num)+/np.\1(sig_list)/" "bin/CrossMap.py" ;
30 30
31 export PYTHONPATH="$CYTHON_PATH/lib/python/Cython-0.20.1-py2.7-linux-x86_64.egg:$PYTHONPATH" &amp;&amp; 31 export PYTHONPATH="$CYTHON_PATH/lib/python/Cython-0.20.1-py2.7-linux-x86_64.egg:$PYTHONPATH" &amp;&amp;
32 32
33 python setup.py install --root $INSTALL_DIR 33 python setup.py install --root $INSTALL_DIR
34 </action> 34 </action>