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

add vizbin logo on variants and ratio

parent 088d4a7a
No related branches found
No related tags found
No related merge requests found
......@@ -53,9 +53,6 @@
.vizbin-logo {
width: 220px;
}
.vizbin-logo-but {
width: 43px;
}
</style>
</head>
......@@ -275,6 +272,17 @@
<div class="row">
<img id='ratio-wrapper' class='img-responsive' src='Analysis/results/IMP-vizbin_length_depthRatio.png'/>
</div>
<div class="row">
<p class="lead text-center">
In order to perform a human augmented binning of the contigs, please import the following
<a href="Analysis/MGMT.vizbin.filtered.fa">fasta file</a> to
</p>
</div>
<div class="row">
<div style="text-align:center;">
<a href="http://claczny.github.io/VizBin/"><img src='vizbin_logo.png'/></a>
</div>
</div>
</section>
</div>
......@@ -301,6 +309,17 @@
<div class="row">
<img id='variant-wrapper' class='img-responsive' src='Analysis/results/IMP-var_count.png'/>
</div
<div class="row">
<p class="lead vizbin-img text-center" style="display:none">
In order to perform a human augmented binning of the contigs, please import the following
<a href="Analysis/MGMT.vizbin.filtered.fa">fasta file</a> to
</p>
</div>
<div class="vizbin-img row" style="display:none">
<div style="text-align:center;">
<a href="http://claczny.github.io/VizBin/"><img src='vizbin_logo.png'/></a>
</div>
</div>
</section>
......
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