Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/demo/
H A Didcleanscan.c208 Int4 curroffset = 0, gphlen = 0, seqlen = 0, slplen, in DoGraphs() local
255 gphlen += sgp->numval; in DoGraphs()
290 if (seqlen != gphlen) { in DoGraphs()
291 sprintf (str, "SeqGraph (%ld) and Bioseq (%ld) length mismatch", (long) gphlen, (long) seqlen); in DoGraphs()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dvalid.c32204 Int4 curroffset = 0, gphlen = 0, seqlen = 0, slplen, in ValidateGraphsOnBioseq() local
32288 gphlen += sgp->numval; in ValidateGraphsOnBioseq()
32338 if (seqlen != gphlen && bsp->length != gphlen) { in ValidateGraphsOnBioseq()
32340 …H_GraphBioseqLen, "SeqGraph (%ld) and Bioseq (%ld) length mismatch", (long) gphlen, (long) seqlen); in ValidateGraphsOnBioseq()