Track taxonomy changes and triage sequence assignments across NCBI, GTDB, ICTV, and eukaryotic frameworks. Use when comparing releases, resolving renamed taxa, or routing genomes, bins, and contigs by domain.
Use authoritative sources to report taxonomy changes with explicit versions, dates, and provenance.
Instructions
Determine scope (domain, timeframe, output type).
Pull authoritative updates and release notes.
Extract versioned changes and impacts.
If assigning taxonomy for any assembly, MAG, SAG, isolate genome, bin set, or contig FASTA, start with a QuickClade first-pass domain screen through the BBTools container. Save both per-input and percontig results before choosing downstream tools.
Route from the QuickClade domain screen:
Bacteria or Archaea -> run GTDB-Tk for genome taxonomy. If the GTDB-Tk reference package is missing, set up/download it under the project/reference DB root, set GTDBTK_DATA_PATH, and record the release before running classification.
Viral or virus-like -> route to /bio-viromics; use vConTACT3 for phage/prokaryotic-virus gene-sharing taxonomy and GVClass for giant-virus/Nucleocytoviricota candidates.
Eukaryota -> run EukCC for eukaryotic MAG/genome QC and taxonomy context.
Mixed, low-confidence, or conflicting domains -> split or flag contigs for manual review before domain-specific classification.
Normalize IDs and taxonomy strings across tools.
Convert QuickClade machine output with
scripts/quickclade_to_routing.py so every downstream decision uses the
documented domain_routing.tsv schema.
Deliver a versioned report with conflicts flagged.
Submit GTDB-Tk, EukCC, vConTACT3, and GVClass work through
scripts/submit_taxonomy.sh; do not run these compute-heavy commands on a
login node.
Quick Reference
Task
Action
Sources
See reference/sources.md
Tools
See reference/tools.md
IDs/ranks
See reference/ranks-and-identifiers.md
Report template
See reference/report-template.md
QA checklist
See reference/qa-checklist.md
Release snapshots at authoring time
See reference/last-verified-snapshots.md (examples only — re-check sources for "latest")
Environment
Use the project's pinned Pixi environment and record its lockfile
Normalize QuickClade
uv run --script skills/tracking-taxonomy-updates/scripts/quickclade_to_routing.py quickclade.tsv --sample-id S1 --output domain_routing.tsv
QuickClade is the required first pass for sequence-to-taxonomy assignment unless the user explicitly supplies a trusted domain label and asks to skip triage. It is a router, not the final authority.
Persist:
results/taxonomy/quickclade_percontig.tsv
results/taxonomy/domain_routing.tsv
downstream tool outputs under results/taxonomy/{gtdbtk,eukcc,vcontact3,gvclass}/
QuickClade per-contig domain screen and routing table for sequence assignment workflows
Quality Gates
Every “latest” claim includes date, version, and authority
Stable identifiers used for joins (taxids, GTDB IDs)
Provenance captured (tool version, DB release, run date)
QuickClade was run first for assembly/MAG/genome assignment workflows, with container tag and reference spectra recorded.
Per-contig QuickClade results were persisted and used to choose downstream tools.
Bacteria/Archaea routes include GTDB-Tk outputs and the GTDB reference release; missing GTDB-Tk databases were installed or explicitly reported as blockers.
Viral routes distinguish phage/prokaryotic viruses from giant-virus/Nucleocytoviricota candidates before choosing vConTACT3 or GVClass.
Eukaryotic routes use EukCC rather than prokaryotic QC/taxonomy tools.
GTDB-Tk, EukCC, vConTACT3, and GVClass were submitted through the scheduler, with post-run non-empty output checks.
Issue: Conflicting taxonomy between sources
Solution: Report both with explicit conflict flags and provenance.
Issue: Missing stable IDs
Solution: Resolve via TaxonKit and capture merged/deleted taxid warnings.
1---2name: tracking-taxonomy-updates3description: Track taxonomy changes and triage sequence assignments across NCBI, GTDB, ICTV, and eukaryotic frameworks. Use when comparing releases, resolving renamed taxa, or routing genomes, bins, and contigs by domain.4---56# Tracking Taxonomy Updates78Use authoritative sources to report taxonomy changes with explicit versions, dates, and provenance.910## Instructions11121. Determine scope (domain, timeframe, output type).132. Pull authoritative updates and release notes.143. Extract versioned changes and impacts.154. If assigning taxonomy for any assembly, MAG, SAG, isolate genome, bin set, or contig FASTA, start with a QuickClade first-pass domain screen through the BBTools container. Save both per-input and `percontig` results before choosing downstream tools.165. Route from the QuickClade domain screen:17 - Bacteria or Archaea -> run GTDB-Tk for genome taxonomy. If the GTDB-Tk reference package is missing, set up/download it under the project/reference DB root, set `GTDBTK_DATA_PATH`, and record the release before running classification.18 - Viral or virus-like -> route to `/bio-viromics`; use vConTACT3 for phage/prokaryotic-virus gene-sharing taxonomy and GVClass for giant-virus/Nucleocytoviricota candidates.19 - Eukaryota -> run EukCC for eukaryotic MAG/genome QC and taxonomy context.20 - Mixed, low-confidence, or conflicting domains -> split or flag contigs for manual review before domain-specific classification.216. Normalize IDs and taxonomy strings across tools.22 Convert QuickClade machine output with23 `scripts/quickclade_to_routing.py` so every downstream decision uses the24 documented `domain_routing.tsv` schema.257. Deliver a versioned report with conflicts flagged.268. Submit GTDB-Tk, EukCC, vConTACT3, and GVClass work through27 `scripts/submit_taxonomy.sh`; do not run these compute-heavy commands on a28 login node.2930## Quick Reference3132| Task | Action |33|------|--------|34| Sources | See `reference/sources.md` |35| Tools | See `reference/tools.md` |36| IDs/ranks | See `reference/ranks-and-identifiers.md` |37| Report template | See `reference/report-template.md` |38| QA checklist | See `reference/qa-checklist.md` |39| Release snapshots at authoring time | See `reference/last-verified-snapshots.md` (examples only — re-check sources for "latest") |40| Environment | Use the project's pinned Pixi environment and record its lockfile |41| Normalize QuickClade | `uv run --script skills/tracking-taxonomy-updates/scripts/quickclade_to_routing.py quickclade.tsv --sample-id S1 --output domain_routing.tsv` |42| Submit downstream classification | `SLURM_ACCOUNT=... scripts/submit_taxonomy.sh gtdbtk bins results/taxonomy/gtdbtk` |4344## Domain Triage Contract4546QuickClade is the required first pass for sequence-to-taxonomy assignment unless the user explicitly supplies a trusted domain label and asks to skip triage. It is a router, not the final authority.4748Persist:49- `results/taxonomy/quickclade_percontig.tsv`50- `results/taxonomy/domain_routing.tsv`51- downstream tool outputs under `results/taxonomy/{gtdbtk,eukcc,vcontact3,gvclass}/`5253Minimum `domain_routing.tsv` columns:54- `sample_id`55- `query_id`56- `contig_id`57- `quickclade_domain`58- `quickclade_taxonomy`59- `quickclade_confidence`60- `route`61- `downstream_tool`62- `review_flag`63- `notes`6465## Input Requirements6667- Domain(s) and timeframe68- Source systems to compare (NCBI/GTDB/ICTV/etc.)69- Sequences or genomes (for assignment workflows)7071## Output7273- Versioned taxonomy update summary74- Conflict report across sources75- Standardized taxonomy assignment table (when applicable)76- QuickClade per-contig domain screen and routing table for sequence assignment workflows7778## Quality Gates7980- [ ] Every “latest” claim includes date, version, and authority81- [ ] Stable identifiers used for joins (taxids, GTDB IDs)82- [ ] Provenance captured (tool version, DB release, run date)83- [ ] QuickClade was run first for assembly/MAG/genome assignment workflows, with container tag and reference spectra recorded.84- [ ] Per-contig QuickClade results were persisted and used to choose downstream tools.85- [ ] Bacteria/Archaea routes include GTDB-Tk outputs and the GTDB reference release; missing GTDB-Tk databases were installed or explicitly reported as blockers.86- [ ] Viral routes distinguish phage/prokaryotic viruses from giant-virus/Nucleocytoviricota candidates before choosing vConTACT3 or GVClass.87- [ ] Eukaryotic routes use EukCC rather than prokaryotic QC/taxonomy tools.88- [ ] GTDB-Tk, EukCC, vConTACT3, and GVClass were submitted through the scheduler, with post-run non-empty output checks.8990## Examples9192### Example 1: Update scan scope9394```text95Domains: Bacteria + Archaea96Timeframe: last 12 months97Output: summary table + pipeline impact notes98```99100## Troubleshooting101102**Issue**: Conflicting taxonomy between sources103**Solution**: Report both with explicit conflict flags and provenance.104105**Issue**: Missing stable IDs106**Solution**: Resolve via TaxonKit and capture merged/deleted taxid warnings.
Run npx skillmds@latest add fmschulz/tracking-taxonomy-updates in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Track taxonomy changes and triage sequence assignments across NCBI, GTDB, ICTV, and eukaryotic frameworks. Use when comparing releases, resolving renamed taxa, or routing genomes, bins, and contigs by domain. It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: executes scripts. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
fmschulz (@fmschulz) published this skill. Their other Agent Skills are listed on their SkillMD profile.