| Previous changeset 0:e462044ece67 (2024-06-04) Next changeset 2:eee1a2f6abd8 (2024-06-30) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit 22e3bc5d61cdfec9938d42062d0f03766768c93f |
|
modified:
falco.xml |
| b |
| diff -r e462044ece67 -r da336e3ead38 falco.xml --- a/falco.xml Tue Jun 04 14:14:49 2024 +0000 +++ b/falco.xml Mon Jun 17 12:43:11 2024 +0000 |
| b |
| @@ -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 |