Skip to content
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

Question for the pyscenic grn error #232

Closed
jeongdo801 opened this issue Nov 30, 2020 · 1 comment
Closed

Question for the pyscenic grn error #232

jeongdo801 opened this issue Nov 30, 2020 · 1 comment

Comments

@jeongdo801
Copy link

pySCENIC_error.txt

Hello, I was trying to run pySCENIC grn with the following commend, but I got error messages like the attachment file...
Could you guide me how I can resolve this issue? Thanks in advance!

!pyscenic grn --num_workers 20 --output adj.tsv --method grnboost2 PBMC10k_filtered.loom hs_hgnc_tfs.txt

@cflerin
Copy link
Contributor

cflerin commented Jan 4, 2021

Hi @jeongdo801 ,

There's a lot going on in your logs, but it looks like pySCENIC was ultimately killed by something external (cluster resources manager perhaps?).

You also get:

OSError: [Errno 24] Too many open files

you could check and increase your ulimit (ulimit -n).

I would also suggest using the multiprocessing implementation of GRNBoost2 unless you really need Dask (see #163 ).

@cflerin cflerin closed this as completed Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants