noporpoise / seq-align

Fast, portable C implementations of Needleman-Wunsch and Smith-Waterman sequence alignment
94 stars 39 forks source link

Error in static char _scoring_check_wildcards() #3

Closed LavaSlider closed 9 years ago

LavaSlider commented 9 years ago

Line 68 in alignment_scoring.c uses 'a2' but it should probably use a 'b2' variable set to the value of 'b'.

noporpoise commented 9 years ago

Hi @LavaSlider I've just fixed this issue. Thanks for reporting. Isaac

LavaSlider commented 9 years ago

You're welcome... that's the power of open source!!

On 3/16/15 4:51 AM, Isaac Turner wrote:

Hi @LavaSlider https://github.com/LavaSlider I've just fixed this issue. Thanks for reporting. Isaac

— Reply to this email directly or view it on GitHub https://github.com/noporpoise/seq-align/issues/3#issuecomment-81510602.