Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-james committed Jan 27, 2025
1 parent 9d4ee9b commit 8666e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benj/aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def aggregate_concat(metadata=None, directory:Union[_PathLike, List[_PathLike]]=
sample_key="Sample", calc_qc:bool=True,
min_cells_per_sample:int=30,
sep="\t", verbose:bool=True,
keep_var:bool=True
keep_var:bool=True,
**kwargs):
"""Metadata+directory, or h5ad with or without metadata"""
import os
Expand Down

0 comments on commit 8666e81

Please sign in to comment.