We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e597a67 commit b1fe294Copy full SHA for b1fe294
1 file changed
src/scanpy/readwrite.py
@@ -876,7 +876,7 @@ def _read( # noqa: PLR0912, PLR0915
876
"... assuming '.data' means tab or white-space separated text file"
877
)
878
logg.hint("change this by passing `ext` to sc.read")
879
- adata = read_text(filename, delimiter, first_column_names)
+ adata = read_text(filename, delimiter, first_column_names=first_column_names)
880
elif ext == "soft.gz":
881
adata = _read_softgz(filename)
882
elif ext == "loom":
0 commit comments