torognes / swipe

Smith-Waterman database searches with inter-sequence SIMD parallelisation
GNU Affero General Public License v3.0
58 stars 21 forks source link

some database functions return incorrect length #27

Open tolot27 opened 10 years ago

tolot27 commented 10 years ago

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.