-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macs3 function not works with multiple dataset #332
Comments
2024-09-02 15:41:03 - INFO - Exporting fragments... |
Try to find a computer with more memory OR set |
2.5T memory also didn't work: Script started at: Tue Sep 17 14:20:53 EDT 2024 |
I got same error. I have plenty of memory available. any solution to this? Updates: It seems the error occurred during this step::
The codes works with 90 samples, but not working with 200 samples |
data = snap.read_dataset("combined.h5ads")
data
AnnDataSet object with n_obs x n_vars = 277377 x 526765 backed at 'combined.h5ads'
obs: 'sample', 'leiden'
var: 'count', 'selected'
uns: 'spectral_eigenvalue', 'AnnDataSet', 'reference_sequences'
obsm: 'X_spectral_mnn', 'X_spectral', 'X_spectral_harmony', 'X_umap'
obsp: 'distances'
%%time
snap.tl.macs3(data, groupby='leiden', replicate='sample')
2024-09-01 21:26:50 - INFO - Exporting fragments...
thread 'thread 'thread '' panicked at src/call_peaks.rs:384' panicked at :src/call_peaks.rs73:
:called
Result::unwrap()
on anErr
value: Custom { kind: Other, error: "Allocation error : not enough memory" }384:' panicked at note: run with
RUST_BACKTRACE=1
environment variable to display a backtrace73:
src/call_peaks.rscalled
Result::unwrap()
on anErr
value: Custom { kind: Other, error: "Allocation error : not enough memory" }:384:73:
The text was updated successfully, but these errors were encountered: