Skip to content

Commit

Permalink
Merge pull request #91 from saezlab/dev
Browse files Browse the repository at this point in the history
v1.0.5
  • Loading branch information
dbdimitrov authored Feb 25, 2024
2 parents 1543d16 + 3766e0c commit 0882c9c
Show file tree
Hide file tree
Showing 56 changed files with 13,098 additions and 9,477 deletions.
49 changes: 49 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
fail_fast: false
default_language_version:
python: python3
default_stages:
- commit
- push
minimum_pre_commit_version: 2.9.3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: check-ast
- id: check-symlinks
- id: check-added-large-files
args: ['--maxkb=5000']
- id: fix-encoding-pragma
args: [--remove]
- id: end-of-file-fixer
- id: mixed-line-ending
args: [--fix=lf]
- id: trailing-whitespace
exclude: ^.bumpversion.cfg$
- id: name-tests-test
args: [--django]
- id: check-case-conflict
- id: check-docstring-first
- id: check-yaml
- id: check-toml
- id: requirements-txt-fixer
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
hooks:
- id: blacken-docs
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
- id: python-no-eval
- id: python-use-type-annotations
- id: python-check-blanket-noqa
- id: rst-backticks
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --exclude, __init__.py]
3 changes: 3 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ Prior knowledge
liana.resource.show_resources
liana.resource.generate_lr_geneset
liana.resource.explode_complexes
liana.resource.get_metalinks
liana.resource.describe_metalinks
liana.resource.get_metalinks_values

Intracellular
----------------------------------
Expand Down
4 changes: 4 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ spatially-resolved, and multi-modal omics data.

notebooks/basic_usage

notebooks/prior_knowledge

notebooks/liana_c2c

notebooks/mofacellular
Expand All @@ -59,3 +61,5 @@ spatially-resolved, and multi-modal omics data.
notebooks/misty

notebooks/bivariate

notebooks/sma
339 changes: 124 additions & 215 deletions docs/source/notebooks/basic_usage.ipynb

Large diffs are not rendered by default.

199 changes: 84 additions & 115 deletions docs/source/notebooks/bivariate.ipynb

Large diffs are not rendered by default.

788 changes: 293 additions & 495 deletions docs/source/notebooks/liana_c2c.ipynb

Large diffs are not rendered by default.

136 changes: 41 additions & 95 deletions docs/source/notebooks/misty.ipynb

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions docs/source/notebooks/mofacellular.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 8/8 [00:03<00:00, 2.52it/s]\n"
"100%|██████████| 8/8 [00:03<00:00, 2.38it/s]\n"
]
}
],
Expand Down Expand Up @@ -650,7 +650,13 @@
" ######################################################### \n",
" \n",
" \n",
" \n",
" \n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Loaded view='CD14' group='group1' with N=16 samples and D=4061 features...\n",
"Loaded view='CD4T' group='group1' with N=16 samples and D=5457 features...\n",
"Loaded view='DCs' group='group1' with N=16 samples and D=1389 features...\n",
Expand Down
685 changes: 343 additions & 342 deletions docs/source/notebooks/mofatalk.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 0882c9c

Please sign in to comment.