src/utils/qa/makeUniProtFile.csh 1.7
1.7 2009/06/08 22:57:12 kuhn
grammar tweak
Index: src/utils/qa/makeUniProtFile.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/makeUniProtFile.csh,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/utils/qa/makeUniProtFile.csh 2 Jun 2009 16:06:26 -0000 1.6
+++ src/utils/qa/makeUniProtFile.csh 8 Jun 2009 22:57:12 -0000 1.7
@@ -2,9 +2,9 @@
source `which qaConfig.csh`
########################################
#
-# Ann Zweig 5-2009
+# Ann Zweig 05-2009
#
# Use this script to create a file for the folks at UnitProt.
# They will use the file to create links from their web site back to our
# Gene details pages.
@@ -101,9 +101,9 @@
set num=`wc -l $db.uniProtToUcscGenes.txt | awk '{print $1}'`
# explain the output to the user
echo "\nSUCCESS!\n"
-echo "Here's a sample of the $num line file you just created"
+echo "Here's a sample of the ${num}-line file you just created"
echo " (expect: UniProtId ucscGeneId orgName)"
head $db.uniProtToUcscGenes.txt
echo " \nAsk for a push of your new file to hgdownload:\n"
echo " /usr/local/apache/htdocs/goldenPath/$db/UCSCGenes/uniProtToUcscGenes.txt"