Replies: 1 comment 2 replies
-
Good question. What you could try is to adjust and run the following commands in R: library(sybil)
library(sybilSBML)
source("<path_to_gapseq>/src/sbml_write.R")
mod <- readRDS("<your_model>.RDS")
write_gapseq_sbml(mod, "<your_model>.xml") please make sure to adjust the Let me know if that works. Best |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I first ran all of my data through gapseq using the doall command, I hadn't been able to get sybilSBML to load properly, so no .XML files were created. I have since been able to get sybilSBML to load and would like to general the .XML files from the .RDS file outputs I already have.
Is it possible to do this? If so, how?
Beta Was this translation helpful? Give feedback.
All reactions