Skip to content

Commit

Permalink
ibis 0.6 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup committed Sep 20, 2023
1 parent ecd3bc0 commit 1787503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ urls.Documentation = "https://genomic-features.readthedocs.io/"
urls.Source = "https://github.com/scverse/genomic-features"
urls.Home-page = "https://github.com/scverse/genomic-features"
dependencies = [
"ibis-framework[sqlite]",
"ibis-framework[sqlite]>0.6",
"pooch",
"pandas",
"pyarrow",
Expand Down
3 changes: 2 additions & 1 deletion src/genomic_features/ensembl/ensembldb.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@ def _join_query(
t2,
predicates=[key],
how="left",
suffixes=("", "_y"),
rname="{name}_y",
# suffixes=("", "_y"),
)
query = query.drop(f"{key}_y") # drop duplicate columns
else:
Expand Down

0 comments on commit 1787503

Please sign in to comment.