lightdock / lightdock-rust

A Rust implementation of the LightDock macromolecular docking software
https://lightdock.org/
GNU General Public License v3.0
26 stars 4 forks source link

Fixed failing tests #14

Closed wjs20 closed 6 months ago

wjs20 commented 6 months ago

Tests were failing due to absence of simulation path parent, meaning lightdock was looking for receptor and ligand pdbs in the root /

No existing functionality should be broken by this.