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