From 44012a8bd34932572a52c96d5e7632e0b8612f96 Mon Sep 17 00:00:00 2001 From: Petra Schwalie Date: Thu, 12 Jan 2023 11:43:44 +0100 Subject: [PATCH] Small fix in cell annotation workbook as per #271 --- workbooks/celltype_annotation_besca.ipynb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/workbooks/celltype_annotation_besca.ipynb b/workbooks/celltype_annotation_besca.ipynb index a937889a..318614da 100644 --- a/workbooks/celltype_annotation_besca.ipynb +++ b/workbooks/celltype_annotation_besca.ipynb @@ -135,6 +135,15 @@ " clusters = \"leiden_citeseq\"" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "adata.uns['log1p'] = {'base' : None} # Fix for bug related to scanpy version scverse/scanpy#2239" + ] + }, { "cell_type": "code", "execution_count": null,