Home
last modified time | relevance | path

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

/dports/biology/exonerate/exonerate-2.4.0/src/hub/
H A Dgam.c979 g_assert(hsp_id < gsd->hsp_list->len); in GAM_Result_geneseed_visit_hsp_fwd()
980 if(!gsd->fwd_keep[hsp_id]){ in GAM_Result_geneseed_visit_hsp_fwd()
981 gsd->fwd_keep[hsp_id] = TRUE; in GAM_Result_geneseed_visit_hsp_fwd()
1017 g_assert(hsp_id < gsd->hsp_list->len); in GAM_Result_geneseed_visit_hsp_rev()
1018 if(!gsd->rev_keep[hsp_id]){ in GAM_Result_geneseed_visit_hsp_rev()
1019 gsd->rev_keep[hsp_id] = TRUE; in GAM_Result_geneseed_visit_hsp_rev()
1059 return hsp_id; in GAM_Result_geneseed_select()
1063 if(fwd_keep[hsp_id] || rev_keep[hsp_id]){ in GAM_Result_geneseed_select()
1068 hsp_id++; in GAM_Result_geneseed_select()
1076 return hsp_id; in GAM_Result_geneseed_select()
[all …]
/dports/biology/exonerate/exonerate-2.4.0/src/bsdp/
H A Dhpair.c25 gint hsp_id; /* The id of the hsp in the portal */ member
36 ->hsp_list->pdata[(node_data)->hsp_id]))
39 Heuristic_Match *match, gint hsp_id){ in HPair_NodeData_create() argument
43 hnd->hsp_id = hsp_id; in HPair_NodeData_create()