Sha256: 3ce9e1099fe45c10c881ab73cd8ec2f23965f558e420479f7165c0f5acbb4ed6
Contents?: true
Size: 1.6 KB
Versions: 1
Compression:
Stored size: 1.6 KB
Contents
</tbody></table> <script> var evaluation_div = document.getElementById('report_1'); var content_less = "<br><%= less %><div class=\"clearfix\"></div><br><button type=\"button\" onClick='add_content()' class=\"btn btn-primary btn-sm\"> Show More</button>"; var content = "<%= evaluation %> <div class=\"clearfix\"></div><br><button type=\"button\" onClick='evaluation_div.innerHTML=content_less' class=\"btn btn-primary btn-sm\"> Show Less</button>"; evaluation_div.innerHTML = content_less; function add_content(){ evaluation_div = document.getElementById('report_1'); evaluation_div.innerHTML=content; addOverallPlot('files/json/overview.json'); } </script> </div> <% if output_files.length > 1 %> <nav><ul class="pagination"> <% output_files.each_with_index do |results_html, idx| %> <li><a href="<%=results_html%>"><%= idx + 1 %></a></li> <% end %></ul></nav><%end%> <footer><div class="container center-block"><p class="text-muted text-center">Please cite: "Dragan M, Moghul MI, Priyam A & Wurm Y <em>(in prep)</em> GeneValidator: identify problematic gene predictions"<br/> Developed at <a href="http://yannick.poulet.org" target="_blank">Wurm Lab</a>, <a href="http://www.sbcs.qmul.ac.uk" target="_blank">QMUL</a> with funding by <a href="http://www.bbsrc.ac.uk/home/home.aspx" target="_blank">BBSRC</a> and <a href="https://www.google-melange.com/gsoc/homepage/google/gsoc2013" target="_blank">Google Summer of Code 2013</a><br/>This page was created by <a href="https://github.com/wurmlab/GeneValidator" target="_blank" >GeneValidator</a> v<%= GeneValidator::VERSION %></p></div></footer></body></html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
genevalidator-1.6.2 | aux/template_footer.erb |