Skip to content
Snippets Groups Projects
Commit 676443a9 authored by rds's avatar rds
Browse files

Temporary fix for RT ticket #97093

parent ddffb4f8
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,9 @@
*
* Exported functions: See zmapWindow_P.h
* HISTORY:
* Last edited: Dec 8 17:18 2008 (edgrif)
* Last edited: Jan 27 14:34 2009 (rds)
* Created: Tue Nov 7 10:10:25 2006 (edgrif)
* CVS info: $Id: zmapWindowStats.c,v 1.7 2008-12-08 17:20:13 edgrif Exp $
* CVS info: $Id: zmapWindowStats.c,v 1.8 2009-01-27 14:34:44 rds Exp $
*-------------------------------------------------------------------
*/
......@@ -266,6 +266,12 @@ static void printStats(gpointer data, gpointer user_data)
transcript->items, transcript->exon_boxes, transcript->intron_boxes, transcript->cds_boxes) ;
break ;
}
case ZMAPSTYLE_MODE_TEXT:
case ZMAPSTYLE_MODE_GLYPH:
case ZMAPSTYLE_MODE_GRAPH:
zMapOutWriteFormat(output, "Features with type=%d require more information.\n", any_stats->feature_type);
break;
default:
/* NEEDS FIXING TO DO STATS FOR OTHER STYLE MODES.... */
......
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