docking-org / pydock3

Python package wrapping the DOCK Fortran program and providing several tools built on top of it.
Other
11 stars 3 forks source link

List of bugs that I can found using pydock3 dockopt & comments #26

Open cbedart opened 1 year ago

cbedart commented 1 year ago

Hi Ian, I put you here all the bugs that I can encounter using pydock3 dockopt. I suppose that most of them will be non-critical bugs, but it's always interesting for you to have a list of these issues. I will edit this post over time if I find new things.

For detailed information on this command, run: pydock3 dockopt - init - --help

=> Easy fix = ```pydock3 dockopt - init JobName``` works the same way as blastermaster, so I'll edit the wiki accordingly, but I don't know if other "--XXX" arguments work

- Issues with the ```pydock3 dockopt - init - --help``` command - It just runs the dockopt init  without printing help, and gives at the end a wrong command :
``` INFO: Showing help with the command 'pydock3 dockopt - init - -- --help'.```

=> Fix : Using ``` pydock3 dockopt ``` command prints help instead

- When resubmitting dockopt run in case of crash (which happends to me with the automatic disconnection of the ssh tunnel), the script scans every 7 to 8 seconds each run already performed, which causes a significant delay
```2022-12-16 08:03:23;INFO;Retrodock job submission skipped for 'dockopt_job_d4f71f41ed21ea891009763ffb61243e_1' since all its OUTDOCK files already exist.

2022-12-16 08:03:30;INFO;Retrodock job submission skipped for 'dockopt_job_d4f71f41ed21ea891009763ffb61243e_2' since all its OUTDOCK files already exist.

2022-12-16 08:03:38;INFO;Retrodock job submission skipped for 'dockopt_job_d4f71f41ed21ea891009763ffb61243e_3' since all its OUTDOCK files already exist.

[...]

2022-12-16 08:10:30;INFO;Retrodock job submission skipped for 'dockopt_job_d4f71f41ed21ea891009763ffb61243e_55' since all its OUTDOCK files already exist.

2022-12-16 08:10:37;INFO;Retrodock job submission skipped for 'dockopt_job_d4f71f41ed21ea891009763ffb61243e_56' since all its OUTDOCK files already exist.
cbedart commented 1 year ago

Some updates regarding generated files

ianscottknight commented 1 year ago

Sorry for the delay. These will be prioritized now that work on beam-search branch is coming to a close.