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

Output file for docking. #244

Open
vaghasiyautsav opened this issue Oct 12, 2023 · 1 comment
Open

Output file for docking. #244

vaghasiyautsav opened this issue Oct 12, 2023 · 1 comment

Comments

@vaghasiyautsav
Copy link

Is there any way we can get output file as pdbqt file of docked complex. ? Is there any way we can have matrix table for all of ligands we screend for one protein ?.

It would be best to get same output file as same_name_as_ligand.pdbqt. just like autodock vina.

@atillack
Copy link
Collaborator

@vaghasiyautsav The dlg output file (i.e. result.dlg) can be converted into a pdbqt file (i.e. result.pdbqt) using the following command:
grep "DOCKED:" result.dlg | cut -c9- > result.pdbqt

I hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants