You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if not config['general']['modelname']:
modelname = 'i'+config['general']['organism']+config['general']['strainid']+config['general']['authorinitials']+str(date.today().year).removeprefix('20')
else:
modelname = config['general']['modelname']
Thoughts:
First, check if all values for the "standard" are given. If that is the case, use those. If that is not the case, check for the general name. Otherwise, either throw an error or use a default. That way, the most sophisticated version is always used when it is possible.
Improve the setting of the model ID to be "less random".
TODOs (main)
TODOs (details)
Notes:
The text was updated successfully, but these errors were encountered: