From: Christos Zoulas Date: Sun, 14 Feb 2016 15:53:53 +0000 (+0000) Subject: Comment out non-working entry. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4352cae1baf128351c7f150b9ed4758ecc3bb3b7;p=file Comment out non-working entry. --- diff --git a/magic/Magdir/bioinformatics b/magic/Magdir/bioinformatics index 3ccd4120..7de08a1e 100644 --- a/magic/Magdir/bioinformatics +++ b/magic/Magdir/bioinformatics @@ -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 ############################################################################### @@ -117,14 +117,15 @@ # FASTQ # used by MAQ (http://maq.sourceforge.net/fastq.shtml) ############################################################################### +# XXX Broken? # @ -0 regex =^@[A-Za-z0-9_.:-]+?\n +#0 regex =^@[A-Za-z0-9_.:-]+\?\n # ->&1 regex =^[A-Za-z\n\.~]+\+ +#>&1 regex =^[A-Za-z\n.~]++ # +[] ->>&1 regex =^[A-Za-z0-9_.:-]*?\n +#>>&1 regex =^[A-Za-z0-9_.:-]*\?\n # ->>>&1 regex =^[!-~\n]+\n FASTQ +#>>>&1 regex =^[!-~\n]+\n FASTQ ############################################################################### # FASTA