View on GitHub

ResearchObjectFinder

Chemistry Objects and methods to find them within archive files

Compilation

The files forCprog.txt and forCprogInit.txt are included (using #include ...) and contains the criteria using to identify chemistry objects.

If the “ontology” is changed, call the generator of these files (see specifications) and recompile.

Use your favorite C compiler (clang/cpp/gpp, etc.).

cd src/cpp
clang++ listChemObjects.cpp -o listChemObjects.o 
cd ../..

Usage

See examples.