Skip to content

Commit 1a6a082

Browse files
Get viterbi score for bias filtering
1 parent a5061a5 commit 1a6a082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/p7_pipeline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ p7_pli_ExtendAndMergeORFs (P7_PIPELINE *pli, ESL_SQ_BLOCK *orf_block, ESL_SQ *dn
689689
p7_gmx_GrowTo(vgx, gm->M, curr_orf->n);
690690
p7_ReconfigLength(gm, curr_orf->n);
691691

692-
p7_GViterbi(curr_orf->dsq, curr_orf->n, gm, vgx, NULL);
692+
p7_GViterbi(curr_orf->dsq, curr_orf->n, gm, vgx, &vsc);
693693
p7_GTrace(curr_orf->dsq, curr_orf->n, gm, vgx, vtr);
694694
p7_trace_GetDomainCoords(vtr, 0, &i_coords, &j_coords, &k_coords, &m_coords);
695695

0 commit comments

Comments
 (0)