Skip to content

Commit 7ccafab

Browse files
gxydevbotplanemo-autoupdate
andauthored
Updating tools/staramr from version 0.12.1 to 0.12.2 (#7957)
Co-authored-by: planemo-autoupdate <planemo-autoupdate@users.noreply.github.com>
1 parent 6b12f1a commit 7ccafab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/staramr/staramr_search.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<tool id="staramr_search" name="staramr" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
22
<description>Scans genome assemblies against the ResFinder, PlasmidFinder, and PointFinder databases searching for AMR genes</description>
33
<macros>
4-
<token name="@TOOL_VERSION@">0.12.1</token>
4+
<token name="@TOOL_VERSION@">0.12.2</token>
55
<token name="@VERSION_SUFFIX@">0</token>
66
<token name="@PROFILE@">24.1</token>
77
<xml name="element_assert" token_name="" token_text="">
@@ -21,7 +21,7 @@
2121
<!-- The staramr conda package includes the mlst software, but the list of schemes
2222
changes depending on the version. I specify the exact version here to make sure
2323
the list of schemes provided is consistent -->
24-
<requirement type="package" version="2.32.2">mlst</requirement>
24+
<requirement type="package" version="2.33.1">mlst</requirement>
2525
</requirements>
2626
<version_command>staramr --version</version_command>
2727
<command detect_errors="exit_code"><![CDATA[

0 commit comments

Comments
 (0)