Skip to content

Commit

Permalink
Merge pull request #243 from DendrouLab/bio-la-patch-6
Browse files Browse the repository at this point in the history
Update batch_correct_multivi.py
  • Loading branch information
bio-la authored Mar 26, 2024
2 parents 22aa0bd + 311296a commit 3c13a41
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 3c13a41

Please sign in to comment.