Skip to content

Commit

Permalink
Update column for species in GTDB source (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplfaria authored Jan 22, 2025
1 parent ad0226d commit 4e7558a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyobo/sources/gtdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def iter_terms(version: str, force: bool = False) -> Iterable[Term]:

ar_path = ensure_path(PREFIX, url=GTDB_AR_URL, version=version, force=force)
bac_path = ensure_path(PREFIX, url=GTDB_BAC_URL, version=version, force=force)
columns = ["gtdb_taxonomy", "ncbi_taxid"]
columns = ["gtdb_taxonomy", "ncbi_species_taxid"]
for path_name, path in [
("ar", ar_path),
("bac", bac_path),
Expand Down

0 comments on commit 4e7558a

Please sign in to comment.