From 090ee462cff34e5e8fe84f89d12a146cd44921e5 Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Wed, 11 Jul 2007 15:14:38 +0000
Subject: [PATCH] add note to gff qualifiers

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@6215 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 etc/options | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/etc/options b/etc/options
index 4e4caaacf..4b3990dd1 100644
--- a/etc/options
+++ b/etc/options
@@ -2,7 +2,7 @@
 
 # (Note that comment lines start with a hash (#) symbol)
 
-# $Header: //tmp/pathsoft/artemis/etc/options,v 1.28 2007-07-11 12:48:31 tjc Exp $
+# $Header: //tmp/pathsoft/artemis/etc/options,v 1.29 2007-07-11 15:14:38 tjc Exp $
 
 # This file should contain option settings that look like this:
 #
@@ -554,6 +554,7 @@ extra_qualifiers_gff = \
     blastx_file "text" \
     controlled_curation "text" \
     fasta_file "text" \
+    note "text" \
     similarity "text"
 
 # this is a list of extra qualifiers that are legal but are not displayed in
@@ -635,6 +636,7 @@ invisible_qualifiers_gff= \
     GO             \
     ID             \
     Name           \
+    note           \
     Ontology_term  \
     Parent         \
     product        \
-- 
GitLab