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

Please make a batch submission example. #71

Closed
jpmfc6 opened this issue Dec 30, 2021 · 5 comments
Closed

Please make a batch submission example. #71

jpmfc6 opened this issue Dec 30, 2021 · 5 comments

Comments

@jpmfc6
Copy link

jpmfc6 commented Dec 30, 2021

Please make a batch submission example.

@jfair32
Copy link

jfair32 commented Feb 18, 2022

contents of config file below:

receptor= receptor_rigid.pdbqt
flex= receptor_flexible.pdbqt
batch= ligand1.pdbqt
batch= ligand2.pdbqt
batch= ligand3.pdbqt
dir= flex_results
center_x= 0
center_y= 0
center_z= 0
size_x= 24
size_y= 24
size_z= 24

@Sinsilcobio
Copy link

what if I am dealing with several hundred ligands in pdbqt format stored in a directory?
How can I do the docking in the batch mode?
Thank you in advance,
Sajjad

@missuse
Copy link

missuse commented Mar 17, 2022

what if I am dealing with several hundred ligands in pdbqt format stored in a directory? How can I do the docking in the batch mode? Thank you in advance, Sajjad

here is an example:

vina --receptor rec.pdbqt --batch folder_with_ligands/*.pdbqt --config vina.conf --exhaustiveness 64 --dir vina_64 --cpu 10 >> vina_64/log

@jpmfc6
Copy link
Author

jpmfc6 commented Feb 17, 2023

The above examples work when --scoring is set to "vina", but doesn't seem to work when --scoring is set to "vinardo". The error says the affinity maps were not initialized. I know how to make maps, however I can't figure out syntax that does the job. Is batch submission possible while specifying --scoring vinardo? I know a for loop can be used, but that's not using the batch submission functionality.

@diogomart
Copy link
Member

Will follow up on the vinardo/batch incompatibility in issue #186

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

5 participants