Mercurial > repos > bgruening > text_processing
comparison macros.xml @ 19:12615d397df7 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
author | bgruening |
---|---|
date | Thu, 29 Feb 2024 22:15:20 +0000 |
parents | 20344ce0c811 |
children | fbf99087e067 |
comparison
equal
deleted
inserted
replaced
18:d698c222f354 | 19:12615d397df7 |
---|---|
1 <macros> | 1 <macros> |
2 <xml name="requirements"> | 2 <xml name="requirements"> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="8.25">coreutils</requirement> | 4 <requirement type="package" version="9.3">coreutils</requirement> |
5 <yield/> | 5 <yield/> |
6 </requirements> | 6 </requirements> |
7 </xml> | 7 </xml> |
8 <token name="@BASE_VERSION@">1.1</token> | 8 <token name="@TOOL_VERSION@">9.3</token> |
9 <token name="@VERSION_SUFFIX@">0</token> | |
10 <token name="@PROFILE@">23.1</token> | |
9 <xml name="stdio"> | 11 <xml name="stdio"> |
10 <stdio> | 12 <stdio> |
11 <!-- Anything other than zero is an error --> | 13 <!-- Anything other than zero is an error --> |
12 <exit_code range="1:" /> | 14 <exit_code range="1:" /> |
13 <exit_code range=":-1" /> | 15 <exit_code range=":-1" /> |
14 <!-- In case the return code has not been set propery check stderr too --> | 16 <!-- In case the return code has not been set propery check stderr too --> |
15 <regex match="Error:" /> | 17 <regex match="Error:" /> |
16 <regex match="Exception:" /> | 18 <regex match="Exception:" /> |
17 </stdio> | 19 </stdio> |
18 </xml> | 20 </xml> |
19 <token name="@REFERENCES@"> | |
20 <![CDATA[ | |
21 ------ | |
22 | |
23 **Citation** | |
24 | |
25 If you use this tool in Galaxy, please cite: | |
26 | |
27 Bjoern A. Gruening (2014), `Galaxy wrapper <https://github.com/bgruening/galaxytools>`_ | |
28 | |
29 Assaf Gordon (gordon <at> cshl dot edu) | |
30 ]]> | |
31 </token> | |
32 <xml name="citations"> | 21 <xml name="citations"> |
33 <citations> | 22 <citations> |
23 <citation type="doi">10.5281/zenodo.1419255</citation> | |
34 <yield /> | 24 <yield /> |
35 </citations> | 25 </citations> |
36 </xml> | 26 </xml> |
27 <xml name="creator"> | |
28 <creator> | |
29 <organization name="European Galaxy Team" url="https://galaxyproject.org/eu/" /> | |
30 <person givenName="Björn" familyName="Grüning" url="https://github.com/bgruening"/> | |
31 <person givenName="Assaf" familyName="Gordon" url="https://github.com/agordon" /> | |
32 <person givenName="Matthias" familyName="Bernt" url="https://github.com/bernt-matthias/" /> | |
33 </creator> | |
34 </xml> | |
37 </macros> | 35 </macros> |