Mercurial > repos > iuc > presto_parseheaders
comparison presto_macros.xml @ 1:a2da062181b8 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/presto commit a42c43c1528ae7b7efe2c5ef848681d574df0405"
| author | iuc |
|---|---|
| date | Tue, 22 Jun 2021 16:32:19 +0000 |
| parents | 137533b4ec34 |
| children | 7f3467910eb5 |
comparison
equal
deleted
inserted
replaced
| 0:137533b4ec34 | 1:a2da062181b8 |
|---|---|
| 6 </citations> | 6 </citations> |
| 7 </xml> | 7 </xml> |
| 8 | 8 |
| 9 <xml name="requirements"> | 9 <xml name="requirements"> |
| 10 <requirements> | 10 <requirements> |
| 11 <requirement type="package" version="0.5.4">presto</requirement> | 11 <requirement type="package" version="0.6.2">presto</requirement> |
| 12 </requirements> | 12 </requirements> |
| 13 </xml> | 13 </xml> |
| 14 | 14 |
| 15 <xml name="presto-coord-param"> | 15 <xml name="presto-coord-param"> |
| 16 <param argument="--coord" type="select" value="presto" label="Coordinate" help="The format of the sequence identifier which defines shared coordinate information across mate pairs."> | 16 <param argument="--coord" type="select" value="presto" label="Coordinate" help="The format of the sequence identifier which defines shared coordinate information across mate pairs."> |
| 34 | 34 |
| 35 <xml name="text-regex-validator"> | 35 <xml name="text-regex-validator"> |
| 36 <validator type="regex" message="Value may include alphanumeric characters, underscores and spaces.">[A-Za-z0-9_ ]+</validator> | 36 <validator type="regex" message="Value may include alphanumeric characters, underscores and spaces.">[A-Za-z0-9_ ]+</validator> |
| 37 </xml> | 37 </xml> |
| 38 | 38 |
| 39 <token name="@PRESTO_URL_BASE@">https://presto.readthedocs.io/en/latest/tools</token> | 39 <token name="@PRESTO_URL_BASE@">https://presto.readthedocs.io</token> |
| 40 | 40 |
| 41 <!-- When modifying this file ensure that the version here matches the version above in requirements. --> | 41 <!-- When modifying this file ensure that the version here matches the version above in requirements. --> |
| 42 <token name="@PRESTO_VERSION@">0.5.4</token> | 42 <token name="@PRESTO_VERSION@">0.5.4</token> |
| 43 | 43 |
| 44 <token name="@HELP_NOTE@"><