diff flye.xml @ 7:36721dedba06 draft

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
author thanhlv
date Tue, 17 Sep 2019 13:12:42 -0400
parents b94de04ca7c2
children 9cefff64db6f
line wrap: on
line diff
--- a/flye.xml	Tue Sep 17 11:08:59 2019 -0400
+++ b/flye.xml	Tue Sep 17 13:12:42 2019 -0400
@@ -14,6 +14,10 @@
             #set $ext = 'fastq'
         #elif $input.is_of_type('fastqsanger.gz'):
             #set $ext = 'fastq.gz'
+        #elif $input.is_of_type('fastq'):
+            #set $ext = 'fastq'
+        #elif $input.is_of_type('fastq.gz'):
+            #set $ext = 'fastq.gz'
         #elif $input.is_of_type('fasta.gz'):
             #set $ext = 'fasta.gz'
         #elif $input.is_of_type('fasta'):