Home
last modified time | relevance | path

Searched refs:nuc_bsp (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsqnutil2.c9938 BioseqPtr nuc_bsp; in StreamingReadBioseqSet() local
10062 if (nuc_bsp != NULL) { in StreamingReadBioseqSet()
10153 BioseqPtr nuc_bsp; in StreamingReadAny() local
10185 nuc_bsp = BioseqFree (nuc_bsp); in StreamingReadAny()
10203 BioseqPtr nuc_bsp; in StreamingReadSeqEntry() local
10220 if (nuc_bsp != NULL) { in StreamingReadSeqEntry()
10233 nuc_bsp = BioseqFree (nuc_bsp); in StreamingReadSeqEntry()
10246 BioseqPtr nuc_bsp; in StreamingReadSeqSubmit() local
10283 nuc_bsp = BioseqFree (nuc_bsp); in StreamingReadSeqSubmit()
10579 BioseqPtr nuc_bsp; in StreamingReadWriteBioseq() local
[all …]
H A Dtofasta.c839 BioseqPtr nuc_bsp = NULL; in ChooseFastaID() local
862 nuc_bsp = bssp->seq_set->data.ptrvalue; in ChooseFastaID()
868 nuc_bsp = bssp->seq_set->data.ptrvalue; in ChooseFastaID()
871 if (nuc_bsp == NULL) { in ChooseFastaID()
874 return nuc_bsp->id; in ChooseFastaID()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin2.c8731 BioseqPtr prot_bsp, nuc_bsp; in ReplaceDuplicateProteinIDs() local
8755nuc_bsp = FindNthSequenceInSet (nuc_list, nuc_seq_num, &(iatep_nuc->is_seg[prot_seq_num]), TRUE); in ReplaceDuplicateProteinIDs()
8756 if (nuc_bsp == NULL) continue; in ReplaceDuplicateProteinIDs()
8758 if (SeqIdIn (prot_bsp->id, nuc_bsp->id) || RelaxedSeqIdIn (prot_bsp->id, nuc_bsp->id) in ReplaceDuplicateProteinIDs()
9359 BioseqPtr nuc_bsp, prot_bsp; in BuildAssociationListByMatch() local
9388nuc_bsp = FindNthSequenceInSet (nuc_list, nuc_seq_num, &(iatep_nuc->is_seg [nuc_seq_num]), TRUE); in BuildAssociationListByMatch()
9389 if (SeqIdIn (prot_bsp->id, nuc_bsp->id) || RelaxedSeqIdIn (prot_bsp->id, nuc_bsp->id) in BuildAssociationListByMatch()