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

counts_rpkm in chapter 1 doesn't work with 32-bit NumPy builds #322

Open
jni opened this issue Nov 28, 2017 · 0 comments
Open

counts_rpkm in chapter 1 doesn't work with 32-bit NumPy builds #322

jni opened this issue Nov 28, 2017 · 0 comments

Comments

@jni
Copy link
Collaborator

jni commented Nov 28, 2017

For some reason, NumPy's default dtypes in Windows conda-forge builds is int32/float32. This causes an overflow error in the RPKM computation in Chapter 1. We should add a note that they might need to add .astype(int64) to the N and L assignments.

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

1 participant