Mercurial > repos > recetox > matchms_metadata_merge
comparison matchms_metadata_merge.xml @ 4:6fc00a30049a draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit 19994ff091195ec6c7df791985b2a04ed5aba329
author | recetox |
---|---|
date | Mon, 04 Dec 2023 13:42:59 +0000 |
parents | caf007467c84 |
children | 6e965d099233 |
comparison
equal
deleted
inserted
replaced
3:caf007467c84 | 4:6fc00a30049a |
---|---|
1 <tool id="matchms_metadata_merge" name="matchms metadata merge" version="@TOOL_VERSION@+galaxy3" profile="21.09"> | 1 <tool id="matchms_metadata_merge" name="matchms metadata merge" version="@TOOL_VERSION@+galaxy4" 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> |
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">4</environment_variable> | 25 <environment_variable name="OPENBLAS_NUM_THREADS">4</environment_variable> |
26 <environment_variable name="RLIMIT_NPROC">4</environment_variable> | |
26 </environment_variables> | 27 </environment_variables> |
27 | 28 |
28 <configfiles> | 29 <configfiles> |
29 <configfile name="matchms_python_cli"> | 30 <configfile name="matchms_python_cli"> |
30 import pandas | 31 import pandas |