Skip to content
Snippets Groups Projects
Commit c3e89d82 authored by Yohan Jarosz's avatar Yohan Jarosz
Browse files

typos

parent 2545a01b
No related branches found
No related tags found
No related merge requests found
......@@ -286,8 +286,8 @@ if(typeof IMP_STATS !== 'undefined') {
$('#preprocessing').on('show.bs.tab', function (e) {
if($("#MG-R1-raw-stat").attr('src') === undefined){
$("#MG-R1-raw-stat").attr('src', 'Analysis/stat/MG/MG.R1.fq_fastqc.html');
$("#MG-R2-raw-stat").attr('src', 'Analysis/stat/MG/MG.R2.fq_fastqc.html');
$("#MG-R1-raw-stat").attr('src', 'Analysis/stats/MG/MG.R1.fq_fastqc.html');
$("#MG-R2-raw-stat").attr('src', 'Analysis/stats/MG/MG.R2.fq_fastqc.html');
$("#MG-R1-preprocessed-stat").attr('src', 'Analysis/stats/MG/MG.R1_preprocessed_fastqc.html');
$("#MG-R2-preprocessed-stat").attr('src', 'Analysis/stats/MG/MG.R2_preprocessed_fastqc.html');
$("#MG-SE-preprocessed-stat").attr('src', 'Analysis/stats/MG/MG.SE_preprocessed_fastqc.html');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment