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

UrQt crashing with message "terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::at" #4

Open
a-kroh opened this issue Sep 6, 2018 · 1 comment

Comments

@a-kroh
Copy link

a-kroh commented Sep 6, 2018

When using UrQT to trim paired-end fastq-files the program crashed and I received the following error:

terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::at

Turned out the problem was that there were some empty lines at the end of the fastq-files that caused this error. Removed them with vim and ran UrQt again w/o encountering a problem. Thought that others might run into this issue as well, which is why I report it here.
Maybe this could be addressed in a future versions.

@l-modolo
Copy link
Owner

l-modolo commented Sep 6, 2018

Hi, @a-kroh

Thank you for your interest in UrQt. I am aware of this problem and giving it the right error message is on my to-do list.

I will close this issue when it’s done. Meanwhile, I hope it will help others who encounter this problem.

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