Repository 'camera_annotate'
hg clone https://toolshed.g2.bx.psu.edu/repos/lecorguille/camera_annotate

Changeset 15:6139bfcc95cb (2018-03-01)
Previous changeset 14:225cb8347572 (2017-11-29) Next changeset 16:a2c49996603e (2018-09-19)
Commit message:
planemo upload commit 98f8d5d3e1a4356b411f16644ffa4da444ac2bdb
modified:
README.rst
abims_CAMERA_annotateDiffreport.xml
macros.xml
b
diff -r 225cb8347572 -r 6139bfcc95cb README.rst
--- a/README.rst Wed Nov 29 10:03:27 2017 -0500
+++ b/README.rst Thu Mar 01 08:29:32 2018 -0500
b
@@ -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
b
diff -r 225cb8347572 -r 6139bfcc95cb abims_CAMERA_annotateDiffreport.xml
--- 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
b
@@ -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
b
diff -r 225cb8347572 -r 6139bfcc95cb macros.xml
--- a/macros.xml Wed Nov 29 10:03:27 2017 -0500
+++ b/macros.xml Thu Mar 01 08:29:32 2018 -0500
b
@@ -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>