Tips for web developers
The purpose of this page is to show some of the fancy things our web page can do. If you add new features that are specific to our web code, or discover uses of features that are not described here, please feel free to extend this list.
Marking anvi’o artifacts and programs
Raw:
In all fairness, an anvi'o {% include ARTIFACT name="contigs-db" text="contigs database" %} is just a FASTA file adjusted to 2020 and is generated by {% include PROGRAM name="anvi-gen-contigs-database" text="a fancy anvi'o program" %}.
Rendered:
In all fairness, an anvi’o contigs database is just a FASTA file adjusted to 2020 and is generated by a fancy anvi’o program .
Raw:
An anvi'o {% include ARTIFACT name="pan-db" %} comes from {% include PROGRAM name="anvi-pan-genome" %}.
Rendered:
An anvi’o pan-db comes from anvi-pan-genome .
Fancy quotes
Raw:
<blockquote>
An intersting quote.
<div class="blockquote-author">Someone Interesting</div>
</blockquote>
Rendered:
An intersting quote.
Showing table of contents
Table of Contents
Raw:
{% include _toc.html %}
To see the rendered version, see the top-right of the page.