Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support data w/o control in MACS2 [Orig Title:NameError: poisson_cdf] #2

Closed
nstong opened this issue Jul 6, 2011 · 3 comments
Closed
Assignees

Comments

@nstong
Copy link

nstong commented Jul 6, 2011

Getting this error, not getting a cdf from the right place?

Traceback (most recent call last):
File "/usr/local/bin/macs2", line 354, in
main()
File "/usr/local/bin/macs2", line 171, in main
peakdetect.call_peaks()
File "cPeakDetect.pyx", line 83, in MACS2.cPeakDetect.PeakDetect.call_peaks (MACS2/cPeakDetect.c:1266)
File "cPeakDetect.pyx", line 316, in MACS2.cPeakDetect.PeakDetect.__call_peaks_wo_control (MACS2/cPeakDetect.c:4306)
File "cBedGraph.pyx", line 486, in MACS2.IO.cBedGraph.bedGraphTrackI.apply_func (MACS2/IO/cBedGraph.c:6431)
File "cPeakDetect.pyx", line 316, in MACS2.cPeakDetect.__call_peaks_wo_control.lambda6 (MACS2/cPeakDetect.c:3835)
NameError: poisson_cdf

@taoliu
Copy link
Contributor

taoliu commented Jul 6, 2011

Hi,

Is it the recent 2.0.4 version from github?

You may need to clean ALL old codes from your server. Try to delete /usr/local/bin/macs2 and /usr/local/lib/python2.6/site-packages/MACS2 ( depends on your system) and delete the source code directory, re-checkout codes from github and install it again.

HTH,
Tao

@taoliu
Copy link
Contributor

taoliu commented Jul 6, 2011

Oh... You are running it w/o control? I haven't completed the functions w/o control data... Maybe next alpha version. Current MACS2 are not mature in every situation...

Sorry about that!

Tao

@nstong
Copy link
Author

nstong commented Jul 6, 2011

Yes I am. Thanks for clearing that up and for the quick response.

On Wed, Jul 6, 2011 at 3:54 PM, taoliu <
reply@reply.github.com>wrote:

Oh... You are running it w/o control? I haven't completed the functions w/o
control data... Maybe next alpha version. Current MACS2 are not mature in
every situation...

Sorry about that!

Tao

Reply to this email directly or view it on GitHub:
#2 (comment)

Nick Stong
PhD Candidate
Genomics and Computational Biology

Riethman Lab
The Wistar Institute

@ghost ghost assigned taoliu Jul 6, 2011
@nstong nstong closed this as completed Jul 7, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants