[Seqinr-commits] r1720 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Nov 27 15:44:26 CET 2009


Author: lobry
Date: 2009-11-27 15:44:26 +0100 (Fri, 27 Nov 2009)
New Revision: 1720

Modified:
   pkg/R/where.is.this.acc.R
Log:
new message when an acc is not found

Modified: pkg/R/where.is.this.acc.R
===================================================================
--- pkg/R/where.is.this.acc.R	2009-11-18 19:49:36 UTC (rev 1719)
+++ pkg/R/where.is.this.acc.R	2009-11-27 14:44:26 UTC (rev 1720)
@@ -44,7 +44,7 @@
   cat("\n\n")
   if(length(result) == 0){
   	  cat(paste("Sequence with accesion number", acc, 
-  	  "was not found in available databases."))
+  	  "was not found in available databases.\n Are you sure this is an accession number and not a sequence name?"))
   	} else {
     cat(paste("Sequence with accesion number", acc, 
     "was found in the following database(s):\n"))



More information about the Seqinr-commits mailing list