# HG changeset patch # User lecorguille # Date 1456177691 18000 # Node ID 8c5bb7b86df9e546af61fc307132de8453ede161 # Parent 9882346d42a870721f8dc0d337211c84d9674158 planemo upload diff -r 9882346d42a8 -r 8c5bb7b86df9 Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Mon Feb 22 16:48:11 2016 -0500 @@ -0,0 +1,23 @@ +# USAGE: make [install|clean] + +# -------- VARIABLE -------- + +OBJ=camera_annotate.tgz +DEP=abims_CAMERA_annotateDiffreport.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 9882346d42a8 -r 8c5bb7b86df9 README.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.rst Mon Feb 22 16:48:11 2016 -0500 @@ -0,0 +1,29 @@ + +Changelog/News +-------------- + +**Version 2.1.3 - 10/02/2016** + +- BUGFIX: better management of errors. Datasets remained green although the process failed + +- BUGFIX: the conversion into minutes of the retention time was applied to the diffreport outputs (several conditions) + +- IMPROVEMENT: when there are several conditions, the tool will generate individual datasets (tsv, pdf) instead of a zip file. The usual png (eic, boxplot) will from now be integrated in two pdf. + +- UPDATE: refactoring of internal management of inputs/outputs + + +VERSION 2.1.0 - 09/10/2015** + +- BUGFIX: There was a bug with the CAMERA.annotate (generating a bad dataMatrix (intensities which don't match with the metabolites)) + + +VERSION 2.1.0 - 07/06/2015** + +- IMPROVEMENT: new datatype/dataset formats (rdata.camera.positive, rdata.camera.negative, rdata.camera.quick ...) will facilitate the sequence of tools and so avoid incompatibility errors. + +- IMPROVEMENT: parameter labels have changed to facilitate their reading. + +- UPDATE: merged with annotateDiffreport. Some parameters are dedicated to experiences with several conditions + + diff -r 9882346d42a8 -r 8c5bb7b86df9 abims_CAMERA_annotateDiffreport.xml --- a/abims_CAMERA_annotateDiffreport.xml Thu Dec 17 09:09:41 2015 -0500 +++ b/abims_CAMERA_annotateDiffreport.xml Mon Feb 22 16:48:11 2016 -0500 @@ -1,4 +1,4 @@ - + CAMERA annotate function. Returns annotation results (isotope peaks, adducts and fragments) and a diffreport if more than one condition. @@ -7,17 +7,27 @@ Rscript xcms camera - camera_w4m_script + camera_w4m_script + CAMERA.r + graphicsmagick + convert - + + ]]> @@ -145,7 +143,7 @@ - + @@ -189,7 +187,7 @@ - + + +--------------------------------------------------- + +Changelog/News +-------------- + +**Version 2.1.3 - 10/02/2016** + +- BUGFIX: better management of errors. Datasets remained green although the process failed + +- BUGFIX: the conversion into minutes of the retention time was applied to the diffreport outputs (several conditions) + +- IMPROVEMENT: when there are several conditions, the tool will generate individual datasets (tsv, pdf) instead of a zip file. The usual png (eic, boxplot) will from now be integrated in two pdf. + +- UPDATE: refactoring of internal management of inputs/outputs + + +VERSION 2.1.0 - 09/10/2015** + +- BUGFIX: There was a bug with the CAMERA.annotate (generating a bad dataMatrix (intensities which don't match with the metabolites)) + + +VERSION 2.1.0 - 07/06/2015** + +- IMPROVEMENT: new datatype/dataset formats (rdata.camera.positive, rdata.camera.negative, rdata.camera.quick ...) will facilitate the sequence of tools and so avoid incompatibility errors. + +- IMPROVEMENT: parameter labels have changed to facilitate their reading. + +- UPDATE: merged with annotateDiffreport. Some parameters are dedicated to experiences with several conditions + + + ]]> 10.1021/ac202450g diff -r 9882346d42a8 -r 8c5bb7b86df9 tool_dependencies.xml --- a/tool_dependencies.xml Thu Dec 17 09:09:41 2015 -0500 +++ b/tool_dependencies.xml Mon Feb 22 16:48:11 2016 -0500 @@ -6,7 +6,10 @@ - - + + + + +