




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.





This page is maintained by staden-package. Last generated on 25 April 2003.
URL: http://www.mrc-lmb.cam.ac.uk/pubseq/manual/scripting_115.html