comparison matchms_metadata_merge.xml @ 1:8e18dcf410ec draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit ed583a475c54aa862cf7628edd232305e8582df3
author recetox
date Fri, 24 Nov 2023 19:04:57 +0000
parents 107186a6fcec
children 912af73eb6aa
comparison
equal deleted inserted replaced
0:107186a6fcec 1:8e18dcf410ec
1 <tool id="matchms_metadata_merge" name="matchms metadata merge" version="@TOOL_VERSION@+galaxy0" profile="21.09"> 1 <tool id="matchms_metadata_merge" name="matchms metadata merge" version="@TOOL_VERSION@+galaxy1" 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>
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 python '${matchms_python_cli}' 21 python3 '${matchms_python_cli}'
22 ]]></command> 22 ]]></command>
23 23
24 <configfiles> 24 <configfiles>
25 <configfile name="matchms_python_cli"> 25 <configfile name="matchms_python_cli">
26 import pandas 26 import pandas