Mercurial > repos > lecorguille > xcms_fillpeaks
view macros.xml @ 24:999f9db0ca2c draft
"planemo upload for repository https://github.com/workflow4metabolomics/xcms commit f1caf2a3bf23cf319a75dd12c86402555dd02617"
author | workflow4metabolomics |
---|---|
date | Wed, 12 Feb 2020 08:28:33 -0500 |
parents | 91c71f3808f3 |
children |
line wrap: on
line source
<?xml version="1.0"?> <macros> <xml name="stdio"> <stdio> <exit_code range="1" level="fatal" /> </stdio> </xml> <!-- COMMAND --> <token name="@COMMAND_RSCRIPT@">LC_ALL=C Rscript $__tool_directory__/</token> <token name="@COMMAND_LOG_EXIT@"> ; return=\$?; cat 'log.txt'; sh -c "exit \$return" </token> <!-- INPUT_VALIDATORS --> <xml name="input_validator_range_integer"> <validator type="regex" message="The format is 'min,max'" >[0-9]+ *, *[0-9]+</validator> </xml> <xml name="input_validator_range_float"> <validator type="regex" message="The format is 'min,max'" >[0-9]+\.?[0-9]* *, *[0-9]+\.?[0-9]*</validator> </xml> <xml name="input_validator_list_integer"> <validator type="regex" message="The format is '1,2,4,6'" >[0-9, ]+</validator> </xml> <token name="@INPUT_IMAGE_LABEL@">RData file</token> <token name="@INPUT_IMAGE_HELP@">It contains a xcms3::XCMSnExp object (named xdata)</token> <!-- MISC --> <token name="@HELP_AUTHORS_WRAPPERS@"> .. class:: infomark **Galaxy integration** ABiMS TEAM - SU/CNRS - Station biologique de Roscoff and Yann Guitton - LABERCA Part of Workflow4Metabolomics.org [W4M] | Contact support@workflow4metabolomics.org for any questions or concerns about the Galaxy implementation of this tool. </token> <xml name="citation_w4m"> <citation type="doi">10.1093/bioinformatics/btu813</citation> </xml> </macros>