-
Notifications
You must be signed in to change notification settings - Fork 181
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
Pyscenic ctx taking a long time #265
Comments
There's not really enough information here to help. At minimum you should provide the following from the bug report template:
|
Here are the details: pySCENIC version: 0.10.4 Installation method: Pip Run environment: HPC slurm script OS: CentOS Package versions: |
Thanks for the info. I would recommend:
(similar to #142) |
Thank you @cflerin ! I'll try both of those suggestions. |
Hi! Are your problems resolved? I am facing the same issue now but neither methods work for me |
I have been running pyscenic ctx for over 5 days. My unfiltered loom file contains ~7k cells. How long does this step typically take? I am running it from a slurm script on my HPC using the following script:
pyscenic ctx files/adj.csv
cisTarget_databases/mm10__refseq-r80__500bp_up_and_100bp_down_tss.mc9nr.feather
--annotations_fname cisTarget_databases/motifs-v9-nr.mgi-m0.001-o0.0.tbl.txt
--expression_mtx_fname files/ob_unfiltered.loom
--output files/ob_pyscenic.csv
--mask_dropouts
--num_workers 39
In the output, it gets to the Calculating regulons step, but stops there.
2021-02-08 08:30:12,939 - pyscenic.cli.pyscenic - INFO - Calculating regulons.
Do you have any recommendations on making this script run faster?
Thanks,
Will
The text was updated successfully, but these errors were encountered: