You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: