src/hg/archaeStuff/scripts/make-genome-info 1.17

1.17 2009/08/10 03:12:10 pchan
capture accession number CP... and AL...
Index: src/hg/archaeStuff/scripts/make-genome-info
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/archaeStuff/scripts/make-genome-info,v
retrieving revision 1.16
retrieving revision 1.17
diff -b -B -U 4 -r1.16 -r1.17
--- src/hg/archaeStuff/scripts/make-genome-info	31 Jul 2008 16:37:24 -0000	1.16
+++ src/hg/archaeStuff/scripts/make-genome-info	10 Aug 2009 03:12:10 -0000	1.17
@@ -236,9 +236,9 @@
     $gene_count = '';
     $seq_len = '';
     $pub_id = 0;
 
-    $report_info = `cat $genomes_dir/$org_name/[AN][ZC]*.rpt`; 
+    $report_info = `cat $genomes_dir/$org_name/[ACN][PLZC]*.rpt`;
     @report_lines = split(/\n/,$report_info);
     foreach $line (@report_lines) {
 	if ($line =~ /^Taxname:\s(.+)$/) {
 	    $temp_tax_name = $1;