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

new function to add score bounds for homols to a style.

parent 3e0cc9f4
No related branches found
No related tags found
No related merge requests found
......@@ -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) ;
......
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