Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use database for handling molecule and avoiding repeat calculations #4

Open
Tonylac77 opened this issue Mar 12, 2024 · 0 comments
Open
Assignees
Labels
feature New feature or request
Milestone

Comments

@Tonylac77
Copy link
Contributor

Use a database to store molecules and results. Each docking and scoring operation can be done on single molecules instead of split SDF files.

Need to be careful of I/O time becoming the bottleneck instead of CPU.
Each molecule can be written as a temp file for input into docking and restoring.

Alternatively, write every molecule/pose to a single SDF file.

@Tonylac77 Tonylac77 added the feature New feature or request label Mar 12, 2024
@Tonylac77 Tonylac77 added this to the DockM8 V2 milestone Mar 12, 2024
@Tonylac77 Tonylac77 self-assigned this Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant