dyno icon indicating copy to clipboard operation
dyno copied to clipboard

System command error with infer_trajectory and ti_paga()

Open repeat-pipettor opened this issue 4 years ago • 1 comments

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:

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!

repeat-pipettor avatar Mar 31 '20 22:03 repeat-pipettor

It appears that this error is due to the same exact issue involving Docker Toolbox that several other users have reported here: https://github.com/dynverse/dynmethods/issues/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!

repeat-pipettor avatar Apr 01 '20 01:04 repeat-pipettor