From 31b55ad7292abce6c13c490413d377d5bf2139b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?= <ak4@sanger.ac.uk> Date: Tue, 22 May 2007 12:06:59 +0000 Subject: [PATCH] Added information to a comment. --- misc-scripts/xref_mapping/xref_config2sql.pl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/misc-scripts/xref_mapping/xref_config2sql.pl b/misc-scripts/xref_mapping/xref_config2sql.pl index 284e351fdc..624fe0e5c4 100755 --- a/misc-scripts/xref_mapping/xref_config2sql.pl +++ b/misc-scripts/xref_mapping/xref_config2sql.pl @@ -9,9 +9,12 @@ # convert it into a SQL file that can be used in place of the old # # 'populate_metadata.sql' file found in the 'sql' subdirectory. # # # -# The output from this script should be redirected to a file that you # -# manually run to populate your Xref database, just as you did with # -# 'populate_metadata.sql'. # +# The output from this script should be redirected to a file that # +# you manually run to populate your Xref database, just as was done # +# with 'populate_metadata.sql'. The safest thing to do is just to # +# overwrite 'sql/populate_metadata.sql' with the output of this # +# script. This will ensure that 'xref_parser.pl populates the Xref # +# database with the correct data. # # # ######################################################################## -- GitLab