From 2d89ab1a865b8a3f993f9d58e1d33f1c237b28ea Mon Sep 17 00:00:00 2001 From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04> Date: Mon, 10 Dec 2007 15:01:13 +0000 Subject: [PATCH] add misc_feature git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@6734 ee4ac58c-ac51-4696-9907-e4b3aa274f04 --- uk/ac/sanger/artemis/components/EntryGroupInfoDisplay.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/uk/ac/sanger/artemis/components/EntryGroupInfoDisplay.java b/uk/ac/sanger/artemis/components/EntryGroupInfoDisplay.java index 8d80293df..a978e29dc 100644 --- a/uk/ac/sanger/artemis/components/EntryGroupInfoDisplay.java +++ b/uk/ac/sanger/artemis/components/EntryGroupInfoDisplay.java @@ -20,7 +20,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/EntryGroupInfoDisplay.java,v 1.5 2007-11-28 14:00:51 tjc Exp $ + * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/EntryGroupInfoDisplay.java,v 1.6 2007-12-10 15:01:13 tjc Exp $ **/ package uk.ac.sanger.artemis.components; @@ -67,7 +67,7 @@ import org.apache.log4j.Level; * show the sequence length, GC content and a summary of the active entries. * * @author Kim Rutherford - * @version $Id: EntryGroupInfoDisplay.java,v 1.5 2007-11-28 14:00:51 tjc Exp $ + * @version $Id: EntryGroupInfoDisplay.java,v 1.6 2007-12-10 15:01:13 tjc Exp $ **/ public class EntryGroupInfoDisplay @@ -295,7 +295,8 @@ public class EntryGroupInfoDisplay final String otherKeys[] = { "misc_RNA", "rRNA", "snoRNA", "tRNA", - "snRNA", "3'UTR", "5'UTR" }; + "snRNA", "3'UTR", "5'UTR", + "misc_feature" }; int others_count[] = new int[otherKeys.length]; StringBuffer other_bases_buffer[] = new StringBuffer[otherKeys.length]; -- GitLab