Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dseqport.c4257 Int4 product_start, product_stop; in productLoc_to_locationLoc() local
4296 product_stop = SeqLocStop(slp); in productLoc_to_locationLoc()
4297 if ((product_start >= 0) && (product_stop >= 0)) in productLoc_to_locationLoc()
4299 tmp = productInterval_to_locationIntervals(sfp, product_start, product_stop, partial5); in productLoc_to_locationLoc()
4575 static SeqLocPtr NaLocFromNaInterval (SeqFeatPtr sfp, Int4 product_start, Int4 product_stop) in NaLocFromNaInterval() argument
4605 if(p_stop >= product_stop) in NaLocFromNaInterval()
4607 p_stop = product_stop; /**check if the end is reached**/ in NaLocFromNaInterval()
4623 aa_len = MIN(p_stop, product_stop) - cur_pos +1; in NaLocFromNaInterval()
4674 Int4 product_stop, in productInterval_to_locationIntervals() argument
4679 return NucLocFromProtInterval (sfp, product_start, product_stop, aa_partialn); in productInterval_to_locationIntervals()
[all …]