comparison matchms_metadata_match.xml @ 1:b5b360897004 draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
author recetox
date Thu, 12 Oct 2023 13:26:40 +0000
parents 03bc9b7f40f6
children be20e19c57e8
comparison
equal deleted inserted replaced
0:03bc9b7f40f6 1:b5b360897004
1 <tool id="matchms_metadata_match" name="matchms metadata match" version="@TOOL_VERSION@+galaxy0" profile="21.09"> 1 <tool id="matchms_metadata_match" name="matchms metadata match" version="@TOOL_VERSION@+galaxy2" profile="21.09">
2 <description>matchms metadata match calculation for numeric fields based on tolerance</description> 2 <description>matchms metadata match calculation for numeric fields based on tolerance</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>
10 10
11 <requirements> 11 <requirements>
12 <requirement type="package" version="@TOOL_VERSION@">matchms</requirement> 12 <requirement type="package" version="@TOOL_VERSION@">matchms</requirement>
13 </requirements> 13 </requirements>
14 14
15 <command detect_errors="exit_code"><![CDATA[
16 python3 '${python_wrapper}'
17 ]]> </command>
18
15 <environment_variables> 19 <environment_variables>
16 <environment_variable name="MPLCONFIGDIR">\$_GALAXY_JOB_TMP_DIR</environment_variable> 20 <environment_variable name="MPLCONFIGDIR">\$_GALAXY_JOB_TMP_DIR</environment_variable>
17 </environment_variables> 21 </environment_variables>
18
19 <command detect_errors="exit_code"><![CDATA[
20 python3 '${python_wrapper}'
21 ]]> </command>
22 22
23 <configfiles> 23 <configfiles>
24 <configfile name="python_wrapper"> 24 <configfile name="python_wrapper">
25 @init_logger@ 25 @init_logger@
26 26