bluepysnap.config¶
SONATA network config parsing.
Classes
|
SONATA network config parser. |
- class bluepysnap.config.Config(config)¶
SONATA network config parser.
See also
https://github.com/AllenInstitute/sonata/blob/master/docs/SONATA_DEVELOPER_GUIDE.md#network_config
Initializes a Config object from a path to the actual config.
- Parameters
config (str/dict) – Path to the SONATA configuration file or dict containing the config.
- Returns
A Config object.
- Return type
- static parse(filepath)¶
Parse SONATA network config.
- resolve()¶
Resolve variables in config file paths.