Depictio emplates
Templates are pre-packaged project configurations that set up a complete bioinformatics analysis project — dashboards included — with a single command.
Available templates¶
16S · ITS · CO1 · 18S amplicon sequencing across Illumina, PacBio, and IonTorrent.
Viral assembly and variant calling — SARS-CoV-2 and other genomes via the nf-core reference config.
Status levels¶
Validated by the pipeline lead developer. Highest trust level.
Tested, CI passes, reviewed by the Depictio team or community.
Shared as-is. Feedback and PRs welcome.
How templates work¶
A template bundles:
- Project configuration — workflows, data collections, and cross-DC links with
{VAR_NAME}placeholders - Recipes — Python transforms that convert raw pipeline outputs into dashboard-ready tables
- Dashboard YAML — imported automatically on first run, with template variable substitution
- Cross-DC links — enable interactive filtering across data collections
- Recipe seeds — each recipe's output committed as a
.tsv, so the bundled project can be explored, and re-ingested, without the pipeline run behind it (read by the CLI since v1.6.0)
See Template System Reference for the YAML format and resolution mechanics, Recipe seeds for how the seeds are picked up, and Recipes for how data transformations work.
Contributing a template¶
Want to add a template for another pipeline? The contributing guide covers the directory layout, recipe requirements, and review process.