Mercurial > repos > eschen42 > xcms_refine
annotate macros.xml @ 0:ae9ef9219aae draft default tip
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
| author | eschen42 | 
|---|---|
| date | Fri, 12 Feb 2021 18:05:29 +0000 | 
| parents | |
| children | 
| rev | line source | 
|---|---|
| 0 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 1 <?xml version="1.0"?> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 2 <macros> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 3 <xml name="stdio"> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 4 <stdio> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 5 <exit_code range="1" level="fatal" /> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 6 </stdio> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 7 </xml> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 8 | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 9 <!-- COMMAND --> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 10 <token name="@COMMAND_RSCRIPT@">LC_ALL=C Rscript $__tool_directory__/</token> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 11 | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 12 <token name="@COMMAND_LOG_EXIT@"> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 13 ; | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 14 return=\$?; | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 15 cat 'log.txt'; | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 16 sh -c "exit \$return" | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 17 </token> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 18 | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 19 <!-- INPUT_VALIDATORS --> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 20 <xml name="input_validator_range_integer"> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 21 <validator type="regex" message="The format is 'min,max'" >[0-9]+ *, *[0-9]+</validator> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 22 </xml> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 23 | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 24 <xml name="input_validator_range_float"> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 25 <validator type="regex" message="The format is 'min,max'" >[0-9]+\.?[0-9]* *, *[0-9]+\.?[0-9]*</validator> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 26 </xml> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 27 | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 28 <xml name="input_validator_list_integer"> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 29 <validator type="regex" message="The format is '1,2,4,6'" >[0-9, ]+</validator> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 30 </xml> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 31 | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 32 | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 33 <token name="@INPUT_IMAGE_LABEL@">RData file</token> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 34 <token name="@INPUT_IMAGE_HELP@">It contains a xcms3::XCMSnExp object (named xdata)</token> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 35 | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 36 | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 37 <!-- MISC --> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 38 <token name="@HELP_AUTHORS_WRAPPERS@"> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 39 | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 40 .. class:: infomark | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 41 | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 42 **Galaxy integration** ABiMS TEAM - SU/CNRS - Station biologique de Roscoff and Yann Guitton - LABERCA | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 43 Part of Workflow4Metabolomics.org [W4M] | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 44 | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 45 | Contact support@workflow4metabolomics.org for any questions or concerns about the Galaxy implementation of this tool. | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 46 | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 47 </token> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 48 | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 49 <xml name="citation_w4m"> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 50 <citation type="doi">10.1093/bioinformatics/btu813</citation> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 51 </xml> | 
| 
ae9ef9219aae
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 2f3f29dbaaa8568b40818d3476159c384f1a21d6-dirty"
 eschen42 parents: diff
changeset | 52 </macros> | 
