You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to process the Lee et al. 2019. dataset, I got the following error:
Traceback (most recent call last):
File "scripts/scVI-3D.py", line 757, in
for cellId, cellDf in res[i][1].groupby('cellID'):
AttributeError: 'NoneType' object has no attribute 'groupby'
My cellsummary file format is as follows:
Could you please help me with it? Thank you so much!
The text was updated successfully, but these errors were encountered:
Sorry for my late reply. It seems that "res" may not be calculated successfully. Maybe you can check the pickle output of res, which is saved by the command before the error was triggered?
if saveFlag:
with open(outdir + '/pickle/res', 'wb') as f:
pickle.dump(res, f)
Hi Ye,
Nice work!
When I tried to process the Lee et al. 2019. dataset, I got the following error:
Traceback (most recent call last):
File "scripts/scVI-3D.py", line 757, in
for cellId, cellDf in res[i][1].groupby('cellID'):
AttributeError: 'NoneType' object has no attribute 'groupby'
My cellsummary file format is as follows:
Could you please help me with it? Thank you so much!
The text was updated successfully, but these errors were encountered: