Skip to content

Commit

Permalink
Update _io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Feb 10, 2021
1 parent bf79127 commit 5509588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scirpy/io/_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def read_airr(path: Union[str, Sequence[str], Path, Sequence[Path]]) -> AnnData:
ir_objs[cell_id] = tmp_cell
try:
try:
expr = row["umi_count"] # this is not an official field
expr = row["umi_count"] # this is not an official field
except KeyError:
expr = row["duplicate_count"]
expr_raw = row["consensus_count"]
Expand Down

0 comments on commit 5509588

Please sign in to comment.