changeset 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
files msmetaenhancer.xml
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/msmetaenhancer.xml	Wed Nov 02 09:46:49 2022 +0000
+++ b/msmetaenhancer.xml	Tue May 09 09:18:10 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="msmetaenhancer" name="MSMetaEnhancer" version="@TOOL_VERSION@+galaxy1">
+<tool id="msmetaenhancer" name="MSMetaEnhancer" version="@TOOL_VERSION@+galaxy2">
     <description>annotate MS data</description>
 
     <macros>
@@ -10,6 +10,11 @@
         <requirement type="package" version="@TOOL_VERSION@">msmetaenhancer</requirement>
     </requirements>
 
+    <environment_variables>
+        <environment_variable name="MPLCONFIGDIR">\$_GALAXY_JOB_TMP_DIR</environment_variable>
+        <environment_variable name="XDG_CACHE_HOME">\$_GALAXY_JOB_TMP_DIR</environment_variable>
+    </environment_variables>
+
     <command detect_errors="exit_code"><![CDATA[
         sh ${msmetaenhancer_python_cli}
     ]]> </command>