Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsqnutil3.c19929 …portHaplotypeSequenceMismatchForList (ValNodePtr PNTR haplotype_sequence_list, Boolean allow_NDiff) in ReportHaplotypeSequenceMismatchForList() argument
19941 …*haplotype_sequence_list = ValNodeSort (*haplotype_sequence_list, allow_NDiff ? SortVnpByHaplotype… in ReportHaplotypeSequenceMismatchForList()
19953 if (!DoSequencesMatchForHaplotype (h1->bsp, h2->bsp, allow_NDiff)) { in ReportHaplotypeSequenceMismatchForList()
19960 … ReportOneHaplotypeSequenceMismatch (&subcat, h1->taxname, h1->haplotype, same_list, allow_NDiff); in ReportHaplotypeSequenceMismatchForList()
19972 … ReportOneHaplotypeSequenceMismatch (&subcat, h1->taxname, h1->haplotype, same_list, allow_NDiff); in ReportHaplotypeSequenceMismatchForList()
19979 …*haplotype_sequence_list = ValNodeSort (*haplotype_sequence_list, allow_NDiff ? SortVnpBySequenceT… in ReportHaplotypeSequenceMismatchForList()
19985 if (CompareSequences (h1->bsp, h2->bsp, allow_NDiff) == 0) { in ReportHaplotypeSequenceMismatchForList()
19997 ReportOneSequenceMatchHaplotypeMismatch (&subcat, same_list, allow_NDiff); in ReportHaplotypeSequenceMismatchForList()
20008 ReportOneSequenceMatchHaplotypeMismatch (&subcat, same_list, allow_NDiff); in ReportHaplotypeSequenceMismatchForList()