Mercurial > repos > lecorguille > camera_annotate
changeset 15:6139bfcc95cb draft
planemo upload commit 98f8d5d3e1a4356b411f16644ffa4da444ac2bdb
author | lecorguille |
---|---|
date | Thu, 01 Mar 2018 08:29:32 -0500 |
parents | 225cb8347572 |
children | a2c49996603e |
files | README.rst abims_CAMERA_annotateDiffreport.xml macros.xml |
diffstat | 3 files changed, 12 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/README.rst Wed Nov 29 10:03:27 2017 -0500 +++ b/README.rst Thu Mar 01 08:29:32 2018 -0500 @@ -2,6 +2,10 @@ Changelog/News -------------- +**Version 2.2.2 - 01/03/2018** + +- UPGRADE: upgrate the CAMERA version from 1.26.0 to 1.32.0 + **Version 2.2.1 - 29/11/2017** - BUGFIX: To avoid issues with accented letter in the parentFile tag of the mzXML files, we changed a hidden mechanim to LC_ALL=C
--- a/abims_CAMERA_annotateDiffreport.xml Wed Nov 29 10:03:27 2017 -0500 +++ b/abims_CAMERA_annotateDiffreport.xml Thu Mar 01 08:29:32 2018 -0500 @@ -1,4 +1,4 @@ -<tool id="abims_CAMERA_annotateDiffreport" name="CAMERA.annotate" version="2.2.1"> +<tool id="abims_CAMERA_annotateDiffreport" name="CAMERA.annotate" version="2.2.2"> <description>CAMERA annotate function. Returns annotation results (isotope peaks, adducts and fragments) and a diffreport if more than one condition.</description> @@ -424,6 +424,10 @@ Changelog/News -------------- +**Version 2.2.2 - 01/03/2018** + +- UPGRADE: upgrate the CAMERA version from 1.26.0 to 1.32.0 + **Version 2.2.1 - 29/11/2017** - BUGFIX: To avoid issues with accented letter in the parentFile tag of the mzXML files, we changed a hidden mechanim to LC_ALL=C
--- a/macros.xml Wed Nov 29 10:03:27 2017 -0500 +++ b/macros.xml Thu Mar 01 08:29:32 2018 -0500 @@ -2,9 +2,9 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="0.4_1">r-snow</requirement> - <requirement type="package" version="1.26.0">bioconductor-camera</requirement> - <requirement type="package" version="2.26.0">bioconductor-multtest</requirement> + <requirement type="package" version="0.4_2">r-snow</requirement> + <requirement type="package" version="1.32.0">bioconductor-camera</requirement> + <requirement type="package" version="2.28.0">bioconductor-multtest</requirement> <requirement type="package" version="1.1_4">r-batch</requirement> <requirement type="package" version="1.3.23">graphicsmagick</requirement> </requirements>