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

add data/funcs to support reporting the index of a feature subpart (exon...

add data/funcs to support reporting the index of a feature subpart (exon etc).zmapFeature/zmapFeatureData.c
parent 552f0a98
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,9 @@
* Description: Data structures describing a sequence feature.
*
* HISTORY:
* Last edited: Dec 14 10:23 2009 (edgrif)
* Last edited: Dec 17 10:23 2009 (edgrif)
* Created: Fri Jun 11 08:37:19 2004 (edgrif)
* CVS info: $Id: zmapFeature.h,v 1.167 2009-12-16 10:54:35 edgrif Exp $
* CVS info: $Id: zmapFeature.h,v 1.168 2009-12-17 14:46:23 edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_FEATURE_H
......@@ -569,6 +569,7 @@ typedef struct
/* sub feature details (still all strings) */
char *sub_feature_index ;
char *sub_feature_start ;
char *sub_feature_end ;
char *sub_feature_query_start ;
......@@ -610,6 +611,9 @@ typedef struct
ZMapFeatureSubpartType subpart ; /* Exon, Intron etc. */
int index ; /* Index number of intron/exon
etc. starts at 1. */
int start, end ; /* start/end of subpart in sequence coords. */
} ZMapFeatureSubPartSpanStruct, *ZMapFeatureSubPartSpan ;
......
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