-
Notifications
You must be signed in to change notification settings - Fork 22
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
ipdSummary: UnboundLocalError: local variable 'mods' referenced before assignment #77
Comments
Yeah, I suspect it's ending up with an uninitialized variable because of insufficient coverage, but still a bug in any case. I'll take a look. |
Quick suggestion here: The standard deviation can only be computed if coverage >= 3 |
@GDelevoye that doesn't explain why I get the error when using |
@nick-youngblut Looks like the |
@nick-youngblut Try this patch:
That's in the file |
I am running ipdSummary as such:
and am getting the following uninformative error:
I've installed ipdSummary via:
The amount of input sequence data is fairly low, which might be causing the error, but still, the error should then be more informative if that is the case.
The text was updated successfully, but these errors were encountered: