Skip to content

Commit

Permalink
Merge pull request #416 from RECETOX/hechth/issue414
Browse files Browse the repository at this point in the history
Update matchms to 0.23.1
  • Loading branch information
hechth authored Oct 19, 2023
2 parents b1cc1ae + b8ea8d1 commit a493624
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 344 deletions.
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.22.0</token>
<token name="@TOOL_VERSION@">0.23.1</token>

<xml name="creator">
<creator>
Expand Down
2 changes: 1 addition & 1 deletion tools/matchms/matchms_add_key.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="matchms_add_key" name="matchms add key" version="@TOOL_VERSION@+galaxy1" profile="21.09">
<tool id="matchms_add_key" name="matchms add key" version="@TOOL_VERSION@+galaxy0" profile="21.09">
<description>Set metadata key in MSP to static value</description>

<macros>
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="21.05">
<tool id="matchms_convert" name="matchms convert" version="@TOOL_VERSION@+galaxy0" profile="21.05">
<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_filtering.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="matchms_filtering" name="matchms filtering" version="@TOOL_VERSION@+galaxy2" profile="21.09">
<tool id="matchms_filtering" name="matchms filtering" version="@TOOL_VERSION@+galaxy0" profile="21.09">
<description>filter and normalize mass spectrometry data</description>

<macros>
Expand Down
2 changes: 1 addition & 1 deletion tools/matchms/matchms_fingerprint_similarity.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="matchms_fingerprint_similarity" name="matchms fingerprint similarity" version="@TOOL_VERSION@+galaxy1" profile="21.09">
<tool id="matchms_fingerprint_similarity" name="matchms fingerprint similarity" version="@TOOL_VERSION@+galaxy0" profile="21.09">
<description>calculate similarity between molecular fingerprints calculated from structural spectrum metadata descriptors</description>

<macros>
Expand Down
2 changes: 1 addition & 1 deletion tools/matchms/matchms_formatter.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="matchms_formatter" name="matchms scores formatter" version="@TOOL_VERSION@+galaxy3" profile="21.09">
<tool id="matchms_formatter" name="matchms scores formatter" version="@TOOL_VERSION@+galaxy0" profile="21.09">
<description>reformat scores object of matchms to long format table</description>

<macros>
Expand Down
2 changes: 1 addition & 1 deletion tools/matchms/matchms_metadata_export.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="matchms_metadata_export" name="matchms metadata export" version="@TOOL_VERSION@+galaxy2" profile="21.09">
<tool id="matchms_metadata_export" name="matchms metadata export" version="@TOOL_VERSION@+galaxy0" profile="21.09">
<description>extract all metadata from mass spectra file to tabular format</description>
<macros>
<import>macros.xml</import>
Expand Down
2 changes: 1 addition & 1 deletion tools/matchms/matchms_metadata_match.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="matchms_metadata_match" name="matchms metadata match" version="@TOOL_VERSION@+galaxy2" profile="21.09">
<tool id="matchms_metadata_match" name="matchms metadata match" version="@TOOL_VERSION@+galaxy0" profile="21.09">
<description>matchms metadata match calculation for numeric fields based on tolerance</description>

<macros>
Expand Down
2 changes: 1 addition & 1 deletion tools/matchms/matchms_networking.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="matchms_networking" name="matchms networking" version="@TOOL_VERSION@+galaxy2" profile="21.09">
<tool id="matchms_networking" name="matchms networking" version="@TOOL_VERSION@+galaxy0" profile="21.09">
<description>create similarity network graph from matchms similarity scores</description>

<macros>
Expand Down
196 changes: 0 additions & 196 deletions tools/matchms/matchms_similarity.xml

This file was deleted.

136 changes: 0 additions & 136 deletions tools/matchms/matchms_similarity_wrapper.py

This file was deleted.

2 changes: 1 addition & 1 deletion tools/matchms/matchms_spectral_similarity.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="matchms_spectral_similarity" name="matchms spectral similarity" version="@TOOL_VERSION@+galaxy2" profile="21.09">
<tool id="matchms_spectral_similarity" name="matchms spectral similarity" version="@TOOL_VERSION@+galaxy0" profile="21.09">
<description>matchms spectral similarity calculation</description>

<macros>
Expand Down
Loading

0 comments on commit a493624

Please sign in to comment.