comparison matchms_metadata_merge.xml @ 2:912af73eb6aa draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit ad718c989f31829edc89e039e56644a95dab6791
author recetox
date Fri, 01 Dec 2023 10:24:02 +0000
parents 8e18dcf410ec
children caf007467c84
comparison
equal deleted inserted replaced
1:8e18dcf410ec 2:912af73eb6aa
1 <tool id="matchms_metadata_merge" name="matchms metadata merge" version="@TOOL_VERSION@+galaxy1" profile="21.09"> 1 <tool id="matchms_metadata_merge" name="matchms metadata merge" version="@TOOL_VERSION@+galaxy2" 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>
14 <expand macro="bio.tools"/> 14 <expand macro="bio.tools"/>
15 15
16 <requirements> 16 <requirements>
17 <requirement type="package" version="@TOOL_VERSION@">matchms</requirement> 17 <requirement type="package" version="@TOOL_VERSION@">matchms</requirement>
18 </requirements> 18 </requirements>
19 19
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
24 <environment_variables>
25 <environment_variable name="OPENBLAS_NUM_THREADS">1</environment_variable>
26 </environment_variables>
23 27
24 <configfiles> 28 <configfiles>
25 <configfile name="matchms_python_cli"> 29 <configfile name="matchms_python_cli">
26 import pandas 30 import pandas
27 import matchms 31 import matchms