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

Is pyscenic grn proceeding? It does not throw any responses. #538

Open
hansong798 opened this issue Apr 12, 2024 · 4 comments
Open

Is pyscenic grn proceeding? It does not throw any responses. #538

hansong798 opened this issue Apr 12, 2024 · 4 comments
Labels
question Further information is requested

Comments

@hansong798
Copy link

hansong798 commented Apr 12, 2024

Hello,
I'm running pyscenic using a docker container with data of 95121 cells * 28067 genes.

However, now it is running over two days and it does not throw any responses like below.

My code is:

docker run -it -v $PWD:$PWD aertslab/pyscenic:0.12.0 \
pyscenic grn \
--num_workers 30 \
--output adj.tsv \
--method grnboost2 \
--sparse \
fracture.loom \
hs_hgnc_tfs.txt

image

When I checked top command, it seemed like still running.
But it takes long time so I don't know whether I need to stop the process.
Is this running well? How long does it take to perform grnboost?

@hansong798 hansong798 added the question Further information is requested label Apr 12, 2024
@ggruenhagen3
Copy link

Seems like its unclear to many how long the tool takes to run, as there are several threads about that on this github. Perhaps the developers should add a brief statement about memory and runtime to the docs to give users a rough idea. Looking around this github, here are a few responses from the dev team and other users on runtime:
#80 (comment)
#185 (comment)
#426 (includes comments on a 263159 cells x 14357 genes matrix, a 70k cell matrix, a 20k x 20k matrix, and a 80k+ x 30k matrix)
#217 (comment)

@Pentayouth
Copy link

add my experience here for those feeling anxious like me.
20000 genes * 20000 cells 30 core
9hr30min

@liezeltamon
Copy link

add my experience here for those feeling anxious like me.
20000 genes * 20000 cells 30 core
9hr30min

Thanks for sharing! @Pentayouth . How about memory usage? Also are you using Arboreto here?

@Pentayouth
Copy link

add my experience here for those feeling anxious like me.
20000 genes * 20000 cells 30 core
9hr30min

Thanks for sharing! @Pentayouth . How about memory usage? Also are you using Arboreto here?

@liezeltamon Hi, I am using the latest docker image. The memory usage is just fine on my 128GB desktop and allow me do other things. I dont quite remember exactly how much memory usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants