Previous changeset 2:aaab9b598c9e (2018-11-07) Next changeset 4:23fbe781ce41 (2018-11-28) |
Commit message:
planemo upload for repository https://github.com/phac-nml/biohansel commit 38c1ecfc8847bbd25f66a78bfa99c753e2cbc4d2 |
modified:
biohansel.xml |
b |
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'? |