-
Notifications
You must be signed in to change notification settings - Fork 1
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
RuntimeWarining: invalid value encountered in divide #4
Comments
Same problem.
Note that the error changes slightly compared to v1.2.1 (above) versus the current repo (below):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I was trying to use Bookend to polish the 5UTR annotation of a current annotation file. I did bookend elr and bookend assemble, using default parameters. I encountered this warning message as below:
python3.8/site-packages/numpy/core/fromnumeric.py:3464: RuntimeWarning: Mean of empty slice.
return _methods._mean(a, axis=axis, dtype=dtype,
python3.8/site-packages/numpy/core/_methods.py:192: RuntimeWarning: invalid value encountered in divide
ret = ret.dtype.type(ret / rcount)
It seems the program stopped running when encountered this issue, as there were only 7 assembled transcripts written to bookend_assembly.gtf. Can you help me with this problem? Thank you!
The text was updated successfully, but these errors were encountered: