changeset 3:425bbdd2209b draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit ad718c989f31829edc89e039e56644a95dab6791
author recetox
date Fri, 01 Dec 2023 10:21:57 +0000
parents d2996f624507
children aa2e912f9dc2
files matchms_subsetting.xml
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/matchms_subsetting.xml	Fri Nov 24 19:03:23 2023 +0000
+++ b/matchms_subsetting.xml	Fri Dec 01 10:21:57 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="matchms_subsetting" name="matchms subsetting" version="@TOOL_VERSION@+galaxy1" profile="21.09">
+<tool id="matchms_subsetting" name="matchms subsetting" version="@TOOL_VERSION@+galaxy2" profile="21.09">
     <description>Extract spectra from a library given unique metadata identifier</description>
     
     <macros>
@@ -21,6 +21,10 @@
         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
@@ -104,4 +108,4 @@
     <citations>
         <citation type="doi">https://doi.org/10.5281/zenodo.8083373</citation>
     </citations>
-</tool>
\ No newline at end of file
+</tool>