From 1d60d2aa4941289e7924bc48b315d5e9d274bc70 Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Tue, 30 Jun 2009 10:21:14 +0000
Subject: [PATCH] add isFminPartial and isFmaxPartial to the extra gff
 qualifier list

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

diff --git a/etc/options b/etc/options
index 1eff3d54c..0218e232c 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.69 2009-06-22 10:20:49 tjc Exp $
+# $Header: //tmp/pathsoft/artemis/etc/options,v 1.70 2009-06-30 10:21:14 tjc Exp $
 
 # This file should contain option settings that look like this:
 #
@@ -562,6 +562,8 @@ extra_qualifiers_gff = \
     controlled_curation "text" \
     fasta_file "text" \
     GO "text" \
+    isFminPartial none \
+    isFmaxPartial none \
     note "text" \
     orthologous_to "text" \
     paralogous_to "text" \
@@ -675,6 +677,8 @@ invisible_qualifiers_gff= \
     GPI_anchor_cleavage_site \
     ID             \
     insertion_seq  \
+    isFminPartial \
+    isFmaxPartial \
     isObsolete \
     isoelectric    \
     isolation_source \
-- 
GitLab