Mercurial > repos > recetox > matchms_metadata_merge
comparison matchms_metadata_merge.xml @ 3:caf007467c84 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit 0ea5c86ceabe9f24dd61b399127b0d19a0ae2657
author | recetox |
---|---|
date | Fri, 01 Dec 2023 11:18:46 +0000 |
parents | 912af73eb6aa |
children | 6fc00a30049a |
comparison
equal
deleted
inserted
replaced
2:912af73eb6aa | 3:caf007467c84 |
---|---|
1 <tool id="matchms_metadata_merge" name="matchms metadata merge" version="@TOOL_VERSION@+galaxy2" profile="21.09"> | 1 <tool id="matchms_metadata_merge" name="matchms metadata merge" version="@TOOL_VERSION@+galaxy3" profile="21.09"> |
2 <description>Merge metadata csv into MSP by a specified column</description> | 2 <description>Merge metadata csv into MSP by a specified column</description> |
3 | 3 |
4 <macros> | 4 <macros> |
5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
6 <import>help.xml</import> | 6 <import>help.xml</import> |
20 <command detect_errors='aggressive'><![CDATA[ | 20 <command detect_errors='aggressive'><![CDATA[ |
21 python3 '${matchms_python_cli}' | 21 python3 '${matchms_python_cli}' |
22 ]]></command> | 22 ]]></command> |
23 | 23 |
24 <environment_variables> | 24 <environment_variables> |
25 <environment_variable name="OPENBLAS_NUM_THREADS">1</environment_variable> | 25 <environment_variable name="OPENBLAS_NUM_THREADS">4</environment_variable> |
26 </environment_variables> | 26 </environment_variables> |
27 | 27 |
28 <configfiles> | 28 <configfiles> |
29 <configfile name="matchms_python_cli"> | 29 <configfile name="matchms_python_cli"> |
30 import pandas | 30 import pandas |