comparison msmetaenhancer.xml @ 7:37afe368348b 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:10 +0000
parents a2bf129850ea
children 2ada1099f42e
comparison
equal deleted inserted replaced
6:a2bf129850ea 7:37afe368348b
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