All Projects → BALL-Project → ball

BALL-Project / ball

Licence: LGPL-2.1 license
The Biochemical Algorithms Library

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects
HTML
75241 projects
Yacc
648 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ball

Jupyter Dock
Jupyter Dock is a set of Jupyter Notebooks for performing molecular docking protocols interactively, as well as visualizing, converting file formats and analyzing the results.
Stars: ✭ 179 (+179.69%)
Mutual labels:  computational-biology, drug-design
protein-transformer
Predicting protein structure through sequence modeling
Stars: ✭ 77 (+20.31%)
Mutual labels:  structural-biology, computational-biology
py4chemoinformatics
Python for chemoinformatics
Stars: ✭ 78 (+21.88%)
Mutual labels:  chemoinformatics, drug-design
Computational-CryoEM
A curated list of awesome computational cryo-EM methods.
Stars: ✭ 33 (-48.44%)
Mutual labels:  structural-biology, computational-biology
artistoo
CPM implementation in pure JavaScript
Stars: ✭ 25 (-60.94%)
Mutual labels:  computational-biology
graphkit-learn
A python package for graph kernels, graph edit distances, and graph pre-image problem.
Stars: ✭ 87 (+35.94%)
Mutual labels:  chemoinformatics
cgdms
Differentiable molecular simulation of proteins with a coarse-grained potential
Stars: ✭ 44 (-31.25%)
Mutual labels:  force-field
molecular-VAE
Implementation of the paper - Automatic chemical design using a data-driven continuous representation of molecules
Stars: ✭ 36 (-43.75%)
Mutual labels:  chemoinformatics
global-chem
A Chemical Knowledge Graph of What is Common in the World.
Stars: ✭ 77 (+20.31%)
Mutual labels:  chemoinformatics
msk-STAPLE
STAPLE (Shared Tools for Automatic Personalised Lower Extremity modelling) consists of a collection of methods for generating skeletal models from three-dimensional bone geometries, usually segmented from medical images. The methods are currently being expanded to create complete musculoskeletal models.
Stars: ✭ 39 (-39.06%)
Mutual labels:  computational-biology
workflows
Bioinformatics workflows developed for and used on the St. Jude Cloud project.
Stars: ✭ 16 (-75%)
Mutual labels:  computational-biology
STing
Ultrafast sequence typing and gene detection from NGS raw reads
Stars: ✭ 15 (-76.56%)
Mutual labels:  computational-biology
cobrame
A COBRApy extension for genome-scale models of metabolism and expression (ME-models)
Stars: ✭ 30 (-53.12%)
Mutual labels:  computational-biology
hypeR
An R Package for Geneset Enrichment Workflows
Stars: ✭ 64 (+0%)
Mutual labels:  computational-biology
vargeno
Towards fast and accurate SNP genotyping from whole genome sequencing data for bedside diagnostics.
Stars: ✭ 18 (-71.87%)
Mutual labels:  computational-biology
foyer
A package for atom-typing as well as applying and disseminating forcefields
Stars: ✭ 78 (+21.88%)
Mutual labels:  force-field
torsionfit
Bayesian tools for fitting molecular mechanics torsion parameters to quantum chemical data.
Stars: ✭ 15 (-76.56%)
Mutual labels:  force-field
Clair3
Clair3 - Symphonizing pileup and full-alignment for high-performance long-read variant calling
Stars: ✭ 119 (+85.94%)
Mutual labels:  computational-biology
contact map
Contact map analysis for biomolecules; based on MDTraj
Stars: ✭ 27 (-57.81%)
Mutual labels:  computational-biology
myokit
Myokit: A simple interface to cardiac cellular electrophysiology
Stars: ✭ 27 (-57.81%)
Mutual labels:  computational-biology
===============================================
==  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!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].