Mercurial > repos > iuc > hyphy_annotate
comparison macros.xml @ 14:dd0deea7ac09 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/hyphy commit 74395802c1621d4b2a169b3953090ad736f6fc70
| author | iuc |
|---|---|
| date | Fri, 20 Feb 2026 08:35:03 +0000 |
| parents | b315ee3d3487 |
| children | 2dbd8f857b5f |
comparison
equal
deleted
inserted
replaced
| 13:b315ee3d3487 | 14:dd0deea7ac09 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <macros> | 2 <macros> |
| 3 <token name="@TOOL_VERSION@">2.5.93</token> | 3 <token name="@TOOL_VERSION@">2.5.93</token> |
| 4 <token name="@VERSION_SUFFIX@">1</token> | 4 <token name="@VERSION_SUFFIX@">2</token> |
| 5 <token name="@PROFILE@">24.0</token> | 5 <token name="@PROFILE@">24.0</token> |
| 6 <token name="@SHELL_OPTIONS@">export TERM="vt100"; </token> | 6 <token name="@SHELL_OPTIONS@">export TERM="vt100"; </token> |
| 7 | 7 |
| 8 <xml name="inputs"> | 8 <xml name="inputs"> |
| 9 <param name="input_file" type="data" format="fasta,fasta.gz,nex" label="Input FASTA or NEXUS file" help="An in-frame codon alignment in one of the formats supported by HyPhy" /> | 9 <param name="input_file" type="data" format="fasta,fasta.gz,nex" label="Input FASTA or NEXUS file" help="An in-frame codon alignment in one of the formats supported by HyPhy" /> |
| 263 <add value="\"/> | 263 <add value="\"/> |
| 264 <add value="["/> | 264 <add value="["/> |
| 265 <add value="]"/> | 265 <add value="]"/> |
| 266 <add value="."/> | 266 <add value="."/> |
| 267 <add value=","/> | 267 <add value=","/> |
| 268 <add value="_"/> | |
| 268 </valid> | 269 </valid> |
| 269 </sanitizer> | 270 </sanitizer> |
| 270 <validator type="empty_field" /> | 271 <validator type="empty_field" /> |
| 271 <validator type="regex" message="Pattern must not end with backslash.">.*[^\\]$</validator> | 272 <validator type="regex" message="Pattern must not end with backslash.">.*[^\\]$</validator> |
| 272 </xml> | 273 </xml> |
