-
Notifications
You must be signed in to change notification settings - Fork 24
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
wellington_bootstrap.py finishes with empty files #37
Comments
I have the same problem. The output files are empty even when I set |
Here is what's happening. The footprints method of the Diffwel class performs a division when creating coordinates for GenomicIntervalSet object (line 74 in wellington_bootstrap.py) .
This works fine in python2 as it automagically casts the result as The way to fix it is to add an explicit
PS I might be wrong here as the exception message mentions numpy.float64, so it might be a numpy version issue rather than python2/python3. |
I'm hoping #39 will have fixed this. I am working on a new release... |
Hello,
I recently attempted differential footprinting for the first time with wellington_bootstrap.py. After running the output files were completely empty. There were no errors raised during the run.
Is this simply because there are no differential footprints that pass the default FDR threshold? This was run on approximately 156,000 peak regions so I was thinking it would find something.
Thanks in advance for any help.
The text was updated successfully, but these errors were encountered: