diff matchms_metadata_match.xml @ 1:b5b360897004 draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
author recetox
date Thu, 12 Oct 2023 13:26:40 +0000
parents 03bc9b7f40f6
children be20e19c57e8
line wrap: on
line diff
--- a/matchms_metadata_match.xml	Tue Jun 27 14:28:41 2023 +0000
+++ b/matchms_metadata_match.xml	Thu Oct 12 13:26:40 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="matchms_metadata_match" name="matchms metadata match" version="@TOOL_VERSION@+galaxy0" profile="21.09">
+<tool id="matchms_metadata_match" name="matchms metadata match" version="@TOOL_VERSION@+galaxy2" profile="21.09">
     <description>matchms metadata match calculation for numeric fields based on tolerance</description>
 
     <macros>
@@ -12,14 +12,14 @@
         <requirement type="package" version="@TOOL_VERSION@">matchms</requirement>
     </requirements>
 
+    <command detect_errors="exit_code"><![CDATA[
+        python3 '${python_wrapper}'
+    ]]> </command>
+
     <environment_variables>
         <environment_variable name="MPLCONFIGDIR">\$_GALAXY_JOB_TMP_DIR</environment_variable>
     </environment_variables>
 
-    <command detect_errors="exit_code"><![CDATA[
-        python3 '${python_wrapper}'
-    ]]> </command>
-
 <configfiles>
 <configfile name="python_wrapper">
 @init_logger@