3DFS 2.0

Back to home page


3DFS - 3D Flexible Database Search for Lead Discovery (version 2.0)

3DFS is a program to search 3D databases for compounds that match a pharmacophore query. 3DFS is distributed free of charge for academic and non-commercial use and designed to search NCI/NIH public 3D databases: NCI3D(127k), Cancer screened(32,443), AIDS screened(42,390) and Plated compounds (140k). These databases can be downloaded from here but must be renamed as nci3d.sdf, cana99.sdf, aido99.sdf and nature.sdf, respectively, for 3DFS searching.

If you want to search your own database, no problem, just make it in SDF format and type "5" when answering the question "Which database: NCI3D, CANCER, AIDS, NATURE or my database? (1,2,3,4,5)". See example 2 below.


What's New in Version 2.0 ?

The current version of 3DFS is 2.0. Thanks to the users who gave their suggestions and reported bugs, 3DFS2.0 now has the following features:


Installation and Usage

  1. Create a subdirectory, e.g. 3dfs.

  2. Copy the following files to the subdirectory, 3dfs:
  3. 3dfs (the executable file)
    pcharge.dic
    ncharge.dic
    nci3d.sdf
    cana99.sdf
    aido99.sdf
    nature.sdf
    and your database file, if any

  4. Set the environment variable DFS to the subdirectory 3dfs.
  5. UNIX: setenv DFS "/../../3dfs"

    Linux: setenv DFS "/../../3dfs"

    DOS: set DFS=D:\..\3dfs\
               path=D:\..\3dfs; %PATH%

  6. In your working directory where you have your query file, type:
  7. UNIX: $DFS/3dfs infile outfile

    Linux: $DFS/3dfs infile outfile

    DOS: 3dfs infile outfile

For 3D searching, infile must be BIP format with bip extension.

For 2D searching only, infile can be BIP format with bip extension or ISIS/Draw MOL format with mol extension. Coution: An infile (BIP format or MOL format) is a text file, you can use any edit program to create and edit it in PC or Unix, but an infile edited in DOS can not be used as the infile of Unix version unless it is converted to an Unix file by the unix commond "to_unix".

Outfile is HIT format.

In addition, a MOL format file of the matched conformation of each hit can be written down by an option and visualized in RASMOL and other 3D visualization software. The MOL file name of a hit is the NSC number of the compound if the NCI public databases are searched or the order number of the compound if your database is searched.


Running Examples


Download 3DFS and examples

Please send me an email to get the decryption key. And for a quick response, please provide brief information about who you are and which institution you are working at.

If you have any question or find any bug in 3DFS, or have problems to download the databases, feel free to contact me at twang at ucdavis.edu.


References about the algorithms and applications

  1. Wang,T & Zhou, J. Journal of Molecular Modelling, 1999, 5, 231-251.
  2. Wang,T & Zhou, J. Journal of Chemical Information and Computer Science, 1998, 38, 71-77.
  3. Zhou,J.; Wang,T; Application of Molecular Modelling in Drug Design, China Science Press: Beijing, 2001.
  4. Li, M; Fang, H. & Xia, L. Bioorganic & Medicinal Chemistry Letters, 2005, 15, 3216-3219.
  5. Fang, H.; Li, M.& Xia, L. Chinese Chemical letters, 2007, 18, 41-44.

Back to home page