comparison abims_xcms_xcmsSet.xml @ 34:efd23113d5f4 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 49203f8a5271fa5e6bb889e907df71ebf7757309
author lecorguille
date Thu, 08 Mar 2018 05:51:32 -0500
parents c363b9f1caef
children 7f636ad1162b
comparison
equal deleted inserted replaced
33:c363b9f1caef 34:efd23113d5f4
179 <outputs> 179 <outputs>
180 <data name="xsetRData" format="rdata.xcms.raw" label="${input.name.rsplit('.',1)[0]}.xset.RData" from_work_dir="xcmsSet.RData" /> 180 <data name="xsetRData" format="rdata.xcms.raw" label="${input.name.rsplit('.',1)[0]}.xset.RData" from_work_dir="xcmsSet.RData" />
181 <data name="sampleMetadata" format="tabular" label="${input.name.rsplit('.',1)[0]}.sampleMetadata.tsv" from_work_dir="sampleMetadata.tsv" > 181 <data name="sampleMetadata" format="tabular" label="${input.name.rsplit('.',1)[0]}.sampleMetadata.tsv" from_work_dir="sampleMetadata.tsv" >
182 <filter>input.extension not in ["mzxml","mzml","mzdata","netcdf"]</filter> 182 <filter>input.extension not in ["mzxml","mzml","mzdata","netcdf"]</filter>
183 </data> 183 </data>
184 <data name="ticsRawPdf" format="pdf" label="${input.name.rsplit('.',1)[0]}.xset.TICs_raw.pdf" from_work_dir="TICs.pdf" />
185 <data name="bpcsRawPdf" format="pdf" label="${input.name.rsplit('.',1)[0]}.xset.BPCs_raw.pdf" from_work_dir="BICs.pdf" />
186 <data name="log" format="txt" label="${input.name.rsplit('.',1)[0]}.xset.log.txt" from_work_dir="log.txt" /> 184 <data name="log" format="txt" label="${input.name.rsplit('.',1)[0]}.xset.log.txt" from_work_dir="log.txt" />
187 </outputs> 185 </outputs>
188 186
189 <tests> 187 <tests>
190 188
618 --------------------------------------------------- 616 ---------------------------------------------------
619 617
620 Changelog/News 618 Changelog/News
621 -------------- 619 --------------
622 620
623 **Version 3.0.0.0 - 14/02/2018** 621 **Version 3.0.0.0 - 08/03/2018**
624 622
625 - UPGRADE: upgrade the xcms version from 1.46.0 to 3.0.0. So refactoring of a lot of underlining codes and methods 623 - UPGRADE: upgrade the xcms version from 1.46.0 to 3.0.0. So refactoring of a lot of underlying codes and methods. Some parameters may have been renamed.
626 624
627 - NEW: a bunch of new options: Spectra Filters, CentWave.mzCenterFun, CentWave.fitgauss, CentWave.verboseColumns, MatchedFilter.sigma 625 - NEW: a bunch of new options: Spectra Filters (previously scanrange), CentWave.(mzCenterFun, fitgauss, verboseColumns), MatchedFilter.(sigma, impute, baseValue, max), MSW.(verboseColumns), ...
628 626
629 - UPDATE: since xcms 3.0.0, some options are no more available: scanrange, profmethod, MatchedFilter.step, MatchedFilter.sigma, MSW.winSize.noise, MSW.SNR.method 627 - UPDATE: since xcms 3.0.0, some options are no more available: scanrange (replace by filters), profmethod, MatchedFilter.step, MatchedFilter.sigma, MSW.winSize.noise, MSW.SNR.method
628
629 - IMPROVEMENT: the advanced options are now in sections. It will allow you to access to all the parameters and to know their default values.
630
631 - IMPROVEMENT: the tool "should" be now more flexible in term of file naming: it "should" accept space and comma. But don't be too imaginative :)
632
633 - CHANGE: removing of the TIC and BPC plots. You can new use the dedicated tool "xcms plot chromatogram"
634
630 635
631 **Version 2.1.1 - 29/11/2017** 636 **Version 2.1.1 - 29/11/2017**
632 637
633 - BUGFIX: To avoid issues with accented letter in the parentFile tag of the mzXML files, we changed a hidden mechanim to LC_ALL=C 638 - BUGFIX: To avoid issues with accented letter in the parentFile tag of the mzXML files, we changed a hidden mechanim to LC_ALL=C
634 639
640
635 **Version 2.1.0 - 22/02/2017** 641 **Version 2.1.0 - 22/02/2017**
636 642
637 - NEW: The W4M tools will be able now to take as input a single file. It will allow to submit in parallel several files and merge them afterward using "xcms.xcmsSet Merger" before "xcms.group". 643 - NEW: The W4M tools will be able now to take as input a single file. It will allow to submit in parallel several files and merge them afterward using "xcms.xcmsSet Merger" before "xcms.group".
638 644
639 - BUGFIX: the default value of "matchedFilter" -> "Step size to use for profile generation" which was of 0.01 have been changed to fix with the XMCS default values to 0.1 645 - BUGFIX: the default value of "matchedFilter" -> "Step size to use for profile generation" which was of 0.01 have been changed to fix with the XMCS default values to 0.1
640 646
647
641 **Version 2.0.11 - 22/12/2016** 648 **Version 2.0.11 - 22/12/2016**
642 649
643 - BUGFIX: propose scanrange for all methods 650 - BUGFIX: propose scanrange for all methods
644 651
652
645 **Version 2.0.10 - 22/12/2016** 653 **Version 2.0.10 - 22/12/2016**
646 654
647 - BUGFIX: when having only one group (i.e. one folder of raw data) the BPC and TIC pdf files do not contain any graph 655 - BUGFIX: when having only one group (i.e. one folder of raw data) the BPC and TIC pdf files do not contain any graph
648 656
657
649 **Version 2.0.9 - 06/07/2016** 658 **Version 2.0.9 - 06/07/2016**
650 659
651 - UPGRADE: upgrade the xcms version from 1.44.0 to 1.46.0 660 - UPGRADE: upgrade the xcms version from 1.44.0 to 1.46.0
652 661
662
653 **Version 2.0.8 - 06/04/2016** 663 **Version 2.0.8 - 06/04/2016**
654 664
655 - TEST: refactoring to pass planemo test using conda dependencies 665 - TEST: refactoring to pass planemo test using conda dependencies
656 666
667
657 **Version 2.0.7 - 10/02/2016** 668 **Version 2.0.7 - 10/02/2016**
658 669
659 - BUGFIX: better management of errors. Datasets remained green although the process failed 670 - BUGFIX: better management of errors. Datasets remained green although the process failed
660 671
661 - BUGFIX/IMPROVEMENT: New checking steps around the imported data in order to raise explicte error message before or after launch XCMS: checking of bad characters in the filenames, checking of the XML integrity and checking of duplicates which can appear in the sample names during the XCMS process because of bad characters 672 - BUGFIX/IMPROVEMENT: New checking steps around the imported data in order to raise explicte error message before or after launch XCMS: checking of bad characters in the filenames, checking of the XML integrity and checking of duplicates which can appear in the sample names during the XCMS process because of bad characters
664 675
665 - UPDATE: refactoring of internal management of inputs/outputs 676 - UPDATE: refactoring of internal management of inputs/outputs
666 677
667 - TEST: refactoring to feed the new report tool 678 - TEST: refactoring to feed the new report tool
668 679
680
669 **Version 2.0.2 - 18/01/2016** 681 **Version 2.0.2 - 18/01/2016**
670 682
671 - BUGFIX: Some zip files were tag as "corrupt" by R. We have changed the extraction mode to deal with thoses cases. 683 - BUGFIX: Some zip files were tag as "corrupt" by R. We have changed the extraction mode to deal with thoses cases.
672 684
685
673 **Version 2.0.2 - 09/10/2015** 686 **Version 2.0.2 - 09/10/2015**
674 687
675 - BUGFIX: Some users reported a bug in xcms.xcmsSet. The preprocessing stops itself and doesn't import the whole dataset contained in the zip file without warning. But meanwhile, please check your samplemetadata dataset and the number of rows. 688 - BUGFIX: Some users reported a bug in xcms.xcmsSet. The preprocessing stops itself and doesn't import the whole dataset contained in the zip file without warning. But meanwhile, please check your samplemetadata dataset and the number of rows.
689
676 690
677 **Version 2.0.2 - 02/06/2015** 691 **Version 2.0.2 - 02/06/2015**
678 692
679 - NEW: The W4M workflows will now take as input a zip file to ease the transfer and to improve dataset exchange between tools and users. (See How_to_upload). The previous "Library directory name" is still available but we invite user to switch on the new zip system as soon as possible. 693 - NEW: The W4M workflows will now take as input a zip file to ease the transfer and to improve dataset exchange between tools and users. (See How_to_upload). The previous "Library directory name" is still available but we invite user to switch on the new zip system as soon as possible.
680 694