Mercurial > repos > lecorguille > xcms_plot_chromatogram
comparison xcms_plot_chromatogram.xml @ 16:9291271ec4d9 draft default tip
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
author | workflow4metabolomics |
---|---|
date | Mon, 03 Feb 2025 14:46:19 +0000 |
parents | 8846a03995d3 |
children |
comparison
equal
deleted
inserted
replaced
15:c8bef8f6a1cb | 16:9291271ec4d9 |
---|---|
4 <macros> | 4 <macros> |
5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
6 <import>macros_xcms.xml</import> | 6 <import>macros_xcms.xml</import> |
7 </macros> | 7 </macros> |
8 <expand macro="requirements"/> | 8 <expand macro="requirements"/> |
9 <required_files> | |
10 <include path="xcms_plot_chromatogram.r" /> | |
11 <include path="lib.r" /> | |
12 </required_files> | |
9 <expand macro="stdio"/> | 13 <expand macro="stdio"/> |
10 | 14 |
11 <command><![CDATA[ | 15 <command><![CDATA[ |
12 @COMMAND_RSCRIPT@//xcms_plot_chromatogram.r | 16 @COMMAND_RSCRIPT@xcms_plot_chromatogram.r |
13 | 17 |
14 images 'c("${"\",\"".join(map(str, $images))}")' | 18 images 'c("${"\",\"".join(map(str, $images))}")' |
15 | 19 |
16 #if str($sampleMetadata) != 'None': | 20 #if str($sampleMetadata) != 'None': |
17 sampleMetadata '$sampleMetadata' | 21 sampleMetadata '$sampleMetadata' |