Skip to content
Snippets Groups Projects
Commit 70390105 authored by edgrif's avatar edgrif
Browse files

change to handle features as GData not Garray, and rename set struct Gdata to feature_sets.

parent c0769e45
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,9 @@
* Description: Data structures describing a genetic feature.
*
* HISTORY:
* Last edited: Jul 14 15:44 2004 (edgrif)
* Last edited: Jul 19 09:57 2004 (edgrif)
* Created: Fri Jun 11 08:37:19 2004 (edgrif)
* CVS info: $Id: zmapFeature.h,v 1.7 2004-07-15 15:02:57 edgrif Exp $
* CVS info: $Id: zmapFeature.h,v 1.8 2004-07-19 09:25:48 edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_FEATURE_H
......@@ -209,7 +209,7 @@ typedef struct ZMapFeatureSetStruct_
{
char *source ; /* e.g. "Genewise predictions" */
GArray *features ; /* An array of ZMapFeatureStruct. */
GData *features ; /* A set of ZMapFeatureStruct. */
} ZMapFeatureSetStruct, *ZMapFeatureSet ;
......@@ -230,7 +230,7 @@ typedef struct ZMapFeatureContextStruct_
sequence, n.b. this feature set may only
span part of the sequence. */
GData *features ; /* A set of ZMapFeatureSet. */
GData *feature_sets ; /* A set of ZMapFeatureSetStruct. */
} ZMapFeatureContextStruct, *ZMapFeatureContext ;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment