]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_scripts/QA_Illumina_report.rb
changed to new find_adaptor
[biopieces.git] / bp_scripts / QA_Illumina_report.rb
index 2655b10a4856076fa41a88254db65e8e7e811459..d50238509b04e6e47900762cb9fa3d387a91cc8d 100755 (executable)
@@ -78,7 +78,7 @@ system(
    analyze_vals -k SEQ -o #{analyze_vals_trim_noadapt_file} |
    plot_distribution -k SEQ_LEN -T 'Sequence length distribution' -X 'Sequence length' -t png -o #{lendist_file} |
    plot_scores -c -t png -o #{scores_file} |
-   plot_nucleotide_distribution -t png -o #{nucdist_file} |
+   plot_nucleotide_distribution -c -t png -o #{nucdist_file} |
    bin_vals -k SEQ_LEN -b 25 |
    plot_distribution -T '25 bases bin sequence length distribution' -X 'Sequence length' -k SEQ_LEN_BIN -t png -o #{lendist_bin_file} |
    mean_scores |
@@ -112,7 +112,7 @@ template = %{
       </table>
       <p>Sequence trimming was performed by removing from the ends all residues until 3 consecutive</p>
       <p>residues with quality score larger than or equal to 25.</p>
-      <p>All plots are after sequence trimming.</p>
+      <p>All plots are after sequence trimming and adaptor removal.</p>
       <h2>Sequence length distribution</h2>
       <p><img src="<%= png2base64(lendist_file) %>" width="600" /></p>
       <p><img src="<%= png2base64(lendist_bin_file) %>" width="600" /></p>