# HG changeset patch
# User nml
# Date 1542391837 18000
# Node ID c1d05dd90ef2a24ded88587f9060eaeb5c212c4c
# Parent  aaab9b598c9e1caa7e1781fdc39082116b9f0a49
planemo upload for repository https://github.com/phac-nml/biohansel commit 38c1ecfc8847bbd25f66a78bfa99c753e2cbc4d2

diff -r aaab9b598c9e -r c1d05dd90ef2 biohansel.xml
--- a/biohansel.xml	Wed Nov 07 10:19:04 2018 -0500
+++ b/biohansel.xml	Fri Nov 16 13:10:37 2018 -0500
@@ -1,4 +1,4 @@
-<tool id="biohansel" name="biohansel" version="2.1.1">
+<tool id="biohansel" name="biohansel" version="2.1.2">
   <description>SNP subtyping of genome sequence reads or assemblies</description>
   <requirements>
     <requirement type="package" version="2.1.0">bio_hansel</requirement>
@@ -10,7 +10,7 @@
 
 ## Illumina FASTQ naming regular expression (https://github.com/phac-nml/biohansel/issues/38)
 #set global $ILLUMINA_REGEX = $re.compile(r'^([\w\-\_]+)_S\d+_L\d{3}_R(\d)_001\.fastq(\.gz)?$')
-#set global $FASTQ_DUMP_REGEX = $re.compile(r'^(\w+|\d+):((forward|reverse)(_\d+)?)\.fastq(\.gz|sanger)?$')
+#set global $FASTQ_DUMP_REGEX = $re.compile(r'^(\w+|\d+):((forward|reverse)(_\d+)?)\.fastq(\.gz|sanger|sanger\.gz)?$')
 
 #def is_gzipped_fastq($data_input)
   ## Is FASTQ data param gzipped type? i.e. either 'fastq.gz' or 'fastqsanger.gz'?