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

running velorama #2

Open
daniel-spies opened this issue Mar 14, 2023 · 2 comments
Open

running velorama #2

daniel-spies opened this issue Mar 14, 2023 · 2 comments

Comments

@daniel-spies
Copy link

Hi,

I've encountered several issues running velorama

  1. precomputed pseudotime has to be saved in adata.obs['pseudotime'] though scVelo saves it either as dpt_pseudotime or velocity_pseudotime
  2. the ray.init in run.py kills the process on a cluster as it tries to spawn as many processes as cpus are detected, if this differs from the number that were requested the worker process is killed, so here an additional parameter to define the number of cores to be used would be helpful . the same is true for the memory if the user supplies less than 10GB, this should be anothe parameter
  3. when creating is_target and is_reg as suggested by the code in the github repo, it's an adata.var entry of the same length with logical values, in the code it's simply taking the shape, so the status message prints the dimension of adata.var and not the actual number of regulators and targets. hope this is just the print statement and not affecting downstream analysis. For the proper print statement rather use X.sum() and Y.sum()

best
Daniel

@rs239
Copy link
Owner

rs239 commented Mar 15, 2023 via email

@daniel-spies
Copy link
Author

sorry, the X.sum() doesn't make sense as the array will be created properly, the issue is if -rt 1 (reg_target) argument is not used all the genes will be considered targets and regulators.

this is insufficiently explained in the documentation ..

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