I am trying to correct_scanpy a dataset made of 4 batches with 32269 cells and 23546 genes in total. I am running into a "Restarting kernel..." error in Spyder that stops everything:
Python 3.7.12 | packaged by conda-forge | (default, Oct 26 2021, 06:08:53)
Type "copyright", "credits" or "license" for more information.
IPython 7.32.0 -- An enhanced Interactive Python.
runcell(0, '/home/auesro/Desktop/Cell_Ranger/Merge/AER_Merge_v2.py')
runcell('SCANORAMA CORRECTION IN ALL GENES', '/home/auesro/Desktop/Cell_Ranger/Merge/AER_Merge_v2.py')
Found 23546 genes among all datasets
[[0. 0.830794 0.82057985 0.65576613]
[0. 0. 0.8549192 0.69690722]
[0. 0. 0. 0.79336977]
[0. 0. 0. 0. ]]
Processing datasets (1, 2)
Processing datasets (0, 1)
Processing datasets (0, 2)
Restarting kernel...
I am trying to
correct_scanpy
a dataset made of 4 batches with 32269 cells and 23546 genes in total. I am running into a "Restarting kernel..." error in Spyder that stops everything:The workstation has 64GB RAM and 16 CPUs.
Any ideas?