Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
parashardhapola committed Jan 24, 2024
2 parents 6474aa2 + 095734d commit 440bab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.28.8
0.28.9
2 changes: 1 addition & 1 deletion scarf/datastore/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def mark_hto_identities(
assay.rawData[self.cells.fetch_all(cell_key)], self.nthreads
)
hto_idents = hto_demux(
pd.DataFrame(counts, columns=assay.feats.fetch("ids", key=cell_key))
pd.DataFrame(counts, columns=assay.feats.fetch_all("ids"))
)
self.cells.insert(
column_name=label,
Expand Down

0 comments on commit 440bab1

Please sign in to comment.