Bioinformatics ReviewBioinformatics Review
Notification Show More
Font ResizerAa
  •  Home
  • Docking
  • MD Simulation
  • Tools
  • More Topics
    • Softwares
    • Sequence Analysis
    • Algorithms
    • Bioinformatics Programming
    • Bioinformatics Research Updates
    • Drug Discovery
    • Phylogenetics
    • Structural Bioinformatics
    • Editorials
    • Tips & Tricks
    • Bioinformatics News
    • Featured
    • Genomics
    • Bioinformatics Infographics
  • Community
    • BiR-Research Group
    • Community Q&A
    • Ask a question
    • Join Telegram Channel
    • Join Facebook Group
    • Join Reddit Group
    • Subscription Options
    • Become a Patron
    • Write for us
  • About Us
    • About BiR
    • BiR Scope
    • The Team
    • Guidelines for Research Collaboration
    • Feedback
    • Contact Us
    • Recent @ BiR
  • Subscription
  • Account
    • Visit Dashboard
    • Login
Font ResizerAa
Bioinformatics ReviewBioinformatics Review
Search
Have an existing account? Sign In
Follow US
Bioinformatics Programming

sminalog_analysis.py – A new Python script to fetch top binding affinities from SMINA log file

Dr. Muniba Faiza
Last updated: April 13, 2023 12:29 pm
Dr. Muniba Faiza
Share
4 Min Read
sminalog_analysis.py – A new Python script to fetch top binding affinities from SMINA log file
SHARE

In one of our previous posts, we provided a Python script for the virtual screening analysis of Autodock Vina. This script analyzes all log files obtained from the docking of multiple ligands to a receptor and provides the binding affinities for top poses from each file. In this article, we are publishing a new Python script for the virtual screening analysis of SMINA [1].

Contents
UsageExample:AvailabilityNOTE:How to cite this script:Faiza M., Abdullah T. (2021). sminalog_analysis.py – A Python script to fetch top binding affinities from SMINA log file. 8(6):page 16-18. The article is available at https://bioinformaticsreview.com/20210611/sminalog_analysis-py-a-new-python-script-to-fetch-top-binding-affinities-from-smina-log-fileReferencesFurther Reading

SMINA is a fork of Autodock Vina that improves scoring and minimization. It provides a single log file as output which contains all the binding affinities of the docked ligands. However, it does include the name or identity of the docked ligands. Therefore, it is difficult to identify which binding affinity belongs to which ligand. For this purpose, an SDF file as output does the trick. You can use sdsorter to fetch the binding affinities including the name or identity of the associated ligands. Here is a tutorial to install sdsorter on Ubuntu.

SMINA log file can be useful in conditions where you need only binding affinities of the ligands regardless of their identities. One such example is the AUC-ROC analysis, calculation enrichment factor (EF) values, and so on.

sminalog_analysis.py script fetches all binding affinities of the top poses of each ligand giving a serial number to each one of them from the SMINA output log file.

Usage

Download the file and save it in the directory where you have kept all log files. If you save it elsewhere, don’t forget to provide the full path to this file. It will run on Linux as well as on Windows.

$ python3 sminalog_analysis.py

After running the above command, you will see the directory path where you have kept the file along with its name. A few seconds later, it will display “Done! The result is provided in the output.txt file”. A new file will be created namely, ‘output.txt’, in the same directory. This file will contain the final results.

Example:

Say, you have docked 3000 ligands from a database and want to get the binding affinities of the top poses of each of these ligands. Then run the above command and wait for the output file. The output will look like this:

sminalog_analysis.py

Availability

The script is freely available to download from the Bitbucket account of Bioinformatics Review.

NOTE:

  • This script screens for the log files containing the word ‘log’ in their filenames, e.g., “log_docking.txt” or “log_3YPI.txt”, or “2yp1_log_docking.txt” etc.

How to cite this script:

Faiza M., Abdullah T. (2021). sminalog_analysis.py – A Python script to fetch top binding affinities from SMINA log file. 8(6):page 16-18. The article is available at https://bioinformaticsreview.com/20210611/sminalog_analysis-py-a-new-python-script-to-fetch-top-binding-affinities-from-smina-log-file

For any queries, contact me at muniba@bioinformaticsreview.com.


References

  1. Koes, D. R., Baumgartner, M. P., & Camacho, C. J. (2013). Lessons learned in empirical scoring with smina from the CSAR 2011 benchmarking exercise. Journal of chemical information and modeling, 53(8), 1893-1904.

Further Reading

vs_Analysis.py: A Python Script to Analyze Virtual Screening Results of Autodock Vina

How to install sdsorter on Ubuntu (Linux)?

Virtual Screening Methodology for Structure-based Drug Designing

TAGGED:Autodock Vinalog filepythonpython scriptSMINAvirtual screeningVS analysis
Share This Article
Facebook Copy Link Print
ByDr. Muniba Faiza
Follow:
Dr. Muniba is a Bioinformatician based in New Delhi, India. She has completed her PhD in Bioinformatics from South China University of Technology, Guangzhou, China. She has cutting edge knowledge of bioinformatics tools, algorithms, and drug designing. When she is not reading she is found enjoying with the family. Know more about Muniba
Leave a Comment

Leave a Reply Cancel reply

You must be logged in to post a comment.

Starting in Bioinformatics? Do This First!
Starting in Bioinformatics? Do This First!
Tips & Tricks
[Editorial] Is it ethical to change the order of authors’ names in a manuscript?
Editorial Opinion
Installing bbtools on Ubuntu
[Tutorial] Installing BBTools on Ubuntu (Linux).
Sequence Analysis Software Tools
wes_data_analysis Whole Exome Sequencing (WES) Data visualization Toolkit
wes_data_analysis: Whole Exome Sequencing (WES) Data visualization Toolkit
Bioinformatics Programming GitHub Python

You Might Also Like

Bioinformatics ProgrammingGitHubMD SimulationPythonSoftwareTools

Free_Energy_Landscape-MD: Python package to create Free Energy Landscape using PCA from GROMACS.

March 13, 2025
How to copy & rename files in same directory in Ubuntu (Linux)?
Bioinformatics Programming

How to copy and rename files simultaneously in same directory in Ubuntu (Linux)?

March 13, 2025
flexible docking using autodock vina
Docking

How to perform Flexible Docking using Autodock Vina?

July 10, 2021
Bioinformatics Programming

How to extract fasta sequences from a multi-fasta file based on matching headers in a separate file?

May 20, 2020
Copyright 2024 IQL Technologies
  • Journal
  • Customer Support
  • Contact Us
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Cookie Policy
  • Sitemap
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?

Not a member? Sign Up