From d20344a6dd825093f3cd71ca27534f54b66a4a12 Mon Sep 17 00:00:00 2001 From: Seppe De Winter Date: Mon, 20 Jan 2025 10:21:29 +0100 Subject: [PATCH 1/2] Update README.md license info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5b96909..5d754b4 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,7 @@ $ pip install . ## References [Bravo Gonzalez-Blas, C. & De Winter, S. *et al.* (2022). SCENIC+: single-cell multiomic inference of enhancers and gene regulatory networks](https://www.biorxiv.org/content/10.1101/2022.08.19.504505v1) + +## license + +The SCENIC+ [license](https://github.com/aertslab/scenicplus/blob/main/LICENCE.txt) covers [SCENIC+](https://github.com/aertslab/scenicplus), [pycisTarget](https://github.com/aertslab/pycistarget), [pycisTopic](https://github.com/aertslab/pycisTopic) and the [cisTarget dabases](https://resources.aertslab.org/cistarget/). From 9c52cc77f02085129b3672f9708856493c67cf61 Mon Sep 17 00:00:00 2001 From: Alireza Majd Date: Tue, 1 Apr 2025 02:01:44 -0500 Subject: [PATCH 2/2] Fixing_python_version_issue --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40f22f3..04f4b62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ description = "SCENIC+ is a python package to build gene regulatory networks (GRNs) using combined or separate single-cell gene expression (scRNA-seq) and single-cell chromatin accessibility (scATAC-seq) data." readme = "README.md" version = "1.0a2" -requires-python = ">=3.8,<=3.11.8" +requires-python = ">=3.8,<=3.11.11" keywords = ["scATAC", "GRN inference", "eGRN inference"] license = { file = "LICENCE.txt" } classifiers = [