Closed phitlingt closed 5 years ago
Hello Phit Ling!
Could you reinstall dynmethods? This problem had been fixed in the devel branch of the package, I just forgot to merge it to master.
Relatedly, I noticed that the umap argument of paga does not seem to be working. I will create a separate issue for this.
If you reinstall dynmethods and remove the embedding type parameter, can you verify it works for you now?
Robrecht
FYI, if you want to try out different versions of docker containers, or custom docker containers, you can use the following code:
my_method <- dynwrap::create_ti_method_container("dynverse/ti_paga:v0.9.9.03")
toy_model <- dynwrap::infer_trajectory(
toy_data,
my_method(n_neighbors=15L),
verbose=TRUE
)
It works! Reinstalled dynmethods and removed the embedding type parameter did the job.
Thanks for the great tip regarding the docker containers too.
Really appreciate your team's prompt reply and wonderful work!
Hello,
After updating dynwrap to the latest version, ti_paga_tree and ti_paga are not working anymore. (Problem starts from commit ef9580e, reverting to commit 1ca3ff9 and the error goes away)
I encounter following error while running ti_paga_tree and ti_paga.
Running ti_slingshot that uses "--use_priors all" as well was OK with no error.
I checked that ti_paga and ti_paga_tree both have VERSION=0.9.9.03 but my dynwrap::infer_trajectory is calling v0.9.9.01, would this be the problem? I tried uninstall everything from dynverse and reinstall them back, restarting RStudio and laptop but problem still persists.