From: martinahansen Date: Mon, 26 Nov 2012 22:16:58 +0000 (+0000) Subject: more power to the QA X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=6e72ea8dd37a321c7f14dcfd668671c3932e2d5e;p=biopieces.git more power to the QA git-svn-id: http://biopieces.googlecode.com/svn/trunk@1998 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_scripts/QA_Illumina_report.rb b/bp_scripts/QA_Illumina_report.rb index 2655b10..d7deb92 100755 --- a/bp_scripts/QA_Illumina_report.rb +++ b/bp_scripts/QA_Illumina_report.rb @@ -72,7 +72,7 @@ system( trim_seq -l 3 -m 25 | grab -e 'SEQ_LEN > 0' | analyze_vals -k SEQ -o #{analyze_vals_trim_file} | - find_adaptor -l 6 -L 6 -f ACACGACGCTCTTCCGATCT -r AGATCGGAAGAGCACACGTC | + find_adaptor -c 12 -l 6 -L 6 -f ACACGACGCTCTTCCGATCT -r AGATCGGAAGAGCACACGTC | clip_adaptor | grab -e 'SEQ_LEN > 0' | analyze_vals -k SEQ -o #{analyze_vals_trim_noadapt_file} |