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

str::out_of_range #106

Open
mvcakir opened this issue May 10, 2021 · 2 comments
Open

str::out_of_range #106

mvcakir opened this issue May 10, 2021 · 2 comments

Comments

@mvcakir
Copy link

mvcakir commented May 10, 2021

For some samples I have this error. I don't know the reason and how to fix it. Here is the error message:

terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::substr: __pos (which is 145) > this->size() (which is 105)

@nainai77
Copy link

Excuse me, have you solved it? I also encountered this problem.

@mvcakir
Copy link
Author

mvcakir commented Sep 4, 2023

It's been a long time and I'm not working with the tool anymore but as far as I remember I solved the issue by filtering out the shorter reads ( like shorter than 50 bp or so depending on your data ). I'm not sure why they are related or why this problem happens.

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