{"id":32156690,"url":"https://github.com/poisotlab/ncbitaxonomy.jl","last_synced_at":"2025-10-21T12:37:07.608Z","repository":{"id":45130065,"uuid":"312718490","full_name":"PoisotLab/NCBITaxonomy.jl","owner":"PoisotLab","description":"Wrapper around the NCBI taxonomy files","archived":false,"fork":false,"pushed_at":"2025-06-30T17:10:34.000Z","size":2966,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-05T06:46:09.745Z","etag":null,"topics":["biodiversity","biodiversity-data","ivado","ncbi","ncbi-taxonomy","taxonomy","verena"],"latest_commit_sha":null,"homepage":"https://poisotlab.github.io/NCBITaxonomy.jl/stable/","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PoisotLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":".zenodo.json"}},"created_at":"2020-11-14T00:59:09.000Z","updated_at":"2025-06-30T17:10:38.000Z","dependencies_parsed_at":"2025-04-14T12:26:12.135Z","dependency_job_id":null,"html_url":"https://github.com/PoisotLab/NCBITaxonomy.jl","commit_stats":null,"previous_names":["ecojulia/ncbitaxonomy.jl"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/PoisotLab/NCBITaxonomy.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoisotLab%2FNCBITaxonomy.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoisotLab%2FNCBITaxonomy.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoisotLab%2FNCBITaxonomy.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoisotLab%2FNCBITaxonomy.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PoisotLab","download_url":"https://codeload.github.com/PoisotLab/NCBITaxonomy.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoisotLab%2FNCBITaxonomy.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280263562,"owners_count":26300766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["biodiversity","biodiversity-data","ivado","ncbi","ncbi-taxonomy","taxonomy","verena"],"created_at":"2025-10-21T12:37:02.286Z","updated_at":"2025-10-21T12:37:07.603Z","avatar_url":"https://github.com/PoisotLab.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NCBI taxonomy\n\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![DOI](https://zenodo.org/badge/312718490.svg)](https://zenodo.org/badge/latestdoi/312718490)\n\n![CI](https://github.com/PoisotLab/NCBITaxonomy.jl/workflows/CI/badge.svg) [![codecov](https://codecov.io/gh/PoisotLab/NCBITaxonomy.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/PoisotLab/NCBITaxonomy.jl)\n\n![Documentation](https://github.com/PoisotLab/NCBITaxonomy.jl/workflows/Documentation/badge.svg) [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://ecojulia.github.io/NCBITaxonomy.jl/stable) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://ecojulia.github.io/NCBITaxonomy.jl/dev)\n\nThis package provides an interface to the [NCBI Taxonomy][ncbitax]. When\ninstalled, it will download the *latest* version of the taxonomy files from the\nNCBI `ftp` service. To update the version of the taxonomy you use, you need to\nbuild the package again.\n\n[ncbitax]: https://www.ncbi.nlm.nih.gov/taxonomy\n\nThe package is registered in the Julia registry, and can be installed with\n\n~~~ julia\nimport Pkg; Pkg.add(\"NCBITaxonomy\")\n~~~\n\nin the Julia REPL, or through\n\n~~~ julia\nadd NCBITaxonomy\n~~~\n\nin Julia's `pkg` mode.\n\n*Please note* that the taxonomy dump is a big download. If the\n`NCBITAXONOMY_PATH` is not set, it will be stored in the package folder under\nthe `homedir()` directory, which is a *bad idea*. We strongly recommend editing\nyour [configuration\nfile](https://docs.julialang.org/en/v1/manual/environment-variables/), or\nexporting the `NCBITAXONOMY_PATH` environment variable.\n\nThis package is developed as part of the activities of the Viral Emergence\nResearch Initiative ([VERENA][verena]) consortium, with financial support from\nthe Institut de Valorisation des Données ([IVADO][ivado]) at Université de\nMontréal.\n\n[verena]: https://www.viralemergence.org/\n[ivado]: https://ivado.ca/en/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoisotlab%2Fncbitaxonomy.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoisotlab%2Fncbitaxonomy.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoisotlab%2Fncbitaxonomy.jl/lists"}