From d4fa0c2bea63e53f033786f0a9c83625fa952bde Mon Sep 17 00:00:00 2001 From: pvaneck Date: Fri, 10 Aug 2012 13:06:49 -0400 Subject: [PATCH] Added gene family as a default track in grape. --- features/gbrowse2/conf/templates/sfs_grape.conf.mas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/gbrowse2/conf/templates/sfs_grape.conf.mas b/features/gbrowse2/conf/templates/sfs_grape.conf.mas index 3a41385cca..49652f410e 100644 --- a/features/gbrowse2/conf/templates/sfs_grape.conf.mas +++ b/features/gbrowse2/conf/templates/sfs_grape.conf.mas @@ -17,6 +17,7 @@ default tracks = CDS Genes:region mRNAs DNA/GC_Content + Gene_Families exon # Transp # Centro:overview @@ -58,7 +59,7 @@ custom balloons = [balloon] # by gbrowse_details for AJAX/iframe balloons [TOOLTIPS] intro = sub { - my $args = shift;adds + my $args = shift; my $feat = $args->{feature}; my $name = $feat->display_name; my $type = $feat->primary_tag; -- 2.11.4.GIT