Currently, if a phenix or ccp4 process fails, and you are not running in --verbose mode, then matchmaps will fail with a FileNotFoundError. This behavior is unhelpful! Preferably, matchmaps should detect that the phenix/ccp4 process has failed and error out with a useful message.
Currently, if a phenix or ccp4 process fails, and you are not running in
--verbose
mode, thenmatchmaps
will fail with aFileNotFoundError
. This behavior is unhelpful! Preferably,matchmaps
should detect that the phenix/ccp4 process has failed and error out with a useful message.