# HG changeset patch # User lecorguille # Date 1511967807 18000 # Node ID 225cb83475722d643fee63417437ffe25407f484 # Parent 1c30ff90f3ae4ea5ffbf6abee08f7261fc0d6a2a planemo upload commit 239d7043ccba9d1d1861d7d8ac353c77497e0880 diff -r 1c30ff90f3ae -r 225cb8347572 README.rst --- a/README.rst Fri Apr 07 07:42:18 2017 -0400 +++ b/README.rst Wed Nov 29 10:03:27 2017 -0500 @@ -2,6 +2,10 @@ Changelog/News -------------- +**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 1c30ff90f3ae -r 225cb8347572 abims_CAMERA_annotateDiffreport.xml --- a/abims_CAMERA_annotateDiffreport.xml Fri Apr 07 07:42:18 2017 -0400 +++ b/abims_CAMERA_annotateDiffreport.xml Wed Nov 29 10:03:27 2017 -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,10 @@ Changelog/News -------------- +**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 1c30ff90f3ae -r 225cb8347572 macros.xml --- a/macros.xml Fri Apr 07 07:42:18 2017 -0400 +++ b/macros.xml Wed Nov 29 10:03:27 2017 -0500 @@ -16,7 +16,7 @@ - LANG=C Rscript $__tool_directory__/CAMERA.r + LC_ALL=C Rscript $__tool_directory__/CAMERA.r