1 / 19

High-Throughput Virtual Molecular Docking: Hadoop Implementation of AutoDock4 on a Private Cloud

High-Throughput Virtual Molecular Docking: Hadoop Implementation of AutoDock4 on a Private Cloud. The Second International Emerging Computational Methods for the Life Sciences Workshop ACM International Symposium on High Performance Distributed Computing June 8, 2011, San Jose, CA.

vesta
Télécharger la présentation

High-Throughput Virtual Molecular Docking: Hadoop Implementation of AutoDock4 on a Private Cloud

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. High-Throughput Virtual Molecular Docking: Hadoop Implementation of AutoDock4 on a Private Cloud The Second International Emerging Computational Methods for the Life Sciences Workshop ACM International Symposium on High Performance Distributed Computing June 8, 2011, San Jose, CA Sally R. Ellingson Graduate Research Assistant Center for Molecular Biophysics, UT/ORNL Department of Genome Science and Technology, UT Scalable Computing and Leading Edge Innovative Technologies (IGERT) Dr. Jerome Baudry PhD Advisor Center for Molecular Biophysics, UT/ORNL Department of BCMB, UT

  2. Ultimate Goal:Reduce the time and cost of discovering novel drugs

  3. Virtual Molecular Docking • Novel Drug Discovery • Virtual high-throughput screenings (VHTS) • Cloud Computing • Advantages for VHTS • Kandinsky • Hadoop (MapReduce) • AutoDockCloud • Current Implementation • Future Implementations

  4. Virtual Molecular Docking • Given a receptor (protein) and ligand (small molecule), predict • Bound conformations • Search algorithm to explore conformational space • Binding affinity • Force field to evaluate energetics

  5. Autodock4Virtual Docking Enginehttp://autodock.scripps.edu/wiki/AutoDock4

  6. Novel Drug Discovery Human HDAC4 HA3 crystal structure ZINC03962325

  7. Virtual High-Throughput Screening (VHTS)

  8. VHTS with Autodock4

  9. Potential advantages of Cloud Computing for VHTS • Affordable access to compute resources (especially for small labs and classrooms). • Easy to use interface accessible through web for non-computer experts. Software maintained by experts. • Scalable resources for size of screening.

  10. KandinskyPrivate Cloud Platform at ORNL • Kandinsky, the Systems Biology Knowledgebase Computer, Sponsored by the Office of Biological and Environmental Research in the DOE Office of Science • 68 nodes X 16 cores/node = 1088 cores • 20 GbpsInfiniband Interconnect • Designed to support Hadoop applications and gain an understanding of the MapReduce paradigm. • 57 nodes for MapReduce tasks • 1 tasktracker per node • 10 map and 6 reduce tasks per node (16 tasks per node) • 570 map tasks and 342 reduce tasks can run simultaneously on Kandinsky

  11. Hadoop • Scalable • Economical • Efficient • Reliable http://hadoop.apache.org/common/docs/current/api/overview-summary.html

  12. MapReduceprogramming paradigm used by Hadoop people.apache.org people.apache.org

  13. Current AutoDockCloud Implementation input=file names needed for each docking map(input) { copy input to local working directory; run AutoDock4 locally; copy result file to HDFS; } *pre-docking set-up and post-docking analysis is currently done manually *no reduce function is currently being used

  14. Current AutoDockCloud Implementation Er Agonist screening from DUD as benchmark 450 speed-up with 570 available map slots on Kandinsky, private cloud at ORNL

  15. Percent of known ligands found Percent of ranked database Docking enrichment plot for ER agonist using AutoDockCloud and DUD. Current AutoDockCloud Implementation

  16. Future AutoDockCloud Implementation input=ligand file from chemical compound database map(input) { create pdbqt (AutoDock input file) from input; run AutoDock4 locally; find best scoring ligand structure; save structure to HDFS; return <score, ligand>; } reduce(<score, ligand>) { sort; return ranked_database; } *pre-docking and post-docking will be automated and distributed *less total I/O requirements

  17. Future Plans • Incorporate additional docking engines • AutodockVina • Less I/O • More efficient and accurate algorithm • No charge information needed • Deploy on Commercial Cloud (EC2) • Develop web interface

  18. Virtual Molecular Docking • Novel Drug Discovery • Virtual high-throughput screenings (VHTS) • Cloud Computing • Advantages for VHTS • Kandinsky • Hadoop (MapReduce) • AutoDockCloud • Current Implementation • Future Implementations

  19. Questions/Comments Acknowledgements • Dr. Jerome Baudry (advisor) • Center for Molecular Biophysics, UT/ORNL • Genome Science and Technology, UT • Scalable Computing and Leading Edge Innovative Technologies (IGERT) • Avinash Kewalramani, ORNL • ECMLS and HPDC organizers and participants

More Related