Mercurial > repos > bgruening > text_processing
annotate macros.xml @ 11:74a8bef53a00 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 0ba37c1f33eeb1c77b4d9363d681fe522d9f7fe7
author | bgruening |
---|---|
date | Tue, 27 Feb 2018 17:15:37 -0500 |
parents | 20344ce0c811 |
children | 12615d397df7 |
rev | line source |
---|---|
0 | 1 <macros> |
2 <xml name="requirements"> | |
3 <requirements> | |
5
20344ce0c811
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit b9d202134c3c6d0e5c398c3ae75e410067fcfc52
bgruening
parents:
0
diff
changeset
|
4 <requirement type="package" version="8.25">coreutils</requirement> |
0 | 5 <yield/> |
6 </requirements> | |
7 </xml> | |
5
20344ce0c811
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit b9d202134c3c6d0e5c398c3ae75e410067fcfc52
bgruening
parents:
0
diff
changeset
|
8 <token name="@BASE_VERSION@">1.1</token> |
0 | 9 <xml name="stdio"> |
10 <stdio> | |
11 <!-- Anything other than zero is an error --> | |
12 <exit_code range="1:" /> | |
13 <exit_code range=":-1" /> | |
14 <!-- In case the return code has not been set propery check stderr too --> | |
15 <regex match="Error:" /> | |
16 <regex match="Exception:" /> | |
17 </stdio> | |
18 </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"> | |
33 <citations> | |
34 <yield /> | |
35 </citations> | |
36 </xml> | |
37 </macros> |