Mercurial > repos > lecorguille > xcms_merge
comparison xcms_merge.xml @ 25:7e2770b86a0e draft default tip
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
author | workflow4metabolomics |
---|---|
date | Mon, 03 Feb 2025 14:39:35 +0000 |
parents | bf452dc6e4b0 |
children |
comparison
equal
deleted
inserted
replaced
24:bf452dc6e4b0 | 25:7e2770b86a0e |
---|---|
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 | 8 |
9 <expand macro="requirements"/> | 9 <expand macro="requirements"/> |
10 <required_files> | |
11 <include path="xcms_merge.r" /> | |
12 <include path="lib.r" /> | |
13 </required_files> | |
10 <expand macro="stdio"/> | 14 <expand macro="stdio"/> |
11 | 15 |
12 <command><![CDATA[ | 16 <command><![CDATA[ |
13 @COMMAND_RSCRIPT@/xcms_merge.r | 17 @COMMAND_RSCRIPT@xcms_merge.r |
14 | 18 |
15 images 'c("${"\",\"".join(map(str, $images))}")' | 19 images 'c("${"\",\"".join(map(str, $images))}")' |
16 | 20 |
17 #if str($sampleMetadata) != 'None': | 21 #if str($sampleMetadata) != 'None': |
18 sampleMetadata '$sampleMetadata' | 22 sampleMetadata '$sampleMetadata' |