https://github.com/codiepp/libmoltalk
structural bioinformatics algorithms
https://github.com/codiepp/libmoltalk
Last synced: 2 days ago
JSON representation
structural bioinformatics algorithms
- Host: GitHub
- URL: https://github.com/codiepp/libmoltalk
- Owner: CodiePP
- License: gpl-3.0
- Created: 2016-03-07T21:05:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T13:53:21.000Z (over 8 years ago)
- Last Synced: 2025-10-25T14:40:42.573Z (4 months ago)
- Language: CMake
- Size: 252 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libmoltalk
structural bioinformatics algorithms
## visit our [pages](https://codiepp.github.io/libmoltalk/)
## CI
-- tbd --
## Source code
* Browse source code
[libmoltalk.md](Code/Cpp/libmoltalk.md)
* Browse test cases
[utlibmoltalk.md](Code/Cpp/tests/utlibmoltalk.md)
* Issues
[Kanban view](https://huboard.com/CodiePP/libmoltalk)
## Features
* tbd
* tbd
* tbd
## License
This library is protected by the viral GNU GPL v3.
You may read the consequences in this [FAQ](https://www.gnu.org/licenses/gpl-faq.html).
Other licenses are available on request. Just get in contact with us.
## Installation
At the root besides the "libmoltalk" files you should have already cloned "gitalk" which provides basic scripts to generate source code from markup files.
```
clone https://github.com/CodiePP/gitalk.git
clone https://github.com/CodiePP/libmoltalk.git
```
enter libmoltalk and generate source code
```
cd libmoltalk
cd src/Cpp
./mk_libmoltalk.sh
```
enter libmoltalk's root and create Makefiles
```
mkdir BUILD
cd BUILD
cmake -D CMAKE_BUILD_TYPE=Debug ..
```
then, compile and link
```
make -j 4
```
the unit tests are found in
```
cd src/Cpp/tests
./UT_libmoltalk
```
## Dependencies
[boost](http://www.boost.org)
[gitalk](https://github.com/CodiePP/gitalk)