From fd3456584a61fb7a8f52ed66a3ebffc0406dcc1c Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Wed, 22 Apr 2009 16:25:36 +0000
Subject: [PATCH] add assembly_path to list of non-standard gffv2 sources.

---
 src/zmapFeature/zmapFeatureFormatInput.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/zmapFeature/zmapFeatureFormatInput.c b/src/zmapFeature/zmapFeatureFormatInput.c
index 019f553fa..b3dba4afc 100755
--- a/src/zmapFeature/zmapFeatureFormatInput.c
+++ b/src/zmapFeature/zmapFeatureFormatInput.c
@@ -27,9 +27,9 @@
  *
  * Exported functions: See ZMap/zmapFeature.h
  * HISTORY:
- * Last edited: Apr 21 13:15 2008 (edgrif)
+ * Last edited: Apr 22 15:00 2009 (edgrif)
  * Created: Thu Sep 15 12:01:30 2005 (rds)
- * CVS info:   $Id: zmapFeatureFormatInput.c,v 1.16 2008-04-22 12:23:16 edgrif Exp $
+ * CVS info:   $Id: zmapFeatureFormatInput.c,v 1.17 2009-04-22 16:25:36 edgrif Exp $
  *-------------------------------------------------------------------
  */
 
@@ -124,6 +124,7 @@ gboolean zMapFeatureFormatType(gboolean SO_compliant, gboolean default_to_basic,
       type = ZMAPSTYLE_MODE_TRANSCRIPT ;
     }
   else if (g_ascii_strcasecmp(feature_type, "reagent") == 0
+	   || g_ascii_strcasecmp(feature_type, "assembly_path") == 0
 	   || g_ascii_strcasecmp(feature_type, "oligo") == 0
 	   || g_ascii_strcasecmp(feature_type, "PCR_product") == 0
 	   || g_ascii_strcasecmp(feature_type, "RNAi_reagent") == 0
-- 
GitLab