We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e4837 commit 827c27bCopy full SHA for 827c27b
2 files changed
tools/nextclade/macros.xml
@@ -1,6 +1,6 @@
1
<macros>
2
<!-- same version number is used for nextclade and nextalign releases, even though they are distinct tools -->
3
- <token name="@TOOL_VERSION@">2.7.0</token>
+ <token name="@TOOL_VERSION@">2.14.0</token>
4
<xml name="citations">
5
<citations>
6
<citation type="bibtex">@online{nextclade,
tools/nextclade/nextclade.xml
@@ -12,7 +12,7 @@
12
<expand macro="xrefs"/>
13
<requirements>
14
<requirement type="package" version="@TOOL_VERSION@">nextclade</requirement>
15
- <requirement type="package" version="9.0">coreutils</requirement>
+ <requirement type="package" version="9.5">coreutils</requirement>
16
</requirements>
17
<version_command>nextclade --version-detailed</version_command>
18
<command detect_errors="exit_code"><![CDATA[
0 commit comments