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
Here, the comparison makes the same issue - but additionally, the checked variable is wrong, too, as again protonation_program_2 is checked, instead of conformation_program_2. Correctly, it should be:
A test run with exactly 1 compound failed silently, despite having "store_queue_log_files" set to "all_uncompressed".
This bug consists of actually two bugs:
After some investigation, I can attribute the first issue due to an errornous check in one-queue.sh on line 975:
This raises an error if protonation_program_2 is "none", but not if its set to a non-valid character. The line should instead be:
line 1000 is even worse:
Here, the comparison makes the same issue - but additionally, the checked variable is wrong, too, as again protonation_program_2 is checked, instead of conformation_program_2. Correctly, it should be:
The text was updated successfully, but these errors were encountered: