Skip to content

Commit

Permalink
default to duckdb
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-reimonn committed Apr 3, 2024
1 parent 9a2f55c commit ada6519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genomic_features/ensembl/ensembldb.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@


def annotation(
species: str, version: str | int, backend: Literal["duckdb", "sqlite"] = "sqlite"
species: str, version: str | int, backend: Literal["duckdb", "sqlite"] = "duckdb"
) -> EnsemblDB:
"""Get an annotation database for a species and version.
Expand Down

0 comments on commit ada6519

Please sign in to comment.