Skip to content

Commit bc425a1

Browse files
committed
updated version and configs
1 parent 46f4f9d commit bc425a1

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

bedhost/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.6"
1+
__version__ = "0.12.0"

deployment/config/api-dev.bedbase.org.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path:
44
# region2vec: databio/r2v-pretrained-for-search
55
region2vec: databio/r2v-encode-hg38
66
vec2vec: 'databio/v2v-sentencetransformers-encode'
7-
umap_model: "https://github.com/databio/bedbase-loader/raw/refs/heads/master/umap/hg38_umap_umap_model.joblib"
7+
umap_model: "https://huggingface.co/databio/bedbase-umap/resolve/main/hg38_umap_umap_model.joblib"
88
database:
99
host: $POSTGRES_HOST
1010
port: 5432

deployment/config/api.bedbase.org.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ path:
44
# region2vec: databio/r2v-pretrained-for-search
55
region2vec: databio/r2v-encode-hg38
66
vec2vec: "databio/v2v-sentencetransformers-encode"
7+
umap_model: "https://huggingface.co/databio/bedbase-umap/resolve/main/hg38_umap_umap_model.joblib"
78
database:
89
host: $POSTGRES_HOST
910
port: 5432

requirements/requirements-all.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
bbconf @ git+https://github.com/databio/bbconf.git@umap#egg=bbconf
2-
# bbconf>=0.12.0
1+
# bbconf @ git+https://github.com/databio/bbconf.git@umap#egg=bbconf
2+
bbconf>=0.13.0
33
fastapi>=0.103.0
44
logmuse>=0.2.7
55
markdown

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bedhost-ui-2",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.12.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)