Skip to content

Commit

Permalink
fixed algorithm name in script
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-la committed Sep 4, 2024
1 parent 21a486e commit 0495c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panpipes/python_scripts/batch_correct_mofa.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
mu.pp.intersect_obs(tmp)


if check_for_bool(params["multimodal"]["MultiVI"]["lowmem"]):
if check_for_bool(params["multimodal"]["mofa"]["lowmem"]):
L.info("Running in low memory mode. Calculating and subsetting ATAC to top 25k HVF")
atac = tmp.mod['atac']

Expand Down

0 comments on commit 0495c80

Please sign in to comment.