mbsettings¶
- class megabeast.mbsettings.mbsettings(settings_file=None)[source]¶
Bases:
objectAll of the settings for the MegaBEAST
- Attributes:
- settings_filestring
name of the parameter file that contains the settings in python format (e.g., supports dictonaries)
- Parameters:
- settings_filestring
input file name
Methods Summary
read()Read in the settings file and set parameters
verify()Run the verification code on the settings
Methods Documentation