]> git.donarmstrong.com Git - biopieces.git/commitdiff
more power to the QA
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 26 Nov 2012 22:16:58 +0000 (22:16 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 26 Nov 2012 22:16:58 +0000 (22:16 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1998 74ccb610-7750-0410-82ae-013aeee3265d

bp_scripts/QA_Illumina_report.rb

index 2655b10a4856076fa41a88254db65e8e7e811459..d7deb9244d7a3328794bdfcb1c33f310c30be71b 100755 (executable)
@@ -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} |