Mercurial > repos > bgruening > text_processing
annotate macros.xml @ 12:062ed2bb4f2e draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit f8896018f5b980a456c4ceaffe0ed457dc80b5a8
author | bgruening |
---|---|
date | Thu, 02 Jun 2016 08:58:39 -0400 |
parents | 56e80527c482 |
children | f22a309187a3 |
rev | line source |
---|---|
4 | 1 <macros> |
2 <xml name="requirements"> | |
3 <requirements> | |
12
062ed2bb4f2e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit f8896018f5b980a456c4ceaffe0ed457dc80b5a8
bgruening
parents:
4
diff
changeset
|
4 <requirement type="package" version="8.25">coreutils</requirement> |
4 | 5 <yield/> |
6 </requirements> | |
7 </xml> | |
12
062ed2bb4f2e
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit f8896018f5b980a456c4ceaffe0ed457dc80b5a8
bgruening
parents:
4
diff
changeset
|
8 <token name="@BASE_VERSION@">1.1</token> |
4 | 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> |