From f96b8f1a353e0d22182efd55e1baf25f1efba2c2 Mon Sep 17 00:00:00 2001 From: edgrif <edgrif> Date: Fri, 15 May 2009 15:32:23 +0000 Subject: [PATCH] add new assembly mode. --- src/zmapServer/acedb/models.wrm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/zmapServer/acedb/models.wrm b/src/zmapServer/acedb/models.wrm index 42484c7c1..2474211b0 100755 --- a/src/zmapServer/acedb/models.wrm +++ b/src/zmapServer/acedb/models.wrm @@ -29,7 +29,7 @@ // // HISTORY: // Created: Tue Jun 10 08:15:32 2008 (edgrif) -// CVS info: $Id: models.wrm,v 1.5 2009-05-08 15:05:40 edgrif Exp $ +// CVS info: $Id: models.wrm,v 1.6 2009-05-15 15:32:23 edgrif Exp $ //------------------------------------------------------------------- // @@ -119,6 +119,10 @@ // ?Zmap_mode_peptide dummy Text +// Specifies properties unique to an assembly path feature. +// +?Zmap_mode_assembly_path dummy Text + // Specifies properties unique to a text feature. // ?Zmap_mode_text dummy Text @@ -172,6 +176,7 @@ Alignment #Zmap_mode_alignment Sequence #Zmap_mode_sequence Peptide #Zmap_mode_peptide + Assembly_path #Zmap_mode_assembly_path Plain_Text #Zmap_mode_text Graph #ZMap_mode_graph Glyph #ZMap_mode_glyph -- GitLab