Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in graphical models(hmm) #3

Open
dridon opened this issue Apr 26, 2014 · 0 comments
Open

bug in graphical models(hmm) #3

dridon opened this issue Apr 26, 2014 · 0 comments

Comments

@dridon
Copy link

dridon commented Apr 26, 2014

In main_bwa_hmm.c lines 871 and 872 we have an uppercase 'N' as the first argument:
mat_vec_mul( 'N', nstates, nsymbols, b_d, nstates,
ones_s_d, 0, c_d, 0);

but mat_vec_mul ignores all arguments other than 'n' and 't' on line 339 of the same file.

I don't get consistent results between runs with "-v n -n 60" unless I change it to 'n'. I think the change yields the proper results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant