From 58c1b5eaa00a13ef2f06be2a823e1d0c02463c5f Mon Sep 17 00:00:00 2001
From: tcarver <tjc>
Date: Tue, 10 Sep 2013 12:12:56 +0100
Subject: [PATCH] add fasta_record to extra_keys_gff

---
 etc/options | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/options b/etc/options
index 3030f191d..85ccd2ffc 100644
--- a/etc/options
+++ b/etc/options
@@ -423,7 +423,7 @@ extra_keys = \
     TMM signalP
 
 # this list is added to the keys from the feature_keys_gff file
-extra_keys_gff = CDS spliced_leader_RNA sequence_variant
+extra_keys_gff = CDS spliced_leader_RNA sequence_variant fasta_record
 
 # 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
-- 
GitLab