Mercurial > repos > bgruening > text_processing
annotate macros.xml @ 26:f22a309187a3 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
author | bgruening |
---|---|
date | Fri, 16 Aug 2024 10:41:17 +0000 |
parents | 062ed2bb4f2e |
children |
rev | line source |
---|---|
4 | 1 <macros> |
2 <xml name="requirements"> | |
3 <requirements> | |
26
f22a309187a3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
bgruening
parents:
12
diff
changeset
|
4 <requirement type="package" version="9.3">coreutils</requirement> |
4 | 5 <yield/> |
6 </requirements> | |
7 </xml> | |
26
f22a309187a3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
bgruening
parents:
12
diff
changeset
|
8 <token name="@TOOL_VERSION@">9.3</token> |
f22a309187a3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
bgruening
parents:
12
diff
changeset
|
9 <token name="@VERSION_SUFFIX@">1</token> |
f22a309187a3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
bgruening
parents:
12
diff
changeset
|
10 <token name="@PROFILE@">23.1</token> |
4 | 11 <xml name="stdio"> |
12 <stdio> | |
13 <!-- Anything other than zero is an error --> | |
14 <exit_code range="1:" /> | |
15 <exit_code range=":-1" /> | |
16 <!-- In case the return code has not been set propery check stderr too --> | |
17 <regex match="Error:" /> | |
18 <regex match="Exception:" /> | |
19 </stdio> | |
20 </xml> | |
21 <xml name="citations"> | |
22 <citations> | |
26
f22a309187a3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
bgruening
parents:
12
diff
changeset
|
23 <citation type="doi">10.5281/zenodo.1419255</citation> |
4 | 24 <yield /> |
25 </citations> | |
26 </xml> | |
26
f22a309187a3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
bgruening
parents:
12
diff
changeset
|
27 <xml name="creator"> |
f22a309187a3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
bgruening
parents:
12
diff
changeset
|
28 <creator> |
f22a309187a3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
bgruening
parents:
12
diff
changeset
|
29 <organization name="European Galaxy Team" url="https://galaxyproject.org/eu/" /> |
f22a309187a3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
bgruening
parents:
12
diff
changeset
|
30 <person givenName="Björn" familyName="Grüning" url="https://github.com/bgruening"/> |
f22a309187a3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
bgruening
parents:
12
diff
changeset
|
31 <person givenName="Assaf" familyName="Gordon" url="https://github.com/agordon" /> |
f22a309187a3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
bgruening
parents:
12
diff
changeset
|
32 <person givenName="Matthias" familyName="Bernt" url="https://github.com/bernt-matthias/" /> |
f22a309187a3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
bgruening
parents:
12
diff
changeset
|
33 </creator> |
f22a309187a3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
bgruening
parents:
12
diff
changeset
|
34 </xml> |
4 | 35 </macros> |