diff matchms_metadata_match.xml @ 15:86e080d81cfb draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit 113433b8b9790405c2c5d054aee4a29a21b77dc7
author recetox
date Thu, 30 May 2024 18:11:00 +0000
parents 43d40415654c
children c86d265f6f5e
line wrap: on
line diff
--- a/matchms_metadata_match.xml	Mon Apr 22 08:38:26 2024 +0000
+++ b/matchms_metadata_match.xml	Thu May 30 18:11:00 2024 +0000
@@ -1,4 +1,4 @@
-<tool id="matchms_metadata_match" name="matchms metadata match" version="@TOOL_VERSION@+galaxy1" 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>
@@ -44,11 +44,7 @@
     array_type = "sparse",
     is_symmetric=False)
 
-#if $matching.matching_type == "equal_match"
-scores._scores.add_dense_matrix(layer, name, join_type=join_type)
-#else
 scores._scores.add_sparse_data(layer.row, layer.col, layer.data, name, join_type=join_type)
-#end if
 scores.to_json("$scores_out")
 </configfile>
 </configfiles>