mpas_analysis.__main__.update_generate
- mpas_analysis.__main__.update_generate(config, generate)[source]
- Update the ‘generate’ config option using a string from the command line. - Parameters:
- config (tranche.Tranche) – contains config options 
- generate (str) – a comma-separated string of generate flags: either names of analysis tasks or commands of the form - all_<tag>or- no_<tag>indicating that analysis with a given tag should be included or excluded).