changeset 23:4585ffa39bd9 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqc commit cd51396b097cf63734578cdac8fc6c64500c8b4b
author iuc
date Tue, 06 Aug 2024 06:11:51 +0000
parents a35575615aa4
children
files rgFastQC.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rgFastQC.xml	Thu Jun 08 20:01:52 2023 +0000
+++ b/rgFastQC.xml	Tue Aug 06 06:11:51 2024 +0000
@@ -1,4 +1,4 @@
-<tool id="fastqc" name="FastQC" version="0.74+galaxy0">
+<tool id="fastqc" name="FastQC" version="0.74+galaxy1" profile="23.0">
     <description>Read Quality reports</description>
     <xrefs>
         <xref type="bio.tools">fastqc</xref>
@@ -50,6 +50,7 @@
                 --limits '${limits}'
             #end if
             --threads \${GALAXY_SLOTS:-2}
+            --dir \${TEMP:-\$_GALAXY_JOB_TMP_DIR} 
             --quiet
             --extract
             #if $min_length: