# HG changeset patch # User lecorguille # Date 1519909456 18000 # Node ID 34d89b4ad86924f658e9db5a760a544e70e064b6 # Parent 3b2b642542f6e370a53c3df963c6165e2b705b0b planemo upload commit 757700163128641f447d6fd089f2649d60a82f15 diff -r 3b2b642542f6 -r 34d89b4ad869 README.rst --- a/README.rst Wed Apr 05 11:27:56 2017 -0400 +++ b/README.rst Thu Mar 01 08:04:16 2018 -0500 @@ -2,6 +2,14 @@ Changelog/News -------------- +**Version 2.2.2 - 01/03/2018** + +- UPGRADE: upgrate the CAMERA version from 1.26.0 to 1.32.0 + +**Version 2.2.1 - 29/11/2017** + +- BUGFIX: To avoid issues with accented letter in the parentFile tag of the mzXML files, we changed a hidden mechanim to LC_ALL=C + **Version 2.2.0 - 03/02/2017** - BUGFIX: the diffreport ids didn't convert the rt in minute as the other export diff -r 3b2b642542f6 -r 34d89b4ad869 abims_CAMERA_annotateDiffreport.xml --- a/abims_CAMERA_annotateDiffreport.xml Wed Apr 05 11:27:56 2017 -0400 +++ b/abims_CAMERA_annotateDiffreport.xml Thu Mar 01 08:04:16 2018 -0500 @@ -1,4 +1,4 @@ - + CAMERA annotate function. Returns annotation results (isotope peaks, adducts and fragments) and a diffreport if more than one condition. @@ -424,6 +424,14 @@ Changelog/News -------------- +**Version 2.2.2 - 01/03/2018** + +- UPGRADE: upgrate the CAMERA version from 1.26.0 to 1.32.0 + +**Version 2.2.1 - 29/11/2017** + +- BUGFIX: To avoid issues with accented letter in the parentFile tag of the mzXML files, we changed a hidden mechanim to LC_ALL=C + **Version 2.2.0 - 28/03/2017** - BUGFIX: the diffreport ids didn't convert the rt in minute as the other export diff -r 3b2b642542f6 -r 34d89b4ad869 macros.xml --- a/macros.xml Wed Apr 05 11:27:56 2017 -0400 +++ b/macros.xml Thu Mar 01 08:04:16 2018 -0500 @@ -2,9 +2,9 @@ - r-snow - bioconductor-camera - bioconductor-multtest + r-snow + bioconductor-camera + bioconductor-multtest r-batch graphicsmagick @@ -16,7 +16,7 @@ - LANG=C Rscript $__tool_directory__/CAMERA.r + LC_ALL=C Rscript $__tool_directory__/CAMERA.r