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
Especially db_getsequence returns the true sequence length + 1. That is compensated in all referencing functions by a substraction of -1 but should be corrected in the function itself.
Other functions like get_header also returns a much greater length than expected.
The text was updated successfully, but these errors were encountered:
Especially
db_getsequence
returns the true sequence length + 1. That is compensated in all referencing functions by a substraction of -1 but should be corrected in the function itself.Other functions like
get_header
also returns a much greater length than expected.The text was updated successfully, but these errors were encountered: