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

Allow uint32 & uint64 for Start & End positions? #55

Open
jeanmonet opened this issue Sep 25, 2024 · 0 comments
Open

Allow uint32 & uint64 for Start & End positions? #55

jeanmonet opened this issue Sep 25, 2024 · 0 comments

Comments

@jeanmonet
Copy link

Hi, is there any reason not to allow uint32 & uint64, otherwise can we enable compatibility?

File anaconda/envs/bio12/lib/python3.12/site-packages/ncls/__init__.py:20, in NCLS(starts, ends, ids)
     [18](anaconda/envs/bio12/lib/python3.12/site-packages/ncls/__init__.py:18)     return NCLS32(starts.astype(np.int32), ends.astype(np.int32), ids)
     [19](anaconda/envs/bio12/lib/python3.12/site-packages/ncls/__init__.py:19) else:
---> [20](anaconda/envs/bio12/lib/python3.12/site-packages/ncls/__init__.py:20)     raise Exception("Starts/Ends not int64 or int32: " + str(starts.dtype))

Exception: Starts/Ends not int64 or int32: uint32
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