From 251e6e33ff719a2cd9f8b2aeda134482a2651808 Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Fri, 12 Jun 2009 14:03:50 +0000
Subject: [PATCH] add chado_infer_CDS option for inferring CDS and UTR features
 from the database gene model

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

diff --git a/etc/options b/etc/options
index 500876bbd..a07294516 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.66 2009-05-26 10:43:13 tjc Exp $
+# $Header: //tmp/pathsoft/artemis/etc/options,v 1.67 2009-06-12 14:03:50 tjc Exp $
 
 # This file should contain option settings that look like this:
 #
@@ -832,6 +832,9 @@ hyperlinks = \
 #
 # chado gene model features default types
 chado_exon_model=CDS
+
+# infer CDS and UTR features from gene model
+chado_infer_CDS=no
 #chado_transcript=transcript
 
 # provide a list of available servers
-- 
GitLab