From 30f98a92710f36a1a8e78b45f7d676df0f5daf62 Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Tue, 31 May 2005 13:09:32 +0000
Subject: [PATCH] add gff to sequence suffix

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

diff --git a/etc/options b/etc/options
index 7871ea6a1..66c63263a 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.19 2005-05-23 13:00:11 es2 Exp $
+# $Header: //tmp/pathsoft/artemis/etc/options,v 1.20 2005-05-31 13:09:32 tjc Exp $
 
 # This file should contain option settings that look like this:
 #
@@ -305,7 +305,7 @@ feature_file_suffixes = tab embl gbk genbank tab_embl gff feature feat \
    art artemis
 
 # suffixes used on files that contain sequence - used in file requesters
-sequence_file_suffixes = embl gbk genbank tab_embl seq dna \
+sequence_file_suffixes = embl gbk genbank gff tab_embl seq dna \
    art artemis
 
 # this is the URL that contains the IOR of the EMBL server
-- 
GitLab