# HG changeset patch
# User recetox
# Date 1635258298 0
# Node ID 4571641de47a70edef6f2c56999fa33aa50bb28c
# Parent 5158423e32c55993ff7d52999723d0d97202fc35
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit 845bb7e13e793df5b61b42962ab2df2c6339ac8c"
diff -r 5158423e32c5 -r 4571641de47a matchms.xml
--- a/matchms.xml Mon Aug 09 13:08:27 2021 +0000
+++ b/matchms.xml Tue Oct 26 14:24:58 2021 +0000
@@ -10,13 +10,29 @@
+
+
+ python3 ${__tool_directory__}/matchms_wrapper.py \
+ $default_filters \
+ $normalize_intensities \
+ #if $symmetric.is_symmetric
+ -s \
+ #else
+ --ref "$references" \
+ #end if
+ "$queries" \
+ "$similarity_metric" \
+ "$algorithm.tolerance" \
+ "$algorithm.mz_power" \
+ "$algorithm.intensity_power" \
+ "$similarity_scores" \
+ "$similarity_matches"
+
+
+
@@ -36,6 +52,13 @@
+
+
+
@@ -62,6 +85,7 @@
+
@@ -79,6 +103,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+