Now, there is something interesting--I reinstall the macs2. But I think /usr/bin/macs2 is installed previous.
>/usr/bin/macs2 callpeak ....... run successfully
>macs2 callpeak ...... error
Traceback (most recent call last):
File "/usr/local/bin/macs2", line 5, in <module>
pkg_resources.run_script('MACS2==2.1.0.20140616', 'macs2')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1394, in run_script
execfile(script_filename, namespace, namespace)
File "/usr/local/lib/python2.7/dist-packages/MACS2-2.1.0.20140616-py2.7-linux-x86_64.egg/EGG-INFO/scripts/macs2", line 559, in <module>
main()
File "/usr/local/lib/python2.7/dist-packages/MACS2-2.1.0.20140616-py2.7-linux-x86_64.egg/EGG-INFO/scripts/macs2", line 55, in main
from MACS2.callpeak import run
ImportError: No module named callpeak
I don't how to set the python environment. Please help me. thanx.
在 2014年10月27日星期一UTC+8下午6时26分26秒,Akira Takenaka写道: