Skip to content

bug in graphical models(hmm) #3

@dridon

Description

@dridon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions