# HG changeset patch # User lecorguille # Date 1518514944 18000 # Node ID e93153c07be004fee79cfcc7af0c2113f8f17c90 # Parent d71827ecd22c751f72107426dbe0aa4526a82823 planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 73791d74546087b2a872d9279df960f5bc207298 diff -r d71827ecd22c -r e93153c07be0 README.rst --- a/README.rst Thu Oct 26 11:14:49 2017 -0400 +++ b/README.rst Tue Feb 13 04:42:24 2018 -0500 @@ -22,9 +22,9 @@ Changelog/News -------------- -**Version 2.2.0 - 19/10/2017** +**Version 2.1.1 - 29/11/2017** -- NEW: The TIC and BPC is new exported as tabular files to be visualized using MultiQC. +- 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 - 22/02/2017** diff -r d71827ecd22c -r e93153c07be0 abims_xcms_xcmsSet.xml --- a/abims_xcms_xcmsSet.xml Thu Oct 26 11:14:49 2017 -0400 +++ b/abims_xcms_xcmsSet.xml Tue Feb 13 04:42:24 2018 -0500 @@ -1,4 +1,4 @@ - + Filtration and Peak Identification using xcmsSet function from xcms R package to preprocess LC/MS data for relative quantification and statistical analysis @@ -21,6 +21,9 @@ xsetRdataOutput '$xsetRData' sampleMetadataOutput '$sampleMetadata' + ticspdf '$ticsRawPdf' + bicspdf '$bpcsRawPdf' + #if $options_scanrange.option == "show": scanrange "c($options_scanrange.scanrange)" @@ -56,13 +59,7 @@ scales "c($methods.scales)" SNR.method "$methods.SNR_method" #end if - - #if $input.is_of_type("mzxml") or $input.is_of_type("mzml") or $input.is_of_type("mzdata") or $input.is_of_type("netcdf"): - && mv *-TIC_mqc.out $ticsRawTab - && mv *-BPC_mqc.out $bpcsRawTab - #end if - - @COMMAND_LOG_EXIT@; + @COMMAND_LOG_EXIT@ ]]> @@ -158,47 +155,39 @@ - - - - - - - - input.extension in ["mzxml","mzml","mzdata","netcdf"] - - - input.extension in ["mzxml","mzml","mzdata","netcdf"] - - - input.extension not in ["mzxml","mzml","mzdata","netcdf"] - - input.extension not in ["mzxml","mzml","mzdata","netcdf"] - tic_bpc_pdf - - - input.extension not in ["mzxml","mzml","mzdata","netcdf"] - tic_bpc_pdf - - - input.extension not in ["mzxml","mzml","mzdata","netcdf"] - - - - input.extension not in ["mzxml","mzml","mzdata","netcdf"] - - + + + - -