Mercurial > repos > lecorguille > msnbase_readmsdata
changeset 11:86a20118e743 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 60ad498b7bd01542a69d6603160d36494c97077a
author | lecorguille |
---|---|
date | Tue, 30 Apr 2019 04:40:33 -0400 |
parents | 0a0164b8c24d |
children | f6b2750ea32e |
files | README.rst msnbase_readmsdata.xml |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README.rst Tue Apr 30 04:06:24 2019 -0400 +++ b/README.rst Tue Apr 30 04:40:33 2019 -0400 @@ -2,6 +2,10 @@ Changelog/News -------------- +**Version 2.8.2.1 - 30/04/2019** + +- BUGFIX: remove the pre-compute of the chromatograms which was memory consuming. Now, only xcms plot chromatogram will generate the Chromatograms. + **Version 2.8.2.0 - 08/04/2019** - UPGRADE: upgrade the MSnbase version from 2.4.0 to 2.8.2 (see MSnbase News_). Almost all the new features may not concern our usage of MSnbase.
--- a/msnbase_readmsdata.xml Tue Apr 30 04:06:24 2019 -0400 +++ b/msnbase_readmsdata.xml Tue Apr 30 04:40:33 2019 -0400 @@ -1,4 +1,4 @@ -<tool id="msnbase_readmsdata" name="MSnbase readMSData" version="@WRAPPER_VERSION@.0"> +<tool id="msnbase_readmsdata" name="MSnbase readMSData" version="@WRAPPER_VERSION@.1"> <description>Imports mass-spectrometry data files</description> <macros> @@ -232,6 +232,10 @@ .. _News: https://bioconductor.org/packages/release/bioc/news/MSnbase/NEWS +**Version 2.8.2.1 - 30/04/2019** + +- BUGFIX: remove the pre-compute of the chromatograms which was memory consuming. Now, only xcms plot chromatogram will generate the Chromatograms. + **Version 2.8.2.0 - 08/04/2019** - UPGRADE: upgrade the MSnbase version from 2.4.0 to 2.8.2 (see MSnbase News_). Almost all the new features may not concern our usage of MSnbase.