[Seqinr-commits] r1873 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 1 20:15:32 CEST 2016
Author: jeanlobry
Date: 2016-06-01 20:15:32 +0200 (Wed, 01 Jun 2016)
New Revision: 1873
Modified:
pkg/man/extractseqs.Rd
Log:
query assignment
Modified: pkg/man/extractseqs.Rd
===================================================================
--- pkg/man/extractseqs.Rd 2016-06-01 18:12:41 UTC (rev 1872)
+++ pkg/man/extractseqs.Rd 2016-06-01 18:15:32 UTC (rev 1873)
@@ -78,7 +78,7 @@
\examples{
\dontrun{# Need internet connection
choosebank("emblTP")
- query("mylist", "k=globin", virtual = TRUE)
+ mylist <- query("mylist", "k=globin", virtual = TRUE)
mylist.fasta <- exseq("mylist", verbose = TRUE)
# 103 lines of FASTA
stopifnot(length(mylist.fasta) == 103)
More information about the Seqinr-commits
mailing list