[Seqinr-commits] r1980 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jul 12 19:08:34 CEST 2016
Author: jeanlobry
Date: 2016-07-12 19:08:34 +0200 (Tue, 12 Jul 2016)
New Revision: 1980
Modified:
pkg/man/extractseqs.Rd
Log:
adding a zlib argument to extractseqs
Modified: pkg/man/extractseqs.Rd
===================================================================
--- pkg/man/extractseqs.Rd 2016-07-12 17:08:12 UTC (rev 1979)
+++ pkg/man/extractseqs.Rd 2016-07-12 17:08:34 UTC (rev 1980)
@@ -4,16 +4,16 @@
\title{To extract the sequences information of a sequence or a list of sequence in different formats}
\description{
The function allows to extract large amount of data as whole genome sequences,using different output formats and types of extraction.
- This function is not yet available for windows.
+ This function is not yet available for windows in zlib mode.
}
\usage{
extractseqs(listname,socket = autosocket(), format="fasta",
operation="simple",feature="xx", bounds="xx", minbounds="xx",
- verbose = FALSE, nzlines=1000)
+ verbose = FALSE, nzlines=1000, zlib = FALSE)
exseq(listname,socket = autosocket(),
format="fasta",operation="simple", feature="xx",
- bounds="xx", minbounds="xx", verbose = FALSE, nzlines=1000)
+ bounds="xx", minbounds="xx", verbose = FALSE, nzlines=1000, zlib = FALSE)
}
\arguments{
@@ -27,6 +27,7 @@
\item{minbounds}{-optional- the minimal bounds for extraction (for operations "fragment" or "region") }
\item{verbose}{if \code{TRUE}, verbose mode is on}
\item{nzlines}{number of line in zlib mode}
+ \item{zlib}{logical. If TRUE sequences are download in zlib compress mode.}
}
\details{
More information about the Seqinr-commits
mailing list