Home
last modified time | relevance | path

Searched refs:prod_bsh (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/alnmgr/
H A Dscore_builder_base.cpp142 CBioseq_Handle prod_bsh = scope.GetBioseqHandle(align.GetSeq_id(0)); in s_GetSplicedSegIdentityMismatch() local
144 if ( !prod_bsh || !genomic_bsh ) { in s_GetSplicedSegIdentityMismatch()
151 CSeqVector prod(prod_bsh, CBioseq_Handle::eCoding_Iupac); in s_GetSplicedSegIdentityMismatch()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/alnmgr/
H A Dscore_builder_base.cpp142 CBioseq_Handle prod_bsh = scope.GetBioseqHandle(align.GetSeq_id(0)); in s_GetSplicedSegIdentityMismatch() local
144 if ( !prod_bsh || !genomic_bsh ) { in s_GetSplicedSegIdentityMismatch()
151 CSeqVector prod(prod_bsh, CBioseq_Handle::eCoding_Iupac); in s_GetSplicedSegIdentityMismatch()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/hgvs/
H A Dobjcoords.cpp401 CBioseq_Handle prod_bsh = in x_SetSequence() local
403 CSeqVector prod_vec(prod_bsh, CBioseq_Handle::eCoding_Iupac, in x_SetSequence()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/sequence/
H A Dgene_model.cpp2792 CBioseq_Handle prod_bsh = m_scope->GetBioseqHandle(*feat.GetProduct().GetId()); in x_HandleRnaExceptions() local
2793 if ( !prod_bsh ) { in x_HandleRnaExceptions()
2800 if (loc_len > prod_bsh.GetBioseqLength()) { in x_HandleRnaExceptions()
2875 max_align_len = prod_bsh.GetBioseqLength(); in x_HandleRnaExceptions()
2902 CSeqVector rna_vec(prod_bsh, in x_HandleRnaExceptions()