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
The protocol yml file is loaded as file and read as dict to set parameters for workflows.
However, if parameters in protocol file is misspelled or some parameters are not defined (for example in ref_check do not need max_wfc defined). When such thing happened, rather than raise exceptions, the verification can ended elegantly with proper ERROR message.
The text was updated successfully, but these errors were encountered:
The protocol yml file is loaded as file and read as dict to set parameters for workflows.
However, if parameters in protocol file is misspelled or some parameters are not defined (for example in
ref_check
do not needmax_wfc
defined). When such thing happened, rather than raise exceptions, the verification can ended elegantly with proper ERROR message.The text was updated successfully, but these errors were encountered: