Mercurial > repos > lecorguille > xcms_merge
comparison xcms_merge.xml @ 17:ae28a753a6f8 draft default tip
planemo upload for repository https://github.com/workflow4metabolomics/tools-metabolomics/ commit 95721ced8347c09e79340e6d67ecb41c5cc64163
author | workflow4metabolomics |
---|---|
date | Mon, 03 Feb 2025 14:45:41 +0000 |
parents | 58b5a4b6e1da |
children |
comparison
equal
deleted
inserted
replaced
16:6d475a389abc | 17:ae28a753a6f8 |
---|---|
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' |