]> granicus.if.org Git - file/commitdiff
PR/558: Add missing parenthesis
authorChristos Zoulas <christos@zoulas.com>
Mon, 20 Jun 2016 16:13:46 +0000 (16:13 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 20 Jun 2016 16:13:46 +0000 (16:13 +0000)
magic/Magdir/bioinformatics

index 07d92a617afb7009ccd42c50bcafc322f34b19bf..0c761ed351feaa4b36c057b6ee53ab95bb1edc89 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: bioinformatics,v 1.3 2016/06/20 16:13:14 christos Exp $
+# $File: bioinformatics,v 1.4 2016/06/20 16:13:46 christos Exp $
 # bioinfomatics:  file(1) magic for Bioinfomatics file formats
 
 ###############################################################################
 # SAM Alignment MAPQ
 >>>>0          regex   =^([^\t]+\t){4}[0-9]{1,3}\t
 # SAM Alignment CIGAR
->>>>>0         regex   =\t\\*|([0-9]+[MIDNSHPX=])+)\t
+>>>>>0         regex   =\t(\\*|([0-9]+[MIDNSHPX=])+)\t
 # SAM Alignment RNEXT
 >>>>>>0                regex   =\t(\\*|=|[!-()+->?-~][!-~]*)\t
 # SAM Alignment PNEXT