Skip to content

Commit

Permalink
Ensure compatibility with latest dandelion version
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Jun 30, 2021
1 parent a2ee516 commit e78701c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -54,7 +54,7 @@ test = [
'black'
]
dandelion = [
'sc-dandelion',
'sc-dandelion>=0.1.3',
'adjusttext', # see https://github.com/zktuong/dandelion/issues/55
]
doc = [
Expand Down
1 change: 0 additions & 1 deletion scirpy/io/_io.py
Expand Up @@ -654,7 +654,6 @@ def to_dandelion(adata: AnnData):
"sequence_id": f"{tmp_cell.cell_id}_contig_{i}",
}
)
chain["umi_count"] = chain.pop("duplicate_count")
contig_dicts[chain["sequence_id"]] = chain

data = pd.DataFrame.from_dict(contig_dicts, orient="index")
Expand Down

0 comments on commit e78701c

Please sign in to comment.