Skip to content

Commit

Permalink
add output adata compression to harmonypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ghar1821 committed Dec 18, 2024
1 parent 736b529 commit 376f5de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/methods/harmonypy/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@

print("Write output AnnData to file", flush=True)

# TODO need compression to gz or not?
out_adata.write_h5ad(par["output"])
out_adata.write_h5ad(par["output"], compression="gzip")

0 comments on commit 376f5de

Please sign in to comment.