]> granicus.if.org Git - file/commitdiff
Comment out non-working entry.
authorChristos Zoulas <christos@zoulas.com>
Sun, 14 Feb 2016 15:53:53 +0000 (15:53 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 14 Feb 2016 15:53:53 +0000 (15:53 +0000)
magic/Magdir/bioinformatics

index 3ccd4120184bdbfa6b8e0b3950168aa486e9eddc..7de08a1e0088a2901869ef1a225552f83b4a8536 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: bioinformatics,v 1.1 2016/02/14 15:32:22 christos Exp $
+# $File: bioinformatics,v 1.2 2016/02/14 15:53:53 christos Exp $
 # bioinfomatics:  file(1) magic for Bioinfomatics file formats
 
 ###############################################################################
 # FASTQ
 # used by MAQ (http://maq.sourceforge.net/fastq.shtml)
 ###############################################################################
+# XXX Broken?
 # @<seqname>
-0      regex   =^@[A-Za-z0-9_.:-]+?\n  
+#0     regex   =^@[A-Za-z0-9_.:-]+\?\n 
 # <seq>
->&1    regex   =^[A-Za-z\n\.~]+\+      
+#>&1   regex   =^[A-Za-z\n.~]++
 # +[<seqname>]
->>&1   regex   =^[A-Za-z0-9_.:-]*?\n   
+#>>&1  regex   =^[A-Za-z0-9_.:-]*\?\n  
 # <qual>
->>>&1  regex   =^[!-~\n]+\n            FASTQ
+#>>>&1 regex   =^[!-~\n]+\n            FASTQ
 
 ###############################################################################
 # FASTA