-
Notifications
You must be signed in to change notification settings - Fork 19
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
Recursion error when multiprocessing.Pool.map bam file #20
Comments
Thank you again for making me aware of this. I had thought I fixed the recursion problem in 2.7, but it looks like I will have to take another look at it. Should have it fixed sometime tomorrow morning. |
Okay...ugh, that was painful. v0.9.1rc3 should fix the recursion error on Python 2.7 I had to rewrite the way py27 OrderedDict works, and add the |
Please keep up the good work |
Nevermind...now my build is failing on tuple comparisons |
Haha I'm glad to help! Really appreciate the speed at which you're fixing these errors. |
Finally done. v0.9.1rc4 has the newest release with recursion error corrections |
You're both doing a stellar job =] |
BTW, thanks @luizirber for the recommendation you gave to @olgabot to look at bamnostic. She is really using the package and helping me find the holes in it. |
v0.9.2 is out. This doesn't change anything of value except ensuring versioning matches that of PyPI and conda |
Great, thank you!
---
Olga Botvinnik, PhD
olgabotvinnik.com <http://www.olgabotvinnik.com>
…On Tue, Sep 18, 2018 at 12:57 PM Marcus D Sherman ***@***.***> wrote:
v0.9.2 <https://github.com/betteridiot/bamnostic/releases/tag/v0.9.2> is
out. This doesn't change anything of value except ensuring versioning
matches that of PyPI and conda
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAxNcAk5Ktq7Kg2-4ZnZsKYnn4YWeTdtks5ucVAXgaJpZM4Ws4af>
.
|
Describe the bug
Yet another bug to enjoy! This build is failing, but only for python 2.7.
To Reproduce
Steps to reproduce the behavior: Use multiprocessing (or pathos.multiprocessing, a lambda-friendly drop-in replacement for multiprocessing) to spawn multiple processes. Again, uses these bam files
Expected behavior
Expected to iterate over the alignments in the bam file without error.
Screenshots
Desktop (please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: