From b64f928cec670e49a936024e44710b88e91da6f6 Mon Sep 17 00:00:00 2001
From: Andrew Yates <ayates@ebi.ac.uk>
Date: Mon, 26 Nov 2012 16:00:43 +0000
Subject: [PATCH] Final changes to ensure the code works as expected

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

diff --git a/misc-scripts/assembly/exon_conservation_check.pl b/misc-scripts/assembly/exon_conservation_check.pl
index b8ce963d39..fb6d65bbd5 100644
--- a/misc-scripts/assembly/exon_conservation_check.pl
+++ b/misc-scripts/assembly/exon_conservation_check.pl
@@ -239,7 +239,7 @@ sub transcript {
     $location = sprintf('%d : %d', $projected_transcript->start(), $projected_transcript->end());
   }
   else {
-    $state        = '**';
+    $state        = 'XX';
     $location     = 'None';
     $total_length = 0;
     $difference   = 0;
-- 
GitLab