changeset 2:912af73eb6aa draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit ad718c989f31829edc89e039e56644a95dab6791
author recetox
date Fri, 01 Dec 2023 10:24:02 +0000
parents 8e18dcf410ec
children caf007467c84
files matchms_metadata_merge.xml
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/matchms_metadata_merge.xml	Fri Nov 24 19:04:57 2023 +0000
+++ b/matchms_metadata_merge.xml	Fri Dec 01 10:24:02 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="matchms_metadata_merge" name="matchms metadata merge" version="@TOOL_VERSION@+galaxy1" profile="21.09">
+<tool id="matchms_metadata_merge" name="matchms metadata merge" version="@TOOL_VERSION@+galaxy2" profile="21.09">
     <description>Merge metadata csv into MSP by a specified column</description>
     
     <macros>
@@ -16,11 +16,15 @@
     <requirements>
         <requirement type="package" version="@TOOL_VERSION@">matchms</requirement>
     </requirements>
-
+    
     <command detect_errors='aggressive'><![CDATA[
         python3 '${matchms_python_cli}'
     ]]></command>
 
+    <environment_variables>
+        <environment_variable name="OPENBLAS_NUM_THREADS">1</environment_variable>
+    </environment_variables>
+
 <configfiles>
 <configfile name="matchms_python_cli">
 import pandas