You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this is the right repository to post this issue. I am working with a dataset of 26,000 cells and 5,000 features, and have provided start cells as prior information. I am running dyno locally, on my Windows laptop with Docker toolbox.
I tried to infer trajectories using dynwrap and ti_paga(), which was the only method that was selected by the shiny app. However, I ran into the following error:
library(dyno)
library(tidyverse)
set.seed(1)
model = dynwrap::infer_trajectory(dataset, ti_paga(), verbose = TRUE)
# Error in processx::run("docker", c("images", paste0("--format=", format), :
# System command error
I'd appreciate any advice on how to interpret the error message and start troubleshooting this. Thank you!
The text was updated successfully, but these errors were encountered:
It appears that this error is due to the same exact issue involving Docker Toolbox that several other users have reported here: dynverse/dynmethods#156
Any insight from the dyno developers would be greatly appreciated, otherwise I will direct the rest of my questions to that thread. Thank you!
Hello,
I hope this is the right repository to post this issue. I am working with a dataset of 26,000 cells and 5,000 features, and have provided start cells as prior information. I am running dyno locally, on my Windows laptop with Docker toolbox.
I tried to infer trajectories using dynwrap and ti_paga(), which was the only method that was selected by the shiny app. However, I ran into the following error:
I'd appreciate any advice on how to interpret the error message and start troubleshooting this. Thank you!
The text was updated successfully, but these errors were encountered: