BioSimulator.jl
BioSimulator.jl copied to clipboard
A stochastic simulation framework in Julia.
`Pkg.add` changed and went unnoticed; we should use `PackageSpec`.
Branch `gh-pages` shows that everything was built correctly and "Latest" points to the correct version.
See #18. We should not require users to do `time = convert(Float64, ...)`. - [ ] Allow the keyword arguments to accept different types and handle as needed. - [...
It's not actually an issue but I wonder if you could keep the reaction number for each reaction for the Val(:full) simulation in the next version? It could be deduced...
Is there a reason this package isn't registered yet? It seems polished enough for me!
Hi there, I am not sure if this is because I am using the package wrong, but when I try and make the most simple possible script to run a...
Hi, I have installed the latest version of BioSimulator from GitHub, and I am running several simulations of a network as an ensemble, as shown in the tutorial. However, the...