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
DatabaseDockingDrug DiscoveryVirtual Screening

How to download small molecules from ZINC database for virtual screening?

Dr. Muniba Faiza
Last updated: July 8, 2022 7:47 am
Dr. Muniba Faiza
Share
3 Min Read
Download ZINC database
SHARE

It is difficult to manage thousands of compounds altogether while performing virtual high-throughput screening. Compounds databases allow to download of molecules in different formats such as the ZINC database [1] allows downloading a batch file that is processed afterward. In this article, we will download small molecules from the ZINC database [1] that can be used in virtual screening.

Contents
Downloading batch fileDownloading structuresReferences

Downloading batch file

  1. Go to the download page of the ZINC database.
  2. There you can see multiple options to download such as drug-like, lead-like, clean, and so on.
  3. Select an appropriate category according to your work and download it by clicking on it. A new page will be displayed showing downloading options for Linux and Windows.
  4. Download in MOL2 or SDF format.
  5. If you are downloading for Linux, a csh file will be downloaded whereas, for Windows, a batch file will be downloaded.

Downloading structures

On Ubuntu

  1. Open a terminal (Ctrl+Alt+T).
  2. Change to the directory where you have downloaded the batch file:$ cd Downloads/
  3. $ chmod +x usual.sdf.csh
  4. $ csh usual.sdf.csh
  5. It will download all structures in sdf.gz format.
  6. $ gunzip -v *.sdf.gz. It will provide thousands of structures.
  7. If you want to combine these files into one to ease virtual high-throughput screening, then type the following command: $ cat *.sdf > all_clean.sdf

On Windows

You will have to install wget on Windows as shown below:

  1. Download an executable of wget from here.
  2. Now open command prompt (cmd) and type >path
  3. Copy the executable to C:\WINDOWS\System32.

After that, restart the command prompt and extract all molecules as shown below:

  1. Go to the folder where you have downloaded the batch file.

2. Right-click on file –> Run as administrator. A command prompt will appear and will download all files. This step will take a lot of time.

NOTE: It might be possible that an error will be displayed on the command prompt indicating “404 NOT FOUND”. For that, open this file in an editor and edit the URL given in the file.

Look at the second line, it would be set base=http://zinc.docking.org/db/bysubset/16.

Change it to set base=http://zinc12.docking.org/db/bysubset/16.

3. Extract these files: >unzip *.sdf.gz

4. Combine these files as: >cat *.sdf > all_clean.sdf

Now, you can use these structures for virtual screening.


References

  1. Irwin, J. J., & Shoichet, B. K. (2005). ZINC− a free database of commercially available compounds for virtual screening. Journal of chemical information and modeling, 45(1), 177-182.
TAGGED:small-moleculesvirtual high-throughput screeningvirtual screeningZINC database download
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
1 Comment
  • shreyashree1410@gmail.com says:
    August 11, 2023 at 5:48 pm

    This command (gunzip -v *.sdf.gz)is not working. It is showing error (not in gzip format)
    Please guide me.

    Thank you in advance

    Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

- Advertisement -
Ad image
10 years of Bioinformatics Review: From a Blog to a Bioinformatics Knowledge Hub!
Editorial
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

You Might Also Like

DockingSoftwareToolsVideo Tutorial

Video tutorial: How to install Autodock Vina on Ubuntu?

November 23, 2024
antigen-antibody interaction prediction
DockingProtein-Protein Docking

Basic Methodology to Predict Antigen-Antibody Interactions in silico

May 9, 2021
How to install sdsorter on Ubuntu (Linux)?
SoftwareToolsVirtual Screening

How to install sdsorter on Ubuntu (Linux)?

April 13, 2023
docking result visualization tools
DockingSoftwareTools

Most widely used software for docking results image generation

December 19, 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