changeset 1:da336e3ead38 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit 22e3bc5d61cdfec9938d42062d0f03766768c93f
author iuc
date Mon, 17 Jun 2024 12:43:11 +0000
parents e462044ece67
children eee1a2f6abd8
files falco.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/falco.xml	Tue Jun 04 14:14:49 2024 +0000
+++ b/falco.xml	Mon Jun 17 12:43:11 2024 +0000
@@ -22,6 +22,8 @@
             #set format = 'bam'
         #elif 'sam' in $input_file.ext:
             #set format = 'sam'
+        #elif 'gz' in $input_file.ext:
+            #set format = 'fastq.gz'
         #else
             #set format = 'fastq'
         #end if