# HG changeset patch # User lecorguille # Date 1511966801 18000 # Node ID e4e0254a3c0a492602b75cc9e89a692fa0a94ac8 # Parent 4bfef820569bf1837f0fe794704fa501851f3771 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 4897a06ef248e2e74e57a496dd68adbda3c828f1 diff -r 4bfef820569b -r e4e0254a3c0a README.rst --- a/README.rst Fri Apr 07 07:36:24 2017 -0400 +++ b/README.rst Wed Nov 29 09:46:41 2017 -0500 @@ -2,6 +2,10 @@ Changelog/News -------------- +**Version 2.1.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.1.0 - 03/02/2017** - IMPROVEMENT: xcms.retcor can deal with merged individual data @@ -34,4 +38,3 @@ - IMPROVEMENT: new datatype/dataset formats (rdata.xcms.raw, rdata.xcms.group, rdata.xcms.retcor ...) will facilitate the sequence of tools and so avoid incompatibility errors. - IMPROVEMENT: parameter labels have changed to facilitate their reading. - diff -r 4bfef820569b -r e4e0254a3c0a abims_xcms_retcor.xml --- a/abims_xcms_retcor.xml Fri Apr 07 07:36:24 2017 -0400 +++ b/abims_xcms_retcor.xml Wed Nov 29 09:46:41 2017 -0500 @@ -1,4 +1,4 @@ - + Retention Time Correction using retcor function from xcms R package @@ -319,6 +319,10 @@ Changelog/News -------------- +**Version 2.1.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.1.0 - 03/02/2017** - IMPROVEMENT: xcms.retcor can deal with merged individual data diff -r 4bfef820569b -r e4e0254a3c0a macros.xml --- a/macros.xml Fri Apr 07 07:36:24 2017 -0400 +++ b/macros.xml Wed Nov 29 09:46:41 2017 -0500 @@ -19,7 +19,7 @@ - LANG=C Rscript $__tool_directory__/xcms.r + LC_ALL=C Rscript $__tool_directory__/xcms.r