Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin9.c15717 ValNodePtr update_bioseq_list; member
15844 dlg->update_bioseq_list = msup->update_bioseq_list; in DataToMultiSequenceUpdatePreview()
16340 ValNodePtr update_bioseq_list; member
16460 msud.update_bioseq_list = usfp->update_bioseq_list; in DoTestUpdateOneSequence()
16554 msud.update_bioseq_list = usfp->update_bioseq_list; in DoNotTestUpdateOneSequence()
17151 msud.update_bioseq_list = usfp->update_bioseq_list; in LoadUpdateSequenceMapFile()
17286 msud.update_bioseq_list = usfp->update_bioseq_list; in RemoveIdenticalUpdates()
17364 msud.update_bioseq_list = usfp->update_bioseq_list; in ConnectSelectedUpdateSequencesBtn()
17518 usfp->update_bioseq_list = NULL; in TestUpdateSequenceSetBaseForm()
17641 msud.update_bioseq_list = usfp->update_bioseq_list; in TestUpdateSequenceSetBaseForm()
[all …]
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsqnutil4.c28559 if (update_bioseq_list == NULL || *update_bioseq_list == NULL) in ShuffleUpdateBioseqList()
28565 unmatched_list = *update_bioseq_list; in ShuffleUpdateBioseqList()
28566 *update_bioseq_list = NULL; in ShuffleUpdateBioseqList()
28579 for (update_vnp = *update_bioseq_list, pos = 0; in ShuffleUpdateBioseqList()
28605 unmatched_list = *update_bioseq_list; in ShuffleUpdateBioseqList()
28606 *update_bioseq_list = new_update_list; in ShuffleUpdateBioseqList()
28727 if (update_bioseq_list == NULL || orig_bioseq_list == NULL) in ReplaceCollidingUpdateIDs()
28732 for (vnp = update_bioseq_list; vnp != NULL; vnp = vnp->next) in ReplaceCollidingUpdateIDs()
28768 if (orig_bioseq_list == NULL || update_bioseq_list == NULL in RemoveSequencesWithoutUpdates()
28775 update_vnp = *update_bioseq_list; in RemoveSequencesWithoutUpdates()
[all …]
H A Dsqnutils.h2394 NLM_EXTERN ValNodePtr ShuffleUpdateBioseqList (ValNodePtr PNTR update_bioseq_list, ValNodePtr orig_…
2398 NLM_EXTERN void ReplaceCollidingUpdateIDs (ValNodePtr update_bioseq_list, ValNodePtr orig_bioseq_li…
2400 …moveSequencesWithoutUpdates (ValNodePtr PNTR orig_bioseq_list, ValNodePtr PNTR update_bioseq_list);
H A Dmacroapi.h551 NLM_EXTERN ValNodePtr ShuffleUpdateBioseqListWithIndex (ValNodePtr PNTR update_bioseq_list, ValNode…
H A Dmacroapi.c40862 NLM_EXTERN ValNodePtr ShuffleUpdateBioseqListWithIndex (ValNodePtr PNTR update_bioseq_list, ValNode… in ShuffleUpdateBioseqListWithIndex() argument
40874 if (update_bioseq_list == NULL || *update_bioseq_list == NULL) in ShuffleUpdateBioseqListWithIndex()
40880 unmatched_list = *update_bioseq_list; in ShuffleUpdateBioseqListWithIndex()
40881 *update_bioseq_list = NULL; in ShuffleUpdateBioseqListWithIndex()
40891 for (unmatched_vnp = *update_bioseq_list; unmatched_vnp != NULL; unmatched_vnp = unmatched_next) { in ShuffleUpdateBioseqListWithIndex()
40907 *update_bioseq_list = unmatched_vnp->next; in ShuffleUpdateBioseqListWithIndex()
40919 unmatched_list = *update_bioseq_list; in ShuffleUpdateBioseqListWithIndex()
40920 *update_bioseq_list = NULL; in ShuffleUpdateBioseqListWithIndex()
40921 *update_bioseq_list = ValNodeNew (NULL); in ShuffleUpdateBioseqListWithIndex()
40922 (*update_bioseq_list)->data.ptrvalue = update_vector[0]; in ShuffleUpdateBioseqListWithIndex()
[all …]