https://github.com/mcellteam/mcell_web
Provides a simple web interface for running MCell
https://github.com/mcellteam/mcell_web
mcell
Last synced: 8 months ago
JSON representation
Provides a simple web interface for running MCell
- Host: GitHub
- URL: https://github.com/mcellteam/mcell_web
- Owner: mcellteam
- Created: 2016-11-18T05:52:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T01:21:39.000Z (over 7 years ago)
- Last Synced: 2024-12-27T15:28:25.999Z (over 1 year ago)
- Topics: mcell
- Language: PHP
- Homepage:
- Size: 12.1 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MCell Web
===============================================================================
This set of files is designed to provide a simple interface for running MCell via a web server.
MCell models can be run from either MDL or JSON Data Model format.
The JSON Data Model version provides a mechanism for modifying or sweeping model parameters.
Parameter sweep values are given as a comma-separated list of ranges. Each range can be a single
value, or a start:end pair with an implied step of 1, or a start : end : step triplet.
The interface allows for multiple parameters to be swept and provides a total run limit to keep
from generating more runs than expected.
