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

isoseq ERROR: stoi #742

Open
MitsuhikoP opened this issue Jan 29, 2025 · 1 comment
Open

isoseq ERROR: stoi #742

MitsuhikoP opened this issue Jan 29, 2025 · 1 comment

Comments

@MitsuhikoP
Copy link

I downloaded isoseq v4.2.0 via Bioconda. However, I got an error message.

isoseq collapse -j 4 test.bam flnc.bam out.gff
isoseq ERROR: stoi

I could use it in the previous version 4.0.0.
I got the same error message with pbindex.

Does this error depend on my environment?

@tbooth
Copy link

tbooth commented Feb 6, 2025

Same error here. Works on one system but fails on an almost identical system that has more RAM. My best guess is that the code is parsing /proc/meminfo (it definitely opens this file) and then falling over as one of the numbers is too big.

Not sure why it would need to look in that file rather than just calling sysinfo(2) - it's impossible to tell since everything is closed-source, despite having pages up on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants