Mercurial > repos > bgruening > text_processing
annotate macros.xml @ 24:c41d78ae5fee draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 4dd118c84ed4d6157303e71438c24446ec4b4f31
| author | bgruening |
|---|---|
| date | Wed, 04 Jun 2025 15:12:29 +0000 |
| parents | 3dc70b59608c |
| children |
| rev | line source |
|---|---|
| 0 | 1 <macros> |
| 2 <xml name="requirements"> | |
| 3 <requirements> | |
|
22
3dc70b59608c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 2dc2df988bd2dde9f8d7f629b594186dbd4fdc2b
bgruening
parents:
20
diff
changeset
|
4 <requirement type="package" version="@TOOL_VERSION@">coreutils</requirement> |
| 0 | 5 <yield/> |
| 6 </requirements> | |
| 7 </xml> | |
|
22
3dc70b59608c
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 2dc2df988bd2dde9f8d7f629b594186dbd4fdc2b
bgruening
parents:
20
diff
changeset
|
8 <token name="@TOOL_VERSION@">9.5</token> |
|
24
c41d78ae5fee
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 4dd118c84ed4d6157303e71438c24446ec4b4f31
bgruening
parents:
22
diff
changeset
|
9 <token name="@VERSION_SUFFIX@">2</token> |
|
19
12615d397df7
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
bgruening
parents:
5
diff
changeset
|
10 <token name="@PROFILE@">23.1</token> |
| 0 | 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> | |
|
19
12615d397df7
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
bgruening
parents:
5
diff
changeset
|
23 <citation type="doi">10.5281/zenodo.1419255</citation> |
| 0 | 24 <yield /> |
| 25 </citations> | |
| 26 </xml> | |
|
19
12615d397df7
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
bgruening
parents:
5
diff
changeset
|
27 <xml name="creator"> |
|
12615d397df7
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
bgruening
parents:
5
diff
changeset
|
28 <creator> |
|
12615d397df7
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
bgruening
parents:
5
diff
changeset
|
29 <organization name="European Galaxy Team" url="https://galaxyproject.org/eu/" /> |
|
12615d397df7
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
bgruening
parents:
5
diff
changeset
|
30 <person givenName="Björn" familyName="Grüning" url="https://github.com/bgruening"/> |
|
12615d397df7
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
bgruening
parents:
5
diff
changeset
|
31 <person givenName="Assaf" familyName="Gordon" url="https://github.com/agordon" /> |
|
12615d397df7
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
bgruening
parents:
5
diff
changeset
|
32 <person givenName="Matthias" familyName="Bernt" url="https://github.com/bernt-matthias/" /> |
|
12615d397df7
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
bgruening
parents:
5
diff
changeset
|
33 </creator> |
|
12615d397df7
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
bgruening
parents:
5
diff
changeset
|
34 </xml> |
| 0 | 35 </macros> |
