From 62d213d3d2ca88c26902fa6f329d2538204bab8b Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Wed, 11 Aug 2010 08:47:36 +0000
Subject: [PATCH] document that we need to remove the common phase field from
 zmapfeature.

---
 src/include/ZMap/zmapFeature.h | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/include/ZMap/zmapFeature.h b/src/include/ZMap/zmapFeature.h
index aa9fbfbb1..792107b96 100755
--- a/src/include/ZMap/zmapFeature.h
+++ b/src/include/ZMap/zmapFeature.h
@@ -25,9 +25,9 @@
  * Description: Data structures describing a sequence feature.
  *
  * HISTORY:
- * Last edited: Jul 22 15:32 2010 (edgrif)
+ * Last edited: Aug 11 09:47 2010 (edgrif)
  * Created: Fri Jun 11 08:37:19 2004 (edgrif)
- * CVS info:   $Id: zmapFeature.h,v 1.177 2010-07-29 09:11:27 edgrif Exp $
+ * CVS info:   $Id: zmapFeature.h,v 1.178 2010-08-11 08:47:36 edgrif Exp $
  *-------------------------------------------------------------------
  */
 #ifndef ZMAP_FEATURE_H
@@ -567,6 +567,9 @@ typedef struct ZMapFeatureStruct_
 
   ZMapBoundaryType boundary_type ;			    /* splice, clone end ? */
 
+
+  /* THIS IS WRONG...we shouldn't have phase in here...it only applies to translated features,
+   * i.e. transcripts...which have a start_phase field, remove this one.... */
   ZMapPhase phase ;
 
   float score ;
-- 
GitLab