#include <types.h>
Data Fields | |
int | pos_start |
int | pos_end |
char * | seq |
int | index |
char | strand |
float | id_ref |
That structure will implement an interval represented by its starting position and its ending position, its index in the array of sequences and the strand concerned. It also has an attribute representing its identity wit hthe reference
Starting position of the interval
Ending position of the interval
char* interval_query_s::seq |
The corresponding sequence
Index of the query sequence in the array of sequences
Strand concerned by the alignment
float interval_query_s::id_ref |
Identity with the reference