# HG changeset patch # User workflow4metabolomics # Date 1585406386 0 # Node ID 2350ab2c7e1389cd134fafd1dc61e2b58a99d2f5 # Parent 3d943f088143ca7fc4cd9ddc6e4b2cddc208603e "planemo upload commit f978cc0a7aa81c244591e560f44970f0d61bf74e" diff -r 3d943f088143 -r 2350ab2c7e13 README.rst --- a/README.rst Thu Feb 13 22:22:06 2020 +0000 +++ b/README.rst Sat Mar 28 14:39:46 2020 +0000 @@ -2,9 +2,13 @@ Changelog/News -------------- +**Version 2.2.6+camera1.42.0+galaxy1 - 09/03/2020** + +- BUGFIX: Fix the zip export of the pictures (eic and boxplot) + **Version 2.2.5+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.1 to 1.42.0 (see CAMERA News_) **Version 2.2.5 - 09/04/2019** diff -r 3d943f088143 -r 2350ab2c7e13 abims_CAMERA_annotateDiffreport.xml --- a/abims_CAMERA_annotateDiffreport.xml Thu Feb 13 22:22:06 2020 +0000 +++ b/abims_CAMERA_annotateDiffreport.xml Sat Mar 28 14:39:46 2020 +0000 @@ -1,4 +1,4 @@ - + CAMERA annotate function. Returns annotation results (isotope peaks, adducts and fragments) and a diffreport if more than one condition. @@ -185,13 +185,13 @@ - diffreport['options']['option'] == 'show' and diffreport['options']['png2'] == 'zip' + diffreport['options']['option'] == 'show' and diffreport['options']['eicmax'] > 0 and diffreport['options']['png2'] == 'zip' - diffreport['options']['option'] == 'show' and diffreport['options']['png2'] == 'zip' + diffreport['options']['option'] == 'show' and diffreport['options']['eicmax'] > 0 and diffreport['options']['png2'] == 'zip' - diffreport['options']['option'] == 'show' and diffreport['options']['png2'] == 'pdf' + diffreport['options']['option'] == 'show' and diffreport['options']['eicmax'] > 0 and diffreport['options']['png2'] == 'pdf' @@ -436,6 +436,10 @@ .. _News: https://bioconductor.org/packages/release/bioc/news/CAMERA/NEWS +**Version 2.2.5+camera1.42.0+galaxy1 - 09/03/2020** + +- BUGFIX: Fix the zip export of the pictures (eic and boxplot) + @HELP_CAMERA_NEWVERSION_1420@ **Version 2.2.5 - 09/04/2019** diff -r 3d943f088143 -r 2350ab2c7e13 lib.r --- a/lib.r Thu Feb 13 22:22:06 2020 +0000 +++ b/lib.r Sat Mar 28 14:39:46 2020 +0000 @@ -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 3d943f088143 -r 2350ab2c7e13 macros.xml --- a/macros.xml Thu Feb 13 22:22:06 2020 +0000 +++ b/macros.xml Sat Mar 28 14:39:46 2020 +0000 @@ -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_)