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

change report

parent d6b9cb47
No related branches found
No related tags found
No related merge requests found
......@@ -75,12 +75,15 @@
<div class="col-sm-1 col-md-1"></div>
<div class="col-sm-4 col-md-4">
<h4><small>Raw</small></h4>
<iframe id="MG-raw-stat"></iframe>
<iframe id="MG-R1-raw-stat"></iframe>
<iframe id="MG-R2-raw-stat"></iframe>
</div>
<div class="col-sm-1 col-md-1"></div>
<div class="col-sm-4 col-md-4">
<h4><small>Preprocessed</small></h4>
<iframe id="MG-preprocessed-stat"></iframe>
<iframe id="MG-R1-preprocessed-stat"></iframe>
<iframe id="MG-R2-preprocessed-stat"></iframe>
<iframe id="MG-SE-preprocessed-stat"></iframe>
</div>
<div class="col-sm-1 col-md-1"></div>
</div>
......
......@@ -286,13 +286,22 @@ if(typeof IMP_STATS !== 'undefined') {
$('#preprocessing').on('show.bs.tab', function (e) {
if($("#MG-raw-stat").attr('src') === undefined){
$("#MG-raw-stat").attr('src', 'Analysis/stat/MG/index.html');
$("#MG-preprocessing-stat").attr('src', 'Analysis/stat/MG/index.html');
$("#MT-raw-stat").attr('src', 'Analysis/stat/MT/index.html');
$("#MT-preprocessing-stat").attr('src', 'Analysis/stat/MT/index.html');
$("#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-preprocessed-stat").attr('src', 'Analysis/stat/MG/MG.R1_preprocessed_fastqc.html');
$("#MG-R2-preprocessed-stat").attr('src', 'Analysis/stat/MG/MG.R2_preprocessed_fastqc.html');
$("#MG-SE-preprocessed-stat").attr('src', 'Analysis/stat/MG/MG.SE_preprocessed_fastqc.html');
$("#MT-R1-raw-stat").attr('src', 'Analysis/stat/MT/MT.R1.fq_fastqc.html');
$("#MT-R2-raw-stat").attr('src', 'Analysis/stat/MT/MT.R2.fq_fastqc.html');
$("#MT-R1-preprocessed-stat").attr('src', 'Analysis/stat/MT/MT.R1_preprocessed_fastqc.html');
$("#MT-R2-preprocessed-stat").attr('src', 'Analysis/stat/MT/MT.R2_preprocessed_fastqc.html');
$("#MT-SE-preprocessed-stat").attr('src', 'Analysis/stat/MT/MT.SE_preprocessed_fastqc.html');
}
});
"stats/MT/MT.R1_preprocessed_fastqc.html",
"stats/MT/MT.R2.fq_fastqc.html",
renderSimpleCarousel('carousel-assembly', 'Analysis/results', [
......
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