MrBayes icon indicating copy to clipboard operation
MrBayes copied to clipboard

Add better error message when failing to read large files.

Open nylander opened this issue 5 years ago • 0 comments

Trying to read large files (with very long lines, see issue #109), the user sees the error message "Maximum allowed length of a token is 99990".

It would be more helpful to give a more informative error message, perhaps also saying that a workaround is to use an interleaved format (or even apply line breaks in the sequence?).

Another alternative is to actually programmatically address the hard limit on "max length of a token".

This issue could possibly be coupled with issue #67.

nylander avatar Jun 20 '19 13:06 nylander