forlilab / Ringtail

Package for storage and analysis of virtual screenings run with AutoDock-GPU and AutoDock Vina
GNU Lesser General Public License v2.1
36 stars 6 forks source link

Read vina string #33

Closed maylinnp closed 5 months ago

maylinnp commented 5 months ago

Added a method add_results_from_vina_string that can add data to database using a dict of ligand name and docking result: {'ligand_name': docking_result_string}. I have tested the method with one sample file provided by Diogo, and have not yet tested with more than one string.

There are many optimizations that can be done and there definitely is redundant code right now, but wanted to get something working first.