ci-lab-cz / easydock

BSD 3-Clause "New" or "Revised" License
35 stars 13 forks source link

Docking with dask cannot be continued #26

Closed DrrDom closed 4 months ago

DrrDom commented 6 months ago

If docking was run with dask support, it cannot be continued after the script restart. This happens due to incorrect storage of temporary files, which should be accessible across nodes. However, files are stored on the main node in /tmp dir. This should be changed to a custom directory provided by a user as it was previously. Uncomment arg --tempdir and check working of run_dock