Skip to content

Commit

Permalink
Update batch_correct_multivi.py
Browse files Browse the repository at this point in the history
fixes #242
  • Loading branch information
bio-la authored Mar 26, 2024
1 parent 1f92896 commit 311296a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panpipes/python_scripts/batch_correct_multivi.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
# adata_paired.var = pd.concat([rna.var,atac.var])
if rna.is_view:
L.info("RNA is view")
atac = rna.copy()
rna = rna.copy()
if atac.is_view:
L.info("ATAC is view")
atac = atac.copy()
Expand Down

0 comments on commit 311296a

Please sign in to comment.