first previous next last contents

The GVectors Structure

/* GVectors.level */
#define GAP_LEVEL_UNKNOWN  0
#define GAP_LEVEL_CLONE	   1
#define GAP_LEVEL_SUBCLONE 2

typedef struct {
    GCardinal name;		/* vector name */
    GCardinal level;		/* 1=clone, 2=subclone, etc */
} GVectors; 

The vector structure contains simply information on any vectors used in cloning and subcloning. The GTemplates and GClones structures reference this structure.

name
The record number of the text string containing the name for this vector.
level
A numeric value for the level of the vector. Use the GAP_LEVEL_* macros for this field.

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