Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rvosa committed Sep 6, 2024
1 parent 318d961 commit c976209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bactria/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ class Database:
# All subsequent times:
db = Database('db.sqlite', '/path/to/BOLD_Public.18-Dec-2023')
node = db.Node('ott34728')
barcode = db.Barcode(...)
taxon = db.Taxon(...)
node = db.get_node({'id':'ott34728'})
barcode = db.get_barcode(...)
taxon = db.get_taxon(...)
"""

def __init__(self, db_file: Path, data_package: Path):
Expand Down

0 comments on commit c976209

Please sign in to comment.