first previous next last contents

The GContigs Structure

typedef struct { 
    GCardinal left;		/* left reading number */
    GCardinal right;		/* right reading number */
    GCardinal length;		/* contig sequence length */
    GCardinal annotations;	/* start of annotation list */
    GCardinal notes;		/* Unpositional annotations */
} GContigs; 
left
The number of the leftmost reading in this contig. This is a reading number, not a record number.
right
The number of the rightmost reading in this contig. This is a reading number, not a record number. Note that the rightmost reading is defined as the reading the left end furthest to the right and not the reading with the right end furthest to the right.
length
The total length of this contig.
annotations
The annotation number of the first annotation on the consensus for this contig or 0 if none are available.

first previous next last contents
This page is maintained by staden-package. Last generated on 1 March 2001.
URL: http://www.mrc-lmb.cam.ac.uk/pubseq/manual/scripting_115.html