Skip to content

Commit 8666e81

Browse files
missing comma
1 parent 9d4ee9b commit 8666e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benj/aggregate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def aggregate_concat(metadata=None, directory:Union[_PathLike, List[_PathLike]]=
134134
sample_key="Sample", calc_qc:bool=True,
135135
min_cells_per_sample:int=30,
136136
sep="\t", verbose:bool=True,
137-
keep_var:bool=True
137+
keep_var:bool=True,
138138
**kwargs):
139139
"""Metadata+directory, or h5ad with or without metadata"""
140140
import os

0 commit comments

Comments
 (0)