Repository 'msnbase_readmsdata'
hg clone https://toolshed.g2.bx.psu.edu/repos/lecorguille/msnbase_readmsdata

Changeset 11:86a20118e743 (2019-04-30)
Previous changeset 10:0a0164b8c24d (2019-04-30) Next changeset 12:f6b2750ea32e (2020-01-07)
Commit message:
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 60ad498b7bd01542a69d6603160d36494c97077a
modified:
README.rst
msnbase_readmsdata.xml
b
diff -r 0a0164b8c24d -r 86a20118e743 README.rst
--- a/README.rst Tue Apr 30 04:06:24 2019 -0400
+++ b/README.rst Tue Apr 30 04:40:33 2019 -0400
b
@@ -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.
b
diff -r 0a0164b8c24d -r 86a20118e743 msnbase_readmsdata.xml
--- a/msnbase_readmsdata.xml Tue Apr 30 04:06:24 2019 -0400
+++ b/msnbase_readmsdata.xml Tue Apr 30 04:40:33 2019 -0400
b
@@ -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.