using MEDYAN
import JSON3
= MEDYAN.example_all_sites_context()
cinit, s pretty(MEDYAN.header(cinit); allow_inf = true) JSON3.
{
"version": "0.1.0",
"medyanInfo": {
"title": "MEDYAN.jl",
"version": "0.1.0",
"sourceCodeUrl": "https://github.com/medyan-dev/MEDYAN.jl"
},
"size": {
"x(nm)": 2000,
"y(nm)": 500,
"z(nm)": 500
},
"chem_grid_size": {
"nx": 4,
"ny": 1,
"nz": 1,
"voxel_x(nm)": 500,
"voxel_y(nm)": 500,
"voxel_z(nm)": 500
},
"diffusing_species": [
{
"name": "b"
},
{
"name": "c"
}
],
"membrane_diffusing_species": [
{
"name": "ma"
},
{
"name": "mb"
},
{
"name": "mc"
}
],
"fixed_species": [
{
"name": "d"
},
{
"name": "a"
}
],
"filaments": [
{
"name": "a",
"radius(nm)": 3,
"monomerstates": [
"me",
"a",
"b",
"c",
"pe"
]
},
{
"name": "b",
"radius(nm)": 3,
"monomerstates": [
"me",
"a",
"b",
"c",
"pe"
]
}
],
"link_2mons": [
{
"name": "a"
},
{
"name": "b"
},
{
"name": "c"
},
{
"name": "d"
}
]
}