]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed QA_Illumina_report.rb encoding
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 6 May 2013 09:17:39 +0000 (09:17 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 6 May 2013 09:17:39 +0000 (09:17 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@2169 74ccb610-7750-0410-82ae-013aeee3265d

bp_scripts/QA_Illumina_report.rb

index 420294c08662e09d34fa0fa79b16450a3583653a..6e0ba0a4c10c9ec695daf0c81dd1fb0c5f591c6c 100755 (executable)
@@ -66,7 +66,7 @@ scores_bin_file                = File.join(tmpdir, 'scores_bin.png')
 STDERR.puts "Analyzing sequences ... "
 
 system(
-  "read_fastq -e illumina1.8 -i #{seq_file} |
+  "read_fastq -e base_33 -i #{seq_file} |
    progress_meter |
    analyze_vals -k SEQ -o #{analyze_vals_file} |
    trim_seq -l 3 -m 25 |