Home
last modified time | relevance | path

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

/dports/biology/py-hits/hits-0.1/hits/
H A Dpaired_end.py135 right_clipped = remove_soft_clipping(right_mapping)
327 after = right_clipped['from_end']
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtextlineprojection.cpp433 int right_clipped = std::max(right_gradient, 0); in EvaluateBoxInternal() local
439 int result = std::max(top_clipped, bottom_clipped) - std::max(left_clipped, right_clipped); in EvaluateBoxInternal()
/dports/biology/subread/subread-2.0.2-source/src/
H A DreadSummary.c377 unsigned short right_clipped = 0; in fetch_boundaries() local
386 if(chro_cursor == pos) left_clipped = tmpi;else right_clipped=tmpi; in fetch_boundaries()
417 if(right_clipped){ in fetch_boundaries()
419 *right_on_read = read_len - right_clipped - 1; in fetch_boundaries()
437 unsigned short right_clipped = 0; in calc_junctions_from_cigar() local
444 if(chro_cursor == pos) left_clipped = tmpi;else right_clipped=tmpi; in calc_junctions_from_cigar()
472 if(right_clipped){ in calc_junctions_from_cigar()
476 boundaries_inclusive_base_on_read[boundaries++] = read_len - right_clipped - 1; in calc_junctions_from_cigar()