Pascal Schulthess
Pascal Schulthess
This worked, thanks! However, I ran into another problem when installing `core` ``` Building wheel for h5py (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for h5py (pyproject.toml) did not...
Installation worked. Thanks. When I try `python3 -m cellprofiler` I get ``` 09:05:05: Debug: Adding duplicate image handler for 'Windows bitmap file' 09:05:05: Debug: Adding duplicate animation handler for '1'...
Doing the first two resulted in the same error as before.
@callum-jpg Was the Wiki page pulled?
Yes. `functions` and `groups` would be great!
I'm currently looking into this: https://github.com/labsyspharm/marm1-supplement/blob/master/resources/MARM1.bngl which may be way to complex but it does have both types.
There you go... just remove the .txt suffix. [Gerosa_BioNetGen_model.net.txt](https://github.com/SciML/ReactionNetworkImporters.jl/files/8994920/Gerosa_BioNetGen_model.net.txt)
Alright. I just discovered that if I do: ``` model_bngl = loadrxnetwork(BNGNetwork(), model_path) rn = model_bngl.rn ``` I can access the observables if I do `rn.observed` which gives for instance...