SCENIC+ is a python package to build gene regulatory networks (GRNs) using combined or separate single-cell gene expression (scRNA-seq) and single-cell chromatin accessibility (scATAC-seq) data.
Other
186
stars
29
forks
source link
create_cistopic_object_from_fragments run forever #465
I followed the tutorial of pycisTopic and it works well until i reach the function create_cistopic_object_from_fragments.
When I run the command as written in the tutorial, it shows : "2024-09-12 10:16:32,539 cisTopic INFO Reading data for 21_069"
But then just run forever without showing anything else.
The first part of the command work
But then again if i run the create_cistopic_object_from_fragments command after that it runs forever.
Pycistopic version: '2.0a0'
Any ideas?