NVlabs / nvbio

NVBIO is a library of reusable components designed to accelerate bioinformatics applications using CUDA.
BSD 3-Clause "New" or "Revised" License
206 stars 50 forks source link

protein alignment example results do not come out correct #38

Open mgawan opened 4 years ago

mgawan commented 4 years ago

using the protein alignment example in examples folder on pairs of proteins does not give correct results. The results were matched against the stripped smith-waterman library here (https://github.com/mengyao/complete-striped-smith-waterman-library). Debugging efforts revealed that scoring.substitute function does not return correct match/mismatch scores when called inside the kernel.