# HG changeset patch # User workflow4metabolomics # Date 1585406467 14400 # Node ID c4c13745e79725575f84233447bb3586f7c54231 # Parent ea15115a5b3ff3254807ee96733413ebd559f73a "planemo upload commit f978cc0a7aa81c244591e560f44970f0d61bf74e" diff -r ea15115a5b3f -r c4c13745e797 README.rst --- a/README.rst Thu Feb 13 17:23:27 2020 -0500 +++ b/README.rst Sat Mar 28 10:41:07 2020 -0400 @@ -2,6 +2,10 @@ Changelog/News -------------- +**Version 2.2.6+camera1.42.0** - 13/02/2020 + +UPGRADE: upgrade the CAMERA version from 1.38.1 to 1.42.0 (see CAMERA News_) + **Version 2.2.5 - 09/04/2019** - UPGRADE: upgrade the CAMERA version from 1.34.0 to 1.38.1 (see CAMERA News_) diff -r ea15115a5b3f -r c4c13745e797 abims_CAMERA_combinexsAnnos.xml --- a/abims_CAMERA_combinexsAnnos.xml Thu Feb 13 17:23:27 2020 -0500 +++ b/abims_CAMERA_combinexsAnnos.xml Sat Mar 28 10:41:07 2020 -0400 @@ -1,4 +1,4 @@ - + Wrapper function for the combinexsAnnos CAMERA function. Returns a dataframe with recalculated annotations. diff -r ea15115a5b3f -r c4c13745e797 lib.r --- a/lib.r Thu Feb 13 17:23:27 2020 -0500 +++ b/lib.r Sat Mar 28 10:41:07 2020 -0400 @@ -187,12 +187,12 @@ if (args$eicmax != 0) { if (args$png2 == "pdf") diffreport_png2pdf(filebase) + if (args$png2 == "zip") + diffreport_png2zip() } } } } - if (args$png2 == "zip") - diffreport_png2zip() if (args$tabular2 == "zip") diffreport_tabular2zip() } diff -r ea15115a5b3f -r c4c13745e797 macros.xml --- a/macros.xml Thu Feb 13 17:23:27 2020 -0500 +++ b/macros.xml Sat Mar 28 10:41:07 2020 -0400 @@ -161,9 +161,9 @@ -**Version 2.2.5+camera1.42.0 - 13/02/2020** +**Version 2.2.6+camera1.42.0 - 13/02/2020** -- UPGRADE: upgrade the xcms version from 3.0.0 to 1.42.0 (see CAMERA News_) +- UPGRADE: upgrade the CAMERA version from 1.38.0 to 1.42.0 (see CAMERA News_)