We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cda643 commit 24fee43Copy full SHA for 24fee43
bbconf/bbconf.py
@@ -552,7 +552,7 @@ def add_bed_to_qdrant(
552
reg_2_vec_obj = region_to_vec
553
bed_embedding = reg_2_vec_obj.encode(
554
bed_region_set,
555
- pool="mean",
+ pooling="mean",
556
)
557
558
# Upload bed file vector to the database
@@ -585,7 +585,7 @@ def get_thumbnail_uri(
585
record_type: Literal["bed", "bedset"],
586
record_id: str,
587
result_id: str,
588
- access_id: str = "http"
+ access_id: str = "http",
589
) -> str:
590
"""
591
Create URL to access a bed- or bedset-associated thumbnail
0 commit comments