Closed mairamirza closed 10 months ago
I had the same errors and followed the same steps and got this error as well. When I replaced the code in pycisTopic.pseudobulk_peak_calling.py with the suggested branch (in the following comment) the issue was solved.
https://github.com/aertslab/scenicplus/issues/277#issuecomment-1880305230
I hope it helps!
Thanks @acihanckr for the suggestion, I will check this out!
Hi @mairamirza and @acihanckr
I just pushed some changes to the main branch that should solve this issue completely, see https://github.com/aertslab/pycisTopic/commit/1afbd1d71dd9caf2f8f53d4c752240089b182bc9.
Can you test wether this indeed solves your issue?
All the best,
Seppe
Dear Scenic+ Team, I am encountering error while running export_pseudo step and the error ‘DataFrame, object has no attribute chromosome. Based on #277, I fixed this error with
But now when I try to run export_pseudo, I get Runtime Error which is
I am getting this error despite following the exact dataset and the tutorial here : https://scenicplus.readthedocs.io/en/latest/pbmc_multiome_tutorial.html
I also tried following the pycistarget tutorial from here https://pycistopic.readthedocs.io/en/latest/Cortex_pycisTopic.html for mouse cortex dataset but got the same error.
Session_info:
pycisTopic 1.0.3.dev21+ge9b0e1a pyranges 0.0.127 pyscenic 0.12.1+6.g31d51a1 ray 2.9.0 scanpy 1.9.5 scenicplus 1.0.1.dev6+ge5ba6fc
Error attached:
Can you help me solve this issue? Many Thanks!