Previous changeset 1:8e18dcf410ec (2023-11-24) Next changeset 3:caf007467c84 (2023-12-01) |
Commit message:
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit ad718c989f31829edc89e039e56644a95dab6791 |
modified:
matchms_metadata_merge.xml |
b |
diff -r 8e18dcf410ec -r 912af73eb6aa matchms_metadata_merge.xml --- 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 |