Skip to content

Commit c84d883

Browse files
committed
Merge branch 'aggregate_flowframes_testing' of https://github.com/saeyslab/FlowSOM_Python into aggregate_flowframes_testing
2 parents ddd49dd + 6b20514 commit c84d883

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = { file = "LICENSE" }
1111
maintainers = [
1212
{ name = "Artuur Couckuyt", email = "Artuur.Couckuyt@ugent.be" },
1313
{ name = "Benjamin Rombaut", email = "Benjamin.Rombaut@ugent.be" },
14-
{ name = "Robbe Fonteyn", email = "Robbe.Fonteyn@ugent.be"},
14+
{ name = "Robbe Fonteyn", email = "Robbe.Fonteyn@ugent.be" },
1515
{ name = "Yvan Saeys", email = "Yvan.Saeys@UGent.be" },
1616
{ name = "Sofie Van Gassen", email = "Sofie.VanGassen@UGent.be" },
1717
]

src/flowsom/pp/fcs_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from flowsom.io import read_FCS
99
from flowsom.tl import get_markers
1010

11+
1112
def aggregate_flowframes(files, c_total, channels=None, keep_order=False):
1213
"""Aggregate multiple FCS files together.
1314
@@ -30,7 +31,6 @@ def aggregate_flowframes(files, c_total, channels=None, keep_order=False):
3031

3132
flow_frame = []
3233
for i, f in enumerate(files):
33-
3434
if not isinstance(f, ad.AnnData):
3535
f = read_FCS(f)
3636

0 commit comments

Comments
 (0)