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

Fetch function can't identify numpy int #79

Open
Yuan2yuan2yuan opened this issue Apr 11, 2024 · 1 comment
Open

Fetch function can't identify numpy int #79

Yuan2yuan2yuan opened this issue Apr 11, 2024 · 1 comment

Comments

@Yuan2yuan2yuan
Copy link

Hi,
It seems that fasta.fetch can't recognize numpy int variables and will report an error.
SystemError: /tmp/build/80754af9/python-split_1631797238431/work/Objects/longobject.c:506: bad argument to internal function

@lmdu
Copy link
Owner

lmdu commented Apr 14, 2024

pyfastx could not parse numbers with numpy types. You can use int function to convert numpy int to python int.

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

2 participants