rectanglepy 0.0.43__tar.gz → 0.0.44__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/.bumpversion.cfg +1 -1
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/.cruft.json +1 -1
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/PKG-INFO +7 -9
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/README.md +3 -5
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/docs/conf.py +2 -2
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/pyproject.toml +4 -4
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/.editorconfig +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/.github/workflows/build.yaml +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/.github/workflows/release.yaml +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/.github/workflows/test.yaml +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/.gitignore +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/.pre-commit-config.yaml +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/.readthedocs.yaml +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/CHANGELOG.md +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/LICENSE +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/docs/Makefile +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/docs/_static/.gitkeep +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/docs/_templates/.gitkeep +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/docs/_templates/autosummary/class.rst +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/docs/api.md +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/docs/changelog.md +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/docs/contributing.md +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/docs/extensions/typed_returns.py +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/docs/index.md +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/docs/make.bat +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/docs/notebooks/example.ipynb +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/docs/references.bib +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/docs/references.md +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/src/rectanglepy/__init__.py +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/src/rectanglepy/data/hao1_annotations_small.csv +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/src/rectanglepy/data/hao1_counts_small.csv +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/src/rectanglepy/data/small_fino_bulks.csv +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/src/rectanglepy/pp/__init__.py +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/src/rectanglepy/pp/create_signature.py +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/src/rectanglepy/pp/rectangle_signature.py +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/src/rectanglepy/rectangle.py +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/src/rectanglepy/tl/__init__.py +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/src/rectanglepy/tl/deconvolution.py +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/tests/data/TIL10_signature.txt +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/tests/data/bulk_small.csv +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/tests/data/cell_annotations_small.txt +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/tests/data/quanTIseq_SimRNAseq_mixture_smaller.csv +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/tests/data/quanTIseq_SimRNAseq_read_fractions_small.txt +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/tests/data/sc_object_small.csv +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/tests/data/signature_hao1.csv +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/tests/test_pp.py +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/tests/test_rectangle.py +0 -0
- {rectanglepy-0.0.43 → rectanglepy-0.0.44}/tests/test_tl.py +0 -0
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"author_full_name": "Bernhard Eder",
|
|
11
11
|
"author_email": "yourname@example.com",
|
|
12
12
|
"github_user": "bernheder",
|
|
13
|
-
"project_repo": "https://github.com/
|
|
13
|
+
"project_repo": "https://github.com/ComputationalBiomedicineGroup/Rectangle",
|
|
14
14
|
"license": "MIT License",
|
|
15
15
|
"_copy_without_render": [
|
|
16
16
|
".github/workflows/**.yaml",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: rectanglepy
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.0.44
|
|
4
|
+
Summary: Hierarchical deconvolution of bulk transcriptomics
|
|
5
5
|
Project-URL: Documentation, https://rectanglepy.readthedocs.io/
|
|
6
|
-
Project-URL: Source, https://github.com/
|
|
7
|
-
Project-URL: Home-page, https://github.com/
|
|
6
|
+
Project-URL: Source, https://github.com/ComputationalBiomedicineGroup/Rectangle
|
|
7
|
+
Project-URL: Home-page, https://github.com/ComputationalBiomedicineGroup/Rectangle
|
|
8
8
|
Author: Bernhard Eder
|
|
9
9
|
Maintainer-email: Bernhard Eder <Bernhard.Eder@student.uibk.ac.at>
|
|
10
10
|
License: MIT License
|
|
@@ -56,7 +56,7 @@ Description-Content-Type: text/markdown
|
|
|
56
56
|
[![Documentation][badge-docs]][link-docs]
|
|
57
57
|
|
|
58
58
|
[badge-tests]: https://img.shields.io/github/actions/workflow/status/bernheder/Rectangle/test.yaml?branch=main
|
|
59
|
-
[link-tests]: https://github.com/
|
|
59
|
+
[link-tests]: https://github.com/ComputationalBiomedicineGroup/Rectangle/actions/workflows/test.yml
|
|
60
60
|
[badge-docs]: https://img.shields.io/readthedocs/Rectangle
|
|
61
61
|
|
|
62
62
|
Rectangle embodies a ”second-generation” deconvolution methodology, setting itself apart from other second-generation
|
|
@@ -77,13 +77,11 @@ Python installed, we recommend installing [Mambaforge](https://github.com/conda-
|
|
|
77
77
|
|
|
78
78
|
How to install Rectangle:
|
|
79
79
|
|
|
80
|
-
|
|
81
|
-
1) Install the latest release of `Rectangle` from `PyPI <https://pypi.org/project/rectanglepy/>`_:
|
|
80
|
+
Install the latest release of `Rectangle` from `PyPI <https://pypi.org/project/rectanglepy/>`:
|
|
82
81
|
|
|
83
82
|
```bash
|
|
84
83
|
pip install rectanglepy
|
|
85
84
|
```
|
|
86
|
-
-->
|
|
87
85
|
|
|
88
86
|
## Release notes
|
|
89
87
|
|
|
@@ -98,7 +96,7 @@ If you found a bug, please use the [issue tracker][issue-tracker].
|
|
|
98
96
|
> t.b.a
|
|
99
97
|
|
|
100
98
|
[scverse-discourse]: https://discourse.scverse.org/
|
|
101
|
-
[issue-tracker]: https://github.com/
|
|
99
|
+
[issue-tracker]: https://github.com/ComputationalBiomedicineGroup/Rectangle/issues
|
|
102
100
|
[changelog]: https://Rectanglepy.readthedocs.io/latest/changelog.html
|
|
103
101
|
[link-docs]: https://Rectanglepy.readthedocs.io
|
|
104
102
|
[link-api]: https://Rectanglepy.readthedocs.io/latest/api.html
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[![Documentation][badge-docs]][link-docs]
|
|
5
5
|
|
|
6
6
|
[badge-tests]: https://img.shields.io/github/actions/workflow/status/bernheder/Rectangle/test.yaml?branch=main
|
|
7
|
-
[link-tests]: https://github.com/
|
|
7
|
+
[link-tests]: https://github.com/ComputationalBiomedicineGroup/Rectangle/actions/workflows/test.yml
|
|
8
8
|
[badge-docs]: https://img.shields.io/readthedocs/Rectangle
|
|
9
9
|
|
|
10
10
|
Rectangle embodies a ”second-generation” deconvolution methodology, setting itself apart from other second-generation
|
|
@@ -25,13 +25,11 @@ Python installed, we recommend installing [Mambaforge](https://github.com/conda-
|
|
|
25
25
|
|
|
26
26
|
How to install Rectangle:
|
|
27
27
|
|
|
28
|
-
|
|
29
|
-
1) Install the latest release of `Rectangle` from `PyPI <https://pypi.org/project/rectanglepy/>`_:
|
|
28
|
+
Install the latest release of `Rectangle` from `PyPI <https://pypi.org/project/rectanglepy/>`:
|
|
30
29
|
|
|
31
30
|
```bash
|
|
32
31
|
pip install rectanglepy
|
|
33
32
|
```
|
|
34
|
-
-->
|
|
35
33
|
|
|
36
34
|
## Release notes
|
|
37
35
|
|
|
@@ -46,7 +44,7 @@ If you found a bug, please use the [issue tracker][issue-tracker].
|
|
|
46
44
|
> t.b.a
|
|
47
45
|
|
|
48
46
|
[scverse-discourse]: https://discourse.scverse.org/
|
|
49
|
-
[issue-tracker]: https://github.com/
|
|
47
|
+
[issue-tracker]: https://github.com/ComputationalBiomedicineGroup/Rectangle/issues
|
|
50
48
|
[changelog]: https://Rectanglepy.readthedocs.io/latest/changelog.html
|
|
51
49
|
[link-docs]: https://Rectanglepy.readthedocs.io
|
|
52
50
|
[link-api]: https://Rectanglepy.readthedocs.io/latest/api.html
|
|
@@ -16,12 +16,12 @@ sys.path.insert(0, str(HERE / "extensions"))
|
|
|
16
16
|
|
|
17
17
|
# -- Project information -----------------------------------------------------
|
|
18
18
|
|
|
19
|
-
info = metadata("
|
|
19
|
+
info = metadata("rectangle")
|
|
20
20
|
project_name = info["Name"]
|
|
21
21
|
author = info["Author"]
|
|
22
22
|
copyright = f"{datetime.now():%Y}, {author}."
|
|
23
23
|
version = info["Version"]
|
|
24
|
-
repository_url =
|
|
24
|
+
repository_url = "https://github.com/ComputationalBiomedicineGroup/Rectangle"
|
|
25
25
|
|
|
26
26
|
# The full version, including alpha/beta/rc tags
|
|
27
27
|
release = info["Version"]
|
|
@@ -4,8 +4,8 @@ requires = ["hatchling"]
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "rectanglepy"
|
|
7
|
-
version = "0.0.
|
|
8
|
-
description = "
|
|
7
|
+
version = "0.0.44"
|
|
8
|
+
description = "Hierarchical deconvolution of bulk transcriptomics"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
11
11
|
license = {file = "LICENSE"}
|
|
@@ -16,8 +16,8 @@ maintainers = [
|
|
|
16
16
|
{name = "Bernhard Eder", email = "Bernhard.Eder@student.uibk.ac.at"},
|
|
17
17
|
]
|
|
18
18
|
urls.Documentation = "https://rectanglepy.readthedocs.io/"
|
|
19
|
-
urls.Source = "https://github.com/
|
|
20
|
-
urls.Home-page = "https://github.com/
|
|
19
|
+
urls.Source = "https://github.com/ComputationalBiomedicineGroup/Rectangle"
|
|
20
|
+
urls.Home-page = "https://github.com/ComputationalBiomedicineGroup/Rectangle"
|
|
21
21
|
dependencies = [
|
|
22
22
|
"pydeseq2==0.4.1",
|
|
23
23
|
"quadprog==0.1.11",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rectanglepy-0.0.43 → rectanglepy-0.0.44}/tests/data/quanTIseq_SimRNAseq_mixture_smaller.csv
RENAMED
|
File without changes
|
{rectanglepy-0.0.43 → rectanglepy-0.0.44}/tests/data/quanTIseq_SimRNAseq_read_fractions_small.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|