Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin2.c7679 static void AutomaticMrnaProcess (SeqEntryPtr nucsep, SeqEntryPtr mrnasep, Boolean partial5, Boolea… in AutomaticMrnaProcess() argument
7696 if (nucsep == NULL || mrnasep == NULL) return; in AutomaticMrnaProcess()
7697 if (IS_Bioseq (nucsep) && IS_Bioseq (mrnasep)) { in AutomaticMrnaProcess()
7699 mrnabsp = (BioseqPtr) mrnasep->data.ptrvalue; in AutomaticMrnaProcess()
7780 vnp = CreateNewDescriptor (mrnasep, Seq_descr_molinfo); in AutomaticMrnaProcess()