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

Review initial MOL2 creation (DockFlow, ScoreFlow, LigFlow) #38

Open
diegoenry opened this issue Jul 11, 2018 · 0 comments
Open

Review initial MOL2 creation (DockFlow, ScoreFlow, LigFlow) #38

diegoenry opened this issue Jul 11, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@diegoenry
Copy link
Contributor

Currently Tripos mol2 it the default input format for both receptor and ligand in DockFlow and ScoreFlow, and for compounds in LigFlow.

RDKit does not write a .mol2 file, sticking to .sdf which is the industry-standard. That's not an issue for most modern software but as far as we want to support VINA and SEED we need properly convert the initial SMILES into MOL2.

Currently we do this conversion using openbabel (arrrg) and looks like it doesn't not follow SYBYL all the time, producing incompatible atoms types such as "S.O2" instead of "S.o2", tiny inconsistencies which may break some parts of the codes.

We found this after frequently finding out PLANTS "Du" (dummy) atoms both for protein and ligand, that could severly compromise the Docking outcome.

Finally if these DUMMY atoms progress into MM/GBSA rescoring or QM parametrization, they'll fail to produce correct parameters.

The latest ChemBase (from CN+DrugBank, July 2018) was based on SDF->MOL2 using OPENBABEL, so once again we may probably need to trash it. We put a quickfix inside Dock/ScoreFlow using antechamber to convert the files.

Finally, for ChemBase we can keep using .sdf and may migrate to amber "database" command.

@diegoenry diegoenry added the bug label Jul 11, 2018
@diegoenry diegoenry added this to the Standardize milestone Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
ScoreFlow Project
Awaiting triage
Development

No branches or pull requests

3 participants