From 32a9953ec9526fd800a1d564f9bc7c70965689d6 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Wed, 6 Feb 2013 14:23:13 +0000 Subject: [PATCH] disable validity check git-svn-id: http://biopieces.googlecode.com/svn/trunk@2090 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/read_fastq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bp_bin/read_fastq b/bp_bin/read_fastq index 494797c..44a69ed 100755 --- a/bp_bin/read_fastq +++ b/bp_bin/read_fastq @@ -66,7 +66,7 @@ Biopieces.open(options[:stream_in], options[:stream_out]) do |input, output| raise SeqError, "Could not auto-detect quality score encoding" end elsif first - raise SeqError, "Quality score outside valid range" unless entry.qual_valid?(encoding) + #raise SeqError, "Quality score outside valid range" unless entry.qual_valid?(encoding) first = false end -- 2.39.2