# HG changeset patch # User tduigou # Date 1684238445 0 # Node ID 9a2fd7c585707d865bc0df646c572a23d9690fe9 # Parent e9d05fc8318695114e18d5ef7cbfe2dd3816b96a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rptools commit 3542cc86cbb610d0f9411fb74613d19e491f0369 diff -r e9d05fc83186 -r 9a2fd7c58570 rpthermo.xml --- a/rpthermo.xml Tue Mar 28 12:08:14 2023 +0000 +++ b/rpthermo.xml Tue May 16 12:00:45 2023 +0000 @@ -12,13 +12,13 @@ <command detect_errors="exit_code"><![CDATA[ python -m rptools.rpthermo '$input' - '$pathway_with_thermo' + '$pathway_with_thermo' --pH '$adv.ph' --ionic_strength '$adv.ionic_strength' --pMg '$adv.pMg' ]]></command> <environment_variables> - <environment_variable name="XDG_CACHE_HOME">\$_GALAXY_JOB_TMP_DIR</environment_variable> + <environment_variable name="XDG_CACHE_HOME">\$TMPDIR</environment_variable> </environment_variables> <inputs> <param name="input" type="data" format="sbml" label="SBML Input File" help="Pathways in SBML format" />