src/hg/utils/automation/doEnsGeneUpdate.pl 1.22

1.22 2010/01/15 23:47:36 hiram
proper .ra name for vegaGene
Index: src/hg/utils/automation/doEnsGeneUpdate.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/doEnsGeneUpdate.pl,v
retrieving revision 1.21
retrieving revision 1.22
diff -b -B -U 4 -r1.21 -r1.22
--- src/hg/utils/automation/doEnsGeneUpdate.pl	15 Jan 2010 23:43:32 -0000	1.21
+++ src/hg/utils/automation/doEnsGeneUpdate.pl	15 Jan 2010 23:47:36 -0000	1.22
@@ -556,9 +556,9 @@
     print `cat $db.ensGene.ra`;
     print "'_EOF_'\n";
     print "#  << happy emacs\n\n";
   }
-  print "    doEnsGeneUpdate.pl ${vegaOpt} -ensVersion=$ensVersion $db.$tableName.ra\n";
+  print "    doEnsGeneUpdate.pl ${vegaOpt} -ensVersion=$ensVersion $db.ensGene.ra\n";
   print "    ssh hgwdev\n";
   print "    cd /hive/data/genomes/$db/bed/$workDir.$ensVersion\n";
   print "    featureBits $db $tableName\n";
   print "    # ";