diff --git a/panpipes/python_scripts/concat_adata.py b/panpipes/python_scripts/concat_adata.py index a4b4c5f7..0fab949d 100644 --- a/panpipes/python_scripts/concat_adata.py +++ b/panpipes/python_scripts/concat_adata.py @@ -201,7 +201,7 @@ # we assume this has been inidicated in a "hashing_ab" column in the protein metadata file if "hashing_ab" in mdata['prot'].var.columns: # create new modality for hashing - mdata.mod["hashing_ab"]=mdata["prot"][:, mdata["prot"].var["hashing_ab"]] + #mdata.mod["hashing_ab"]=mdata["prot"][:, mdata["prot"].var["hashing_ab"]] # subset old modality to remove hashing mdata.mod['prot'] = mdata["prot"][:, ~mdata["prot"].var["hashing_ab"]] except FileNotFoundError: