From 726e6ee175175451437f04240e331dd55a220e6d Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Fri, 6 Jan 2006 16:19:31 +0000
Subject: [PATCH] new function to add score bounds for homols to a style.

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

diff --git a/src/include/ZMap/zmapFeature.h b/src/include/ZMap/zmapFeature.h
index 7947d663c..993bca2ec 100755
--- a/src/include/ZMap/zmapFeature.h
+++ b/src/include/ZMap/zmapFeature.h
@@ -26,9 +26,9 @@
  * Description: Data structures describing a sequence feature.
  *              
  * HISTORY:
- * Last edited: Dec 16 09:49 2005 (edgrif)
+ * Last edited: Jan  5 16:36 2006 (edgrif)
  * Created: Fri Jun 11 08:37:19 2004 (edgrif)
- * CVS info:   $Id: zmapFeature.h,v 1.53 2005-12-20 15:29:49 edgrif Exp $
+ * CVS info:   $Id: zmapFeature.h,v 1.54 2006-01-06 16:19:31 edgrif Exp $
  *-------------------------------------------------------------------
  */
 #ifndef ZMAP_FEATURE_H
@@ -583,6 +583,7 @@ ZMapFeatureTypeStyle zMapFeatureTypeCreate(char *name,
 					   char *outline, char *foreground, char *background,
 					   double width) ;
 void zMapStyleSetMag(ZMapFeatureTypeStyle style, double min_mag, double max_mag) ;
+void zMapStyleSetScore(ZMapFeatureTypeStyle style, double min_score, double max_score) ;
 void zMapStyleSetStrandAttrs(ZMapFeatureTypeStyle type,
 			     gboolean strand_specific, gboolean frame_specific,
 			     gboolean show_rev_strand) ;
-- 
GitLab