Mercurial > repos > bgruening > text_processing
annotate macros.xml @ 28:e8b38ade9b3e draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 7cdafed6c6a1387395e5a869186518f129aa3132
| author | bgruening |
|---|---|
| date | Tue, 25 Mar 2025 14:33:35 +0000 |
| parents | 08cdbfffce67 |
| children | 4f7cade041cb |
| rev | line source |
|---|---|
| 4 | 1 <macros> |
| 2 <xml name="requirements"> | |
| 3 <requirements> | |
|
27
08cdbfffce67
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 2dc2df988bd2dde9f8d7f629b594186dbd4fdc2b
bgruening
parents:
26
diff
changeset
|
4 <requirement type="package" version="@TOOL_VERSION@">coreutils</requirement> |
| 4 | 5 <yield/> |
| 6 </requirements> | |
| 7 </xml> | |
|
27
08cdbfffce67
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 2dc2df988bd2dde9f8d7f629b594186dbd4fdc2b
bgruening
parents:
26
diff
changeset
|
8 <token name="@TOOL_VERSION@">9.5</token> |
|
08cdbfffce67
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 2dc2df988bd2dde9f8d7f629b594186dbd4fdc2b
bgruening
parents:
26
diff
changeset
|
9 <token name="@VERSION_SUFFIX@">0</token> |
|
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
|
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> |
