Skip to content

How to test the vina_dock.py program #18

@NavyaR13

Description

@NavyaR13

I am trying to run : python vina_dock.py -i smiles.smi --no_protonation -o/ --output output.txt

Traceback (most recent call last):
File "/home/ubuntu/Desktop/rdkit-scripts/vina_dock.py", line 473, in
main()
File "/home/ubuntu/Desktop/rdkit-scripts/vina_dock.py", line 453, in main
add_protonation(args.output)
File "/home/ubuntu/Desktop/rdkit-scripts/vina_dock.py", line 54, in add_protonation
protonate, done = list(cur.execute('SELECT protonation, protonation_done FROM setup'))[0]
sqlite3.OperationalError: no such table: setup

Could you please help me resolve it or do I have to give more information while running it ?

Thanks in advance,
Navya

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions