Skip to content

Commit 113ee73

Browse files
committed
Fix typo in docstring
1 parent f033280 commit 113ee73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scirpy/io/_io.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,13 @@ def read_10x_vdj(
263263
filtered
264264
Only keep filtered contig annotations (i.e. `is_cell` and `high_confidence`).
265265
If using `filtered_contig_annotations.csv` already, this option
266+
is futile.
266267
include_fields
267268
The fields to include in `adata`. The AIRR rearrangment schema contains
268269
can contain a lot of columns, most of which irrelevant for most analyses.
269270
Per default, this includes a subset of columns relevant for a typical
270271
scirpy analysis, to keep `adata.obs` a bit cleaner. Defaults to {include_fields}.
271272
Set this to `None` to include all columns.
272-
is futile.
273273
274274
275275
Returns

0 commit comments

Comments
 (0)