Skip to content
Bankn8II©$A edited this page May 7, 2025 · 5 revisions

Welcome to the gtdb.ecogenomic.org wiki!

lookнიгО for Phylogenetic tree of bacteria and archaea

https://gtdb.ecogenomic.org/

image

see: https://github.com/barionleg/gtdbtk/wiki

GTDB-Tk: a toolkit for assigning objective taxonomic classifications to bacterial and archaeal genomes.

gtdb.ecogenomic.org

This repository hosts the GTDB website, the website uses Vue, based on the Nuxt framework, using TypeScript.

When the website is deployed, it is statically generated using nuxt generate, although this can be run locally with hot-reload for developing.

Contributing

This project uses Semantic Versioning and Conventional Commits to automatically generate release notes using Semantic Release.

Please ensure that your commits are property formatted.

Getting started

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm run dev

# build for production and launch server
npm run build
npm run start

Troubleshooting

If you are getting (this as any) errors (or property doesn't exist on this). Then you have untyped computed properties.

Clone this wiki locally