ball icon indicating copy to clipboard operation
ball copied to clipboard

The Biochemical Algorithms Library

=============================================== == BALL - Biochemical ALgorithms Library ==

BUILD BALL

To install BALL, use the CMake build system.

  • Enter the toplevel directory of BALL (the one containing the CMakeLists.txt file and the source and include folders)

  • Then create a folder "build" and change into it

  • Call "cmake .." (if you have a contrib directory for BALL, use "cmake .. -DBALL_CONTRIB_PATH=path_to_your_contrib")

  • Type "make"

If you want to build packages (currently mostly interesting on MacOS and Windows), add the flag "-DBALL_ENABLE_PACKAGING=true" to the cmake command line and run "make package" instead of a plain make.

On Windows, make sure to run the commands in a Visual Studio command shell.

For further details of the build process, please refer to our Wiki on https://github.com/BALL-Project/ball/wiki/DevelopmentEnvironment

To build the documentation, run "make doc". Alternatively, you can refer to the online documentation:

https://ball-project.org/documentation/

FEEDBACK and CONTACT

Please help us to improve the quality of this project by reporting all problems you ran into, all criticism, encouragements, improvements, bug reports, and wishes for further functionality either using the GitHub issue tracker or by contacting us via our mailing lists:

https://github.com/BALL-Project/ball/issues
https://groups.google.com/forum/#!forum/ball-user-list
https://groups.google.com/forum/#!forum/ball-developer-list

Please have a look at our website as well:

https://ball-project.org

CITE BALL

If you use BALL, please cite our recent publication (DOI: 10.1186/1471-2105-11-531):

Andreas Hildebrandt, Anna Katharina Dehof, Alexander Rurainski,
Andreas Bertsch, Marcel Schumann, Nora C Toussaint, Andreas Moll,
Daniel Stockel, Stefan Nickels, Sabine C Mueller, Hans-Peter Lenhof,
Oliver Kohlbacher:

'BALL - Biochemical Algorithms Library 1.3',

2010, BMC Bioinformatics, 11:531

Have fun!