From 07042ddb1c46807ee678db70ecd0d35c146d158d Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Thu, 14 Jun 2007 16:03:38 +0000
Subject: [PATCH] allow for extra_keys_gff and extra_qualifiers_gff

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

diff --git a/etc/options b/etc/options
index 0cbc1f0e2..b33c81e5d 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.23 2006-09-05 14:42:06 tjc Exp $
+# $Header: //tmp/pathsoft/artemis/etc/options,v 1.24 2007-06-14 16:03:38 tjc Exp $
 
 # This file should contain option settings that look like this:
 #
@@ -400,6 +400,9 @@ extra_keys = \
     CRUNCH_D CRUNCH_X fasta_record allele mutation splicesite \
     TMM signalP
 
+# this list is added to the keys from the feature_keys_gff file
+extra_keys_gff =
+
 # Names of qualifiers to search when attempting to find the primary or display
 # name of a gene.  These qualifiers names are searched in order when looking
 # for gene names.
@@ -541,6 +544,9 @@ extra_qualifiers = \
     transferred_systematic_id "text" \
     type "text"
 
+# this list is added to the qualifiers from the qualifier_types_gff file
+extra_qualifiers_gff =
+
 # this is a list of extra qualifiers that are legal but are not displayed in
 # popup menus (such as the one in the feature editor window).  this hack is
 # used by diana.components.QualifierChoice to limit the number of qualifers
-- 
GitLab