# HG changeset patch # User lecorguille # Date 1456178609 18000 # Node ID 003373d586724aecc9f2bfb2fefebb65a0afe036 # Parent 1e1d5af9684a8ca75cc8fb697acb4abf70c5fe97 planemo upload diff -r 1e1d5af9684a -r 003373d58672 Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Mon Feb 22 17:03:29 2016 -0500 @@ -0,0 +1,23 @@ +# USAGE: make [install|clean] + +# -------- VARIABLE -------- + +OBJ=xcms_group.tgz +DEP=abims_xcms_group.xml tool_dependencies.xml repository_dependencies.xml static test-data + + +# ------------------------ + +all: $(OBJ) + +$(OBJ): $(DEP) + tar --exclude=".svn" -zchf $@ $^ + +# ------------------------ + +install: $(OBJ) + mv *.tgz ~ + +clean: + rm *.tgz + diff -r 1e1d5af9684a -r 003373d58672 README.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.rst Mon Feb 22 17:03:29 2016 -0500 @@ -0,0 +1,19 @@ + +Changelog/News +-------------- + +**Version 2.0.4 - 10/02/2016** + +- BUGFIX: better management of errors. Datasets remained green although the process failed + +- UPDATE: refactoring of internal management of inputs/outputs + +- UPDATE: refactoring to feed the new report tool + + +**Version 2.0.2 - 02/06/2015** + +- 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 1e1d5af9684a -r 003373d58672 abims_xcms_group.xml --- a/abims_xcms_group.xml Mon Jan 04 10:39:46 2016 -0500 +++ b/abims_xcms_group.xml Mon Feb 22 17:03:29 2016 -0500 @@ -272,6 +272,27 @@ :width: 700 +--------------------------------------------------- + +Changelog/News +-------------- + +**Version 2.0.4 - 10/02/2016** + +- BUGFIX: better management of errors. Datasets remained green although the process failed + +- UPDATE: refactoring of internal management of inputs/outputs + +- UPDATE: refactoring to feed the new report tool + + +**Version 2.0.2 - 02/06/2015** + +- 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 1e1d5af9684a -r 003373d58672 planemo.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/planemo.sh Mon Feb 22 17:03:29 2016 -0500 @@ -0,0 +1,1 @@ +planemo shed_init -f --name=xcms_group --owner=lecorguille --description="[W4M][GC-MS] XCMS R Package - Preprocessing - Group peaks from different samples together" --homepage_url="http://workflow4metabolomics.org" --long_description="Part of the W4M project: http://workflow4metabolomics.org\n\nXCMS: http://www.bioconductor.org/packages/release/bioc/html/xcms.html\n\nGroup peaks together across samples using overlapping m/z bins and calculation of smoothed peak distributions in chromatographic time.\n\nBEWARE: this tool don't come with its script. You will need to install the dedicated package_xcms_w4m_script too" --category="Metabolomics" diff -r 1e1d5af9684a -r 003373d58672 tool_dependencies.xml --- a/tool_dependencies.xml Mon Jan 04 10:39:46 2016 -0500 +++ b/tool_dependencies.xml Mon Feb 22 17:03:29 2016 -0500 @@ -1,12 +1,12 @@ - + - +