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 Nov 23, 2024
1 parent 2ac8e27 commit b5326b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scirpy/pl/_logoplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ def logoplot_cdr3_motif(
adata: DataHandler.TYPE,
*,
chains: Literal["VJ_1", "VDJ_1", "VJ_2", "VDJ_2"] | Sequence[Literal["VJ_1", "VDJ_1", "VJ_2", "VDJ_2"]] = "VDJ_1",
airr_mod: str="airr",
airr_key: str="airr",
chain_idx_key: str="chain_indices",
airr_mod: str = "airr",
airr_key: str = "airr",
chain_idx_key: str = "chain_indices",
cdr3_col: str = "junction_aa",
to_type: Sequence[Literal["information", "counts", "probability", "weight"]] = "information",
pseudocount: float = 0,
Expand Down

0 comments on commit b5326b8

Please sign in to comment.