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
Write a code to validate and notify user in the case of incorrect keyword choice in config.yaml files
For e.g., custom_powerplants can take the following keywords -> "replace", "merge", False
If user enters a keyword True that is not part of the list, snakemake workflow should stop and notify user to change the keyword from the allowed list of entries
The text was updated successfully, but these errors were encountered:
Write a code to validate and notify user in the case of incorrect keyword choice in config.yaml files
For e.g., custom_powerplants can take the following keywords -> "replace", "merge", False
If user enters a keyword True that is not part of the list, snakemake workflow should stop and notify user to change the keyword from the allowed list of entries
The text was updated successfully, but these errors were encountered: