Skip to content

iwatobipen/rdkit_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rdkit_cpp

build find_mcs

  • build find_mcs with following command.
$ cd mcs_search
$ mkdir build
$ cd build
$ cmake ..
$ make find_mcs
  • after compling the code, find_mcs will be generated.

how to use find_mcs

  • type following command
#$ find_mcs <your sdf>
$ find_mcs cdk2.sdf
# or add threshold
#$ find_mcs <your_sdf> <threshold:float>
$ find_mcs cdk2.sdf 0.7

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published