From 0417b3d46358dcade7c03cbf2ad7986f9c0d4585 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Mon, 5 Aug 2024 11:31:14 +0200 Subject: [PATCH] fastqc: set tmpdir xref https://github.com/galaxyproject/galaxy/pull/18628 --- tools/fastqc/rgFastQC.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/fastqc/rgFastQC.xml b/tools/fastqc/rgFastQC.xml index 9734a4bafd7..1ee9a609294 100644 --- a/tools/fastqc/rgFastQC.xml +++ b/tools/fastqc/rgFastQC.xml @@ -1,4 +1,4 @@ - + Read Quality reports fastqc @@ -50,6 +50,7 @@ --limits '${limits}' #end if --threads \${GALAXY_SLOTS:-2} + --dir \${TEMP:-\$_GALAXY_JOB_TMP_DIR} --quiet --extract #if $min_length: