Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
szabogtamas committed Mar 27, 2020
1 parent ab84755 commit c335d7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scirpy/_plotting/_vdj_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ def vdj_usage(
"""

# Execute the tool
df = tl.vdj_usage(adata, target_cols=target_cols, fraction=fraction, size_column=size_column)
df = tl.vdj_usage(
adata, target_cols=target_cols, fraction=fraction, size_column=size_column
)

if top_n is None:
top_n = df.shape[0]
Expand Down

0 comments on commit c335d7d

Please sign in to comment.