diff --git a/README.md b/README.md index 2decea6..453b2d7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Currently focusing on the following datasets for diversity in testing: -- `4pey9`: Visium, Mouse, Brain +- `10ktp`: Visium, Mouse, Brain - `4b368`: Visium, Mouse, Lung - `m1v5v`: Xenium, Human, Lung - `oeuwa`: Xenium, Mouse, Brain diff --git a/data/10ktp__10X__Visium__Mouse__brain__20200623__v1.1.0/10ktp_make_vitessce.py b/data/10ktp__10X__Visium__Mouse__brain__20200623__v1.1.0/10ktp_make_vitessce.py index aed770d..463c4bc 100644 --- a/data/10ktp__10X__Visium__Mouse__brain__20200623__v1.1.0/10ktp_make_vitessce.py +++ b/data/10ktp__10X__Visium__Mouse__brain__20200623__v1.1.0/10ktp_make_vitessce.py @@ -4,7 +4,7 @@ # Setup before running this script for the first time # 1) Ensure you have a lamin.ai account # 2) Run `lamin login` to authenticate -# 3) Activate lamin db connection with `lamin load scverse/spatial` +# 3) Activate lamin db connection with `lamin load scverse/spatialdata-dbdata-db` # 4) Execute script once and replace the stem_uid for this file import lamindb as ln diff --git a/data/10ktp__10X__Visium__Mouse__brain__20200623__v1.1.0/10ktp_to_lamin.py b/data/10ktp__10X__Visium__Mouse__brain__20200623__v1.1.0/10ktp_to_lamin.py index 55f4f4f..94c4628 100644 --- a/data/10ktp__10X__Visium__Mouse__brain__20200623__v1.1.0/10ktp_to_lamin.py +++ b/data/10ktp__10X__Visium__Mouse__brain__20200623__v1.1.0/10ktp_to_lamin.py @@ -4,7 +4,7 @@ # Setup before running this script for the first time # 1) Ensure you have a lamin.ai account # 2) Run `lamin login` to authenticate -# 3) Activate lamin db connection with `lamin load scverse/spatial` +# 3) Activate lamin db connection with `lamin load scverse/spatialdata-db` # 4) Execute script once and replace the stem_uid for this file import lamindb as ln diff --git a/pyproject.toml b/pyproject.toml index 11f701f..cfd4267 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ maintainers = [ authors = [ { name = "Tim Treis" }, ] -requires-python = ">=3.9" +requires-python = ">=3.11" classifiers = [ "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10",