Mercurial > repos > lecorguille > xcms_xcmsset
diff abims_xcms_xcmsSet.xml @ 51:44ab040fffa0 draft
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit eca29d4347fe2f4802091c4a06715232a6fd9253
author | workflow4metabolomics |
---|---|
date | Mon, 15 Jul 2024 15:55:46 +0000 |
parents | 1c63d9d402e6 |
children | 3d01d97f7335 |
line wrap: on
line diff
--- a/abims_xcms_xcmsSet.xml Wed Apr 07 10:33:00 2021 +0000 +++ b/abims_xcms_xcmsSet.xml Mon Jul 15 15:55:46 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="abims_xcms_xcmsSet" name="xcms findChromPeaks (xcmsSet)" version="@TOOL_VERSION@+galaxy0"> +<tool id="abims_xcms_xcmsSet" name="xcms findChromPeaks (xcmsSet)" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>Chromatographic peak detection</description> <macros> @@ -187,11 +187,8 @@ <outputs> <data name="xsetRData" format="rdata.xcms.findchrompeaks" label="${image.name.rsplit('.',1)[0]}.xset.RData" from_work_dir="xcmsSet.RData" /> <data name="log" format="txt" label="${image.name.rsplit('.',1)[0]}.xset.log.txt" from_work_dir="log.txt" /> - <data name="peaklist_out1" format="tabular" label="${image.name[:-6]}.chromPeak_table.tsv" from_work_dir="chromPeak_table.tsv" > - <filter>methods['method'] == 'CentWave' and (methods['CentWaveAdv']['peaklist'])</filter> - </data> - <data name="peaklist_out2" format="tabular" label="${image.name[:-6]}.chromPeak_table.tsv" from_work_dir="chromPeak_table.tsv" > - <filter>methods['method'] == 'MatchedFilter' and (methods['MatchedFilterAdv']['peaklist'])</filter> + <data name="peaklist_out" format="tabular" label="${image.name[:-6]}.chromPeak_table.tsv" from_work_dir="chromPeak_table.tsv" > + <filter>methods['method'] in ['CentWave', 'MatchedFilter'] and (methods['CentWaveAdv']['peaklist'])</filter> </data> </outputs> @@ -227,7 +224,7 @@ <has_text text="Sample classes: KO, WT" /> </assert_stdout> </test>--> - <test> + <test expect_num_outputs="2"> <param name="image" value="ko15-raw.RData" ftype="rdata" /> <conditional name="methods"> <param name="method" value="CentWave" />