Previous changeset 17:b500419a2f1d (2023-12-01) Next changeset 19:f7718efde4d5 (2023-12-04) |
Commit message:
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit 0ea5c86ceabe9f24dd61b399127b0d19a0ae2657 |
modified:
matchms_formatter.xml |
b |
diff -r b500419a2f1d -r 86a45ba3d3f2 matchms_formatter.xml --- a/matchms_formatter.xml Fri Dec 01 10:21:26 2023 +0000 +++ b/matchms_formatter.xml Fri Dec 01 11:16:22 2023 +0000 |
b |
@@ -1,4 +1,4 @@ -<tool id="matchms_formatter" name="matchms scores formatter" version="@TOOL_VERSION@+galaxy1" profile="21.09"> +<tool id="matchms_formatter" name="matchms scores formatter" version="@TOOL_VERSION@+galaxy2" profile="21.09"> <description>reformat scores object of matchms to long format table</description> <macros> @@ -24,7 +24,7 @@ <environment_variables> <environment_variable name="MPLCONFIGDIR">\$_GALAXY_JOB_TMP_DIR</environment_variable> <environment_variable name="XDG_CACHE_HOME">\$_GALAXY_JOB_TMP_DIR</environment_variable> - <environment_variable name="OPENBLAS_NUM_THREADS">1</environment_variable> + <environment_variable name="OPENBLAS_NUM_THREADS">4</environment_variable> </environment_variables> <configfiles> |