https://github.com/opencog/cheminformatics
Molecular Chemistry
https://github.com/opencog/cheminformatics
Last synced: 4 months ago
JSON representation
Molecular Chemistry
- Host: GitHub
- URL: https://github.com/opencog/cheminformatics
- Owner: opencog
- License: other
- Created: 2022-07-15T23:36:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T21:23:06.000Z (about 1 year ago)
- Last Synced: 2025-04-02T22:27:15.741Z (about 1 year ago)
- Language: CMake
- Size: 41 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cheminformatics
===============
This is an early attempt to use OpenCog for cheminformatics.
Building and Installing
=======================
To build the code, you will need to build and install the
[OpenCog AtomSpace](https://github.com/opencog/atomspace) first.
All of the pre-requistes listed there are sufficient to also build
this project. Building is as "usual":
```
cd to project root dir
mkdir build
cd build
cmake ..
make -j
sudo make install
make -j test
```
Examples
========
Examples can be found in the [examples](examples) directory.
If you run python virtualenv, and are experiencing issues with undefined
symbols, then try adding `/usr/local/lib/python3.11/dist-packages/`
to your `PYTHON_PATH` and adding `/usr/local/lib/opencog/` to your
`LD_LIBRARY_PATH`.