first previous next last contents

The GTemplates Structure

typedef struct {
    GCardinal name;
    GCardinal strands;
    GCardinal vector;
    GCardinal clone;
    GCardinal insert_length_min;
    GCardinal insert_length_max;
} GTemplates;

The template structure holds information about the physcial insert of a clone. A reading is within any single template, but several readings may share the same template.

name
The record number of the text string containing the template name
strands
The number of strands available. Either 1 or 2.
vector
The vector number of the vector ("sequencing vector") used.
clone
The clone number of the clone that this template came from.
insert_len_min
The minimum expected size of insert.
insert_len_max
The maximum expected size of insert.

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_118.html