Skip to content

Commit 0b013c0

Browse files
authored
Move tool version and version suffix to macros (#7958)
1 parent 7ccafab commit 0b013c0

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

tools/raxmlng/raxmlng.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<tool id="raxmlng" name="RAxML-NG" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.01">
22
<description>Maximum Likelihood based inference of large phylogenetic trees</description>
33
<macros>
4-
<token name="@TOOL_VERSION@">2.0.1</token>
5-
<token name="@VERSION_SUFFIX@">2</token>
64
<import>raxmlng_macros.xml</import>
75
</macros>
86
<xrefs>

tools/raxmlng/raxmlng_macros.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<macros>
2-
<token name="@TOOL_VERSION@">2.0.0</token>
3-
<token name="@VERSION_SUFFIX@">0</token>
2+
<token name="@TOOL_VERSION@">2.0.1</token>
3+
<token name="@VERSION_SUFFIX@">2</token>
44
<xml name="m_raxmlng_msa">
55
<param name="infile" argument="--msa" type="data" format="fasta,phylip" label="Input file with aligned sequences (FASTA/PHYLIP)"
66
help="At least four aligned sequences are needed for RAxML-NG.">

0 commit comments

Comments
 (0)