-
Notifications
You must be signed in to change notification settings - Fork 0
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
Incosistent argument in the velocity analysis example #3
Comments
usecase_rna_velocity uses the devel version of dyngen. I'll merge the devel version of dyngen into master. |
Thank you for the prompt update! It solves the argument inconsistency, but the dynplot_dimred is not found here
|
Ahh yes, you need the latest dynplot2. According to @zouter, this branch is still very much WIP, so let us know if you encounter any issues there. Please run devtools::install_github("dynverse/dynplot2@devel") |
Encountering some weird error showing
|
Also, when running I think some misconfiguration related to |
I see you managed to get scvelo (the R package) installed manually. In the meantime, I also fixed the underlying problem.
This is because by default, reticulate uses r-miniconda. There are two approaches to solving this: 1. Install scvelo in whatever environment reticulate is usingBy running 2. Specify which python to useEither specify the conda environment you use ( Do either of these approaches solve your problem? :) |
Yes, the problem is solved. The |
Hi, when using the usecase_rna_velocity
I got an error:
Error in initialise_model(id = id, num_tfs = 20, num_targets = 50, num_hks = 15, : unused argument (id = id)
Seems the interface is incosistent? Do you have any idea?
The text was updated successfully, but these errors were encountered: