Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/matchms/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">0.30.2</token>
<token name="@TOOL_VERSION@">0.31.0</token>

<xml name="creator">
<creator>
Expand Down
2 changes: 1 addition & 1 deletion tools/matchms/matchms_convert.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="matchms_convert" name="matchms convert" version="@TOOL_VERSION@+galaxy2" profile="23.0" license="MIT">
<tool id="matchms_convert" name="matchms convert" version="@TOOL_VERSION@+galaxy0" profile="23.0" license="MIT">
<description>convert between mass spectral library formats (.mgf/.msp/.json) using matchms</description>

<macros>
Expand Down
2 changes: 1 addition & 1 deletion tools/matchms/matchms_split.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="matchms_split" name="matchms split library" version="@TOOL_VERSION@+galaxy1" profile="23.0" license="MIT">
<tool id="matchms_split" name="matchms split library" version="@TOOL_VERSION@+galaxy0" profile="23.0" license="MIT">
<description>split a large library into subsets</description>
<macros>
<import>macros.xml</import>
Expand Down
Loading