Home
last modified time | relevance | path

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

/dports/biology/gmap/gmap-2020-09-12/src/
H A Diit-read.h193 IIT_get_typed (int *ntypematches, T this, char *divstring, Chrpos_T x, Chrpos_T y, int type, bool s…
H A Diit_get.c771 matches = IIT_get_typed(&(*nmatches),*iit,*divstring,*coordstart,*coordend,typeint,sortp); in get_matches()
H A Diit-read.c1332 matches = IIT_get_typed(&nmatches,this,edge,edge,type,/*sortp*/false);
1340 matches = IIT_get_typed(&nmatches,this,edge,edge,type,/*sortp*/false);
1347 matches = IIT_get_typed(&nmatches,this,edge,edge,type,/*sortp*/false);
1354 matches = IIT_get_typed(&nmatches,this,edge,edge,type,/*sortp*/false);
5599 IIT_get_typed (int *ntypematches, T this, char *divstring, Chrpos_T x, Chrpos_T y, int type, bool s… in IIT_get_typed() function
H A Dget-genome.c407 indexarray = IIT_get_typed(&nindices,altstrain_iit,/*divstring*/NULL, in print_sequence()
H A Dstage3.c6026 typematches = IIT_get_typed(&nmatches,altstrain_iit,/*divstring*/NULL, in Stage3_new()
6029 typematches = IIT_get_typed(&nmatches,altstrain_iit,/*divstring*/NULL, in Stage3_new()
/dports/biology/gmap/gmap-2020-09-12/
H A DChangeLog20504 to IIT_get_typed.
26760 * iit-read.c, iit-read.h: Added function IIT_get_typed.