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

System command error with infer_trajectory and ti_paga() #80

Open
repeat-pipettor opened this issue Mar 31, 2020 · 1 comment
Open

System command error with infer_trajectory and ti_paga() #80

repeat-pipettor opened this issue Mar 31, 2020 · 1 comment

Comments

@repeat-pipettor
Copy link

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
Copy link
Author

repeat-pipettor commented Apr 1, 2020

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!

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

1 participant