Revold Integration Test Fix (#458)
The REvoLd integration tests frequently broke due to time limitations. To fix this I did two things:
1. The integration tests are no longer one monolithic command file but is split into three independent tests.
2. All options and parameters were tweaked to allow short runtimes whilst accepting less accurate results (as accuracy doesn't matter for integration tests)
This shortened the runtime of the longest command to a third of the previous combined command.
Additionally, I gzipped the input pdb to reduce memory requirements.
Co-authored-by: Paul Eisenhuth <eisenhuth@informatik.uni-leipzig.de>