Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 23, 2024
1 parent c7c687e commit ef99499
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _preprocessing/prepare_input_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# extension: .py
# format_name: percent
# format_version: '1.3'
# jupytext_version: 1.15.0
# jupytext_version: 1.16.4
# kernelspec:
# display_name: Python [conda env:conda-2023-atlas-protocol]
# language: python
Expand Down
2 changes: 1 addition & 1 deletion _preprocessing/subsample_luca.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# extension: .py
# format_name: percent
# format_version: '1.3'
# jupytext_version: 1.15.0
# jupytext_version: 1.16.4
# kernelspec:
# display_name: Python [conda env:.conda-pircher-sc-integrate2]
# language: python
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/01_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# extension: .py
# format_name: percent
# format_version: '1.3'
# jupytext_version: 1.15.0
# jupytext_version: 1.16.4
# ---

# %% [markdown]
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/02_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# extension: .py
# format_name: percent
# format_version: '1.3'
# jupytext_version: 1.15.0
# jupytext_version: 1.16.4
# kernelspec:
# display_name: Python [conda env:conda-2023-atlas-protocol]
# language: python
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/03_seed_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# extension: .py
# format_name: percent
# format_version: '1.3'
# jupytext_version: 1.15.0
# jupytext_version: 1.16.4
# kernelspec:
# display_name: Python [conda env:conda-2023-atlas-protocol]
# language: python
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/04_integrate_scvi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# extension: .py
# format_name: percent
# format_version: '1.3'
# jupytext_version: 1.15.0
# jupytext_version: 1.16.4
# ---

# %% [markdown]
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/05_cell_type_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# extension: .py
# format_name: percent
# format_version: '1.3'
# jupytext_version: 1.15.0
# jupytext_version: 1.16.4
# kernelspec:
# display_name: Python [conda env:conda-2023-atlas-protocol]
# language: python
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/06_differential_expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# extension: .py
# format_name: percent
# format_version: '1.3'
# jupytext_version: 1.15.0
# jupytext_version: 1.16.4
# kernelspec:
# display_name: Python [conda env:conda-2023-atlas-protocol]
# language: python
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/09_compositional.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# extension: .py
# format_name: percent
# format_version: '1.3'
# jupytext_version: 1.15.0
# jupytext_version: 1.16.4
# kernelspec:
# display_name: Python [conda env:conda-2023-atlas-protocol]
# language: python
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/10_bulk_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# extension: .py
# format_name: percent
# format_version: '1.3'
# jupytext_version: 1.15.0
# jupytext_version: 1.16.4
# kernelspec:
# display_name: Python [conda env:conda-2023-atlas-protocol]
# language: python
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/10_functional_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# extension: .py
# format_name: percent
# format_version: '1.3'
# jupytext_version: 1.15.0
# jupytext_version: 1.16.4
# kernelspec:
# display_name: 'SSH apollo-15 apollo-15: mmCD45'
# language: ''
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/15_cell_cell_communication.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# extension: .py
# format_name: percent
# format_version: '1.3'
# jupytext_version: 1.15.0
# jupytext_version: 1.16.4
# kernelspec:
# display_name: atlas_protocol
# language: python
Expand Down
1 change: 1 addition & 0 deletions src/atlas_protocol_scripts/tl/_cell2cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Focuses on differential cellphonedb analysis between conditions.
"""

from typing import Literal

import altair as alt
Expand Down

0 comments on commit ef99499

Please sign in to comment.