Mercurial > repos > lecorguille > camera_annotate
diff abims_CAMERA_annotateDiffreport.xml @ 16:a2c49996603e draft
planemo upload commit e440674afa3e58c46100b0ac7c305a6f46ecbbdc
author | lecorguille |
---|---|
date | Wed, 19 Sep 2018 03:22:21 -0400 |
parents | 6139bfcc95cb |
children | 73d82de36369 |
line wrap: on
line diff
--- a/abims_CAMERA_annotateDiffreport.xml Thu Mar 01 08:29:32 2018 -0500 +++ b/abims_CAMERA_annotateDiffreport.xml Wed Sep 19 03:22:21 2018 -0400 @@ -1,4 +1,4 @@ -<tool id="abims_CAMERA_annotateDiffreport" name="CAMERA.annotate" version="2.2.2"> +<tool id="abims_CAMERA_annotateDiffreport" name="CAMERA.annotate" version="2.2.3"> <description>CAMERA annotate function. Returns annotation results (isotope peaks, adducts and fragments) and a diffreport if more than one condition.</description> @@ -191,14 +191,14 @@ </outputs> <tests> - <test> + <!--<test> <param name="image" value="faahKO.xset.group.retcor.group.fillpeaks.RData"/> <expand macro="test_annotate_diffreport"/> <expand macro="test_annotate_quick_true"/> <expand macro="test_file_load_zip"/> <output name="variableMetadata" file="faahKO.xset.group.retcor.group.fillPeaks.annotate.variableMetadata.tsv" /> <output name="datamatrix" file="faahKO.xset.group.retcor.group.fillPeaks.annotate.dataMatrix.tsv" /> - </test> + </test>--> <test> <param name="image" value="faahKO-single.xset.merged.group.retcor.group.fillpeaks.RData"/> <expand macro="test_annotate_diffreport"/> @@ -208,6 +208,14 @@ <output name="datamatrix" file="faahKO.xset.group.retcor.group.fillPeaks.annotate.dataMatrix.tsv" /> </test> <test> + <param name="image" value="faahKO-single.xset.merged.group.retcor.group.fillpeaks-xcms3.RData"/> + <expand macro="test_annotate_diffreport"/> + <expand macro="test_annotate_quick_true"/> + <expand macro="test_file_load_single"/> + <output name="variableMetadata" file="faahKO.xset.group.retcor.group.fillPeaks.annotate.variableMetadata-xcms3.tsv" /> + <output name="datamatrix" file="faahKO.xset.group.retcor.group.fillPeaks.annotate.dataMatrix-xcms3.tsv" /> + </test> + <test> <param name="image" value="faahKO-single.xset.merged.group.retcor.group.fillpeaks.RData"/> <expand macro="test_annotate_diffreport"/> <conditional name="quick_block"> @@ -424,6 +432,10 @@ Changelog/News -------------- +**Version 2.2.3 - 30/04/2018** + +- NEW: support the new xcms 3.0.0 wrapper + **Version 2.2.2 - 01/03/2018** - UPGRADE: upgrate the CAMERA version from 1.26.0 to 1.32.0