Skip to content

Commit

Permalink
mzid v1.1 only
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGatto committed Jan 23, 2015
1 parent 5bfadc9 commit c541ab2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: mzR
Type: Package
Title: parser for netCDF, mzXML, mzData and mzML and mzIdentML files
(mass spectrometry data)
Version: 2.1.3
Version: 2.1.4
Author: Bernd Fischer, Steffen Neumann, Laurent Gatto, Qiang Kou
Maintainer: Bernd Fischer <bernd.fischer@embl.de>,
Steffen Neumann <sneumann@ipb-halle.de>,
Expand Down
7 changes: 6 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
CHANGES IN VERSION 2.1.4
------------------------
o documentation and vignette: mzIdentML version 1.1 support only
[2015-01-23 Fri]

CHANGES IN VERSION 2.1.1
-------------------------
------------------------
o remove dependency on faahKO

CHANGES IN VERSION 1.99.4
Expand Down
3 changes: 2 additions & 1 deletion man/openMSfile.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@

The \code{openIDfile} constructor will create a new format-specifc
\code{mzR} object, open 'filename' file and all information is
loaded as a Rcpp module. The mzid format is supported throught \code{pwiz} backend.
loaded as a Rcpp module. The mzid format is supported throught
\code{pwiz} backend. Only mzIdentML 1.1 is supported.

% If the object was created manually with e.g. new("mzR"), then
% initializeRamp() will open the given file. An mzR object can be
Expand Down
4 changes: 2 additions & 2 deletions vignettes/mzR.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ close(aa)

\subsection{\texttt{mzIdentML} files}

You can use \Rfunction{openIDfile} to read a \texttt{mzIdentML} file,
which use the pwiz backend.
You can use \Rfunction{openIDfile} to read a \texttt{mzIdentML} file
(version 1.1), which use the pwiz backend.

<<openid>>=
library(mzR)
Expand Down

0 comments on commit c541ab2

Please sign in to comment.