From 7f353cb97a6d11be20b9e886ebda06959db9e55f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?=
 <ak4@sanger.ac.uk>
Date: Tue, 2 Feb 2010 09:50:08 +0000
Subject: [PATCH] Use "GC content" rather than "PercentGC" as display label.

---
 misc-scripts/density_feature/percent_gc_calc.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc-scripts/density_feature/percent_gc_calc.pl b/misc-scripts/density_feature/percent_gc_calc.pl
index 1433e678e8..41a1a5a324 100644
--- a/misc-scripts/density_feature/percent_gc_calc.pl
+++ b/misc-scripts/density_feature/percent_gc_calc.pl
@@ -97,7 +97,7 @@ my $analysis =
              -gff_feature => "density",
              -logic_name  => "PercentGC",
              -description => 'Percentage of G/C bases in the sequence.',
-             -display_label => 'PercentGC',
+             -display_label => 'GC content',
              -displayable   => 1 );
 
 $aa->store($analysis);
-- 
GitLab