comparison msmetaenhancer.xml @ 10:d2e2696fe48b draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/msmetaenhancer commit fa0af38bac456e3765ff4cf27cd7b0b59c663c51
author recetox
date Tue, 09 May 2023 09:18:00 +0000
parents 741b12b386d5
children 25319f346ad4
comparison
equal deleted inserted replaced
9:741b12b386d5 10:d2e2696fe48b
1 <tool id="msmetaenhancer" name="MSMetaEnhancer" version="@TOOL_VERSION@+galaxy1"> 1 <tool id="msmetaenhancer" name="MSMetaEnhancer" version="@TOOL_VERSION@+galaxy2">
2 <description>annotate MS data</description> 2 <description>annotate MS data</description>
3 3
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="creator"/> 7 <expand macro="creator"/>
8 8
9 <requirements> 9 <requirements>
10 <requirement type="package" version="@TOOL_VERSION@">msmetaenhancer</requirement> 10 <requirement type="package" version="@TOOL_VERSION@">msmetaenhancer</requirement>
11 </requirements> 11 </requirements>
12
13 <environment_variables>
14 <environment_variable name="MPLCONFIGDIR">\$_GALAXY_JOB_TMP_DIR</environment_variable>
15 <environment_variable name="XDG_CACHE_HOME">\$_GALAXY_JOB_TMP_DIR</environment_variable>
16 </environment_variables>
12 17
13 <command detect_errors="exit_code"><![CDATA[ 18 <command detect_errors="exit_code"><![CDATA[
14 sh ${msmetaenhancer_python_cli} 19 sh ${msmetaenhancer_python_cli}
15 ]]> </command> 20 ]]> </command>
16 21