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
SoftwareTools

How to generate multiple conformers of a ligand using OpenBabel?

Dr. Muniba Faiza
Last updated: June 13, 2022 7:58 am
Dr. Muniba Faiza
Share
2 Min Read
How to generate multiple conformers of a ligand using OpenBabel?
SHARE

OpenBabel [1] offers several functions including file format conversion, generation of 3D structures from smiles, and so on. In this article, we are going to generate multiple conformers of a ligand using OpenBabel.

Contents
Generating low-energy conformersReferences

We will use the command-line tool of OpenBabel.

Let’s say, we have an sdf file of a ligand and we want to generate 50 conformers in the same format. Then we will use the following command:

$ obabel -i sdf input.sdf -O conformers.sdf --conformer --nconf 50 --score rmsd --writeconformers

Generating low-energy conformers

If you want to get low-energy conformers for the ligand (input.sdf), then you can use the confab argument. For this, the input file must contain one or more 3D structures. Let’s generate 50 low-energy conformers using the confab argument.

$ obabel input.sdf -O conformers.sdf --confab --conf 50

You can also generate a confab report using the confabreport argument. This argument can also compare the conformers to the reference input structure as shown below:

$ obabel conformers.sdf -oconfabreport -xf input.sdf -xr 1.0

Here, -xr defines the RMSD value within which the conformers are to be compared to the reference (input) structure.

You can generate thousands of conformers depending upon your requirement.


References

  1. O’Boyle, N. M., Banck, M., James, C. A., Morley, C., Vandermeersch, T., & Hutchison, G. R. (2011). Open Babel: An open chemical toolbox. Journal of cheminformatics, 3(1), 33.
TAGGED:dockingligandsmultiple conformersopenbabel
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

find disulfides in protein structure using pymol
Protein VisualizationTools

How to find disulfides in protein structure using Pymol?

January 14, 2021
How to install ClusCo on Ubuntu (Linux)?
SoftwareTools

How to install ClusCo on Ubuntu (Linux)?

May 20, 2022
Sequence AnalysisSoftwareTools

Homology search against a local dataset using NCBI-BLAST+ command-line tool

October 27, 2022
How to install VMD on Ubuntu?
SoftwareTools

How to install VMD on Ubuntu?

March 14, 2022
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