From 7c207b50242f07f139a3dadc409c96b3d9b8088c Mon Sep 17 00:00:00 2001
From: Steve Trevanion <st3@sanger.ac.uk>
Date: Thu, 10 Sep 2009 10:02:15 +0000
Subject: [PATCH] documentation

---
 .../analysis_description/load_analysis_descriptions.pl        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc-scripts/analysis_description/load_analysis_descriptions.pl b/misc-scripts/analysis_description/load_analysis_descriptions.pl
index b0eb7a5f81..999748a32d 100644
--- a/misc-scripts/analysis_description/load_analysis_descriptions.pl
+++ b/misc-scripts/analysis_description/load_analysis_descriptions.pl
@@ -50,8 +50,8 @@ if you want to update all databases for a type
 perl load_analysis_descriptions.pl -dbhost my_host -dbuser user -dbpass ***** 
  -pattern '%_55_%' -file analysis.descriptions > & load_analysis_descriptions.log
 
-to identify logic_names mising from the definition file:
-grep 'MSG' load_analysis_descriptions.log
+syntax errors found as the definition file is parsed (usually the use of spaces rather
+than tabs), cause the script to exit - fix each one and rerun.
 
 =cut
 
-- 
GitLab