From e917af4e5a7c69a1f1301ef51e4f2e398d08d248 Mon Sep 17 00:00:00 2001
From: es2 <es2@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Mon, 23 May 2005 13:00:11 +0000
Subject: [PATCH] Added systematic name qualifiers for use with gff3

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

diff --git a/etc/options b/etc/options
index 1cab878d7..7871ea6a1 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.18 2005-05-23 12:55:14 es2 Exp $
+# $Header: //tmp/pathsoft/artemis/etc/options,v 1.19 2005-05-23 13:00:11 es2 Exp $
 
 # This file should contain option settings that look like this:
 #
@@ -409,7 +409,7 @@ display_name_qualifiers = primary_name synonym systematic_id \
 # Names of qualifiers to search when attempting to find the systematic name of
 # a gene
 systematic_name_qualifiers = systematic_id temporary_systematic_id \
-     locus_tag gene label ID
+     locus_tag gene label Name ID
 
 
 # this list is added to the qualifiers from the qualifier_types file
-- 
GitLab