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
Encountering an error when constructing a reaction system from a BioModels SBML file. The warnings indicate that specific bidirectional reactions cannot be split.
using SBMLToolkit, ModelingToolkit, OrdinaryDiffEq
mdl =readSBML("E_coli_Millard2016.xml", doc ->beginset_level_and_version(2, 4)(doc) # level 2 and version 4 according to Biomodelsconvert_promotelocals_expandfuns(doc)
end)
rs =ReactionSystem(mdl) # fails with warnings on splitting reactions
julia> Pkg.status()
Status `~/Downloads/Transfer/reproduce-kinetic-paper-2024/Project.toml`
⌅ [961ee093] ModelingToolkit v8.76.0
[1dea7af3] OrdinaryDiffEq v6.85.0
[86080e66] SBMLToolkit v0.1.25
Info Packages marked with ⌅ have new versions availa
ble but compatibility constraints restrict them from
upgrading. To see why use `status --outdated`
Output of using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
julia>versioninfo()
Julia Version 1.10.3
Commit 0b4590a550 (2024-04-3010:59 UTC)
Build Info:
Note: This is an unofficial build, please report bugs to the project
responsible for this build and not to the Julia project unless you can
reproduce the issue using official builds available at https://julialang.org/do
wnloads
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU:8×Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz
WORD_SIZE:64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, skylake)
Threads:2 default, 0 interactive, 1 GC (on 8 virtual cores)
Environment:
JULIA_NUM_THREADS =8
The text was updated successfully, but these errors were encountered:
Hi @jchitpin , thanks a lot for reporting and apologies for not seeing this on discourse earlier. It's been a long wait for you, but #161 should fix your problem. Do you want to test on your end before I release or shall I just go ahead for now?
Encountering an error when constructing a reaction system from a BioModels SBML file. The warnings indicate that specific bidirectional reactions cannot be split.
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
The text was updated successfully, but these errors were encountered: