# HG changeset patch # User lecorguille # Date 1511966858 18000 # Node ID a5347d57899f63f8cbcecec81e7b3f19287fbd06 # Parent 27e7da5f6848fb1319b705c643ee7d96dd695c05 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 4897a06ef248e2e74e57a496dd68adbda3c828f1 diff -r 27e7da5f6848 -r a5347d57899f macros.xml --- a/macros.xml Fri Apr 07 07:37:23 2017 -0400 +++ b/macros.xml Wed Nov 29 09:47:38 2017 -0500 @@ -19,7 +19,7 @@ - LANG=C Rscript $__tool_directory__/xcms.r + LC_ALL=C Rscript $__tool_directory__/xcms.r diff -r 27e7da5f6848 -r a5347d57899f xcms_summary.r --- a/xcms_summary.r Fri Apr 07 07:37:23 2017 -0400 +++ b/xcms_summary.r Wed Nov 29 09:47:38 2017 -0500 @@ -98,8 +98,8 @@ md5sumHeaderHtml = paste("md5sum*md5sum** after bad characters removal") md5sumHtml = paste("",md5sumList$origin,"",md5sumList$removalBadCharacters,"") md5sumLegend = "
*The program md5sum is designed to verify data integrity. So you can check if the data were uploaded correctly or if the data were changed during the process.
**Because some bad characters (eg: accent) were removed from your original file, the checksum have changed too.
" - } - + } + writehtml("",sampleNameHeaderHtml,"filename",md5sumHeaderHtml,"") writehtml(paste("",sampleNameHtml,"",xset@filepaths,"",md5sumHtml,""))