Skip to content
Snippets Groups Projects
Commit 49853f8d authored by edgrif's avatar edgrif
Browse files

move repeatmasker to be an alignment not a basic feature.

parent fc89f7c4
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,9 @@
*
* Exported functions: See ZMap/zmapFeature.h
* HISTORY:
* Last edited: Apr 22 15:00 2009 (edgrif)
* Last edited: Aug 28 10:26 2009 (edgrif)
* Created: Thu Sep 15 12:01:30 2005 (rds)
* CVS info: $Id: zmapFeatureFormatInput.c,v 1.17 2009-04-22 16:25:36 edgrif Exp $
* CVS info: $Id: zmapFeatureFormatInput.c,v 1.18 2009-09-02 13:50:52 edgrif Exp $
*-------------------------------------------------------------------
*/
......@@ -176,7 +176,6 @@ gboolean zMapFeatureFormatType(gboolean SO_compliant, gboolean default_to_basic,
type = ZMAPSTYLE_MODE_TRANSCRIPT ;
}
else if (g_ascii_strcasecmp(feature_type, "similarity") == 0
|| g_ascii_strcasecmp(feature_type, "repeat") == 0
|| g_ascii_strcasecmp(feature_type, "transcription") == 0)
{
type = ZMAPSTYLE_MODE_ALIGNMENT ;
......@@ -188,6 +187,8 @@ gboolean zMapFeatureFormatType(gboolean SO_compliant, gboolean default_to_basic,
|| g_ascii_strcasecmp(feature_type, "Sequence") == 0
#endif /* ED_G_NEVER_INCLUDE_THIS_CODE */
|| g_ascii_strcasecmp(feature_type, "repeat") == 0
|| g_ascii_strcasecmp(feature_type, "atg") == 0
|| g_ascii_strcasecmp(feature_type, "splice3") == 0
|| g_ascii_strcasecmp(feature_type, "splice5") == 0
......
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