Home
last modified time | relevance | path

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

/dports/biology/gmap/gmap-2020-09-12/src/
H A Doutput.c205 … if (Stage3end_hittype(stage3) == SAMECHR_SPLICE || Stage3end_hittype(stage3) == TRANSLOC_SPLICE) { in filestring_fromresult_sam()
266 if (Stage3end_hittype(stage3) == SAMECHR_SPLICE || Stage3end_hittype(stage3) == TRANSLOC_SPLICE) { in filestring_fromresult_sam()
322 if (Stage3end_hittype(stage3) == SAMECHR_SPLICE || Stage3end_hittype(stage3) == TRANSLOC_SPLICE) { in filestring_fromresult_sam()
H A Dstage3hr.h64 Stage3end_hittype (T this);
H A Dcigar.c2040 } else if ((hittype = Stage3end_hittype(stage3end)) == TRANSLOC_SPLICE || in Cigar_compute_main()
2223 } else if ((hittype = Stage3end_hittype(stage3end)) == TRANSLOC_SPLICE || in Cigar_compute_supplemental()
H A Dsamprint.c235 } else if ((hittype = Stage3end_hittype(this)) == TRANSLOC_SPLICE ||
1367 } else if ((hittype = Stage3end_hittype(this)) == TRANSLOC_SPLICE || in SAM_print()
H A Dstage3hr.c340 Stage3end_hittype (T this) { in Stage3end_hittype() function