All Projects → mcs07 → homebrew-cheminformatics

mcs07 / homebrew-cheminformatics

Licence: other
Cheminformatics formulae for the Homebrew package manager

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to homebrew-cheminformatics

pakket
The last package manager macOS will ever need. Simple, functional, and fast.
Stars: ✭ 20 (+5.26%)
Mutual labels:  homebrew, packages
sirius
SIRIUS is a software for discovering a landscape of de-novo identification of metabolites using tandem mass spectrometry. This repository contains the code of the SIRIUS Software (GUI and CLI)
Stars: ✭ 32 (+68.42%)
Mutual labels:  science, cheminformatics
molecules
chemical graph theory library for JavaScript
Stars: ✭ 83 (+336.84%)
Mutual labels:  science, cheminformatics
homebrew-portable-ruby
🚗 Versions of Ruby that can be installed and run from anywhere on the filesystem.
Stars: ✭ 96 (+405.26%)
Mutual labels:  homebrew, formulae
Homebrew Core
🍻 Default formulae for the missing package manager for macOS (or Linux)
Stars: ✭ 10,450 (+54900%)
Mutual labels:  homebrew, formulae
homebrew-llvm
LLVM formulae for the Homebrew package manager
Stars: ✭ 23 (+21.05%)
Mutual labels:  homebrew, formulae
Homebrew Bio
🍺🔬 Bioinformatics formulae for the Homebrew package manager (macOS and Linux)
Stars: ✭ 237 (+1147.37%)
Mutual labels:  homebrew, science
senpai
Molecular dynamics simulation software
Stars: ✭ 124 (+552.63%)
Mutual labels:  science, cheminformatics
homebrew-xorg
✖️ 🐧 X.Org implementation of the X Window System
Stars: ✭ 32 (+68.42%)
Mutual labels:  formulae
atacr
Analysing Capture Seq Count Data
Stars: ✭ 14 (-26.32%)
Mutual labels:  science
getfem
Mirror of GetFEM repository
Stars: ✭ 23 (+21.05%)
Mutual labels:  science
scipp
Multi-dimensional data arrays with labeled dimensions
Stars: ✭ 55 (+189.47%)
Mutual labels:  science
KayidmacOS
dotfiels & macOS setup 👨🏻‍💻
Stars: ✭ 18 (-5.26%)
Mutual labels:  homebrew
mlearn
Benchmark Suite for Machine Learning Interatomic Potentials for Materials
Stars: ✭ 89 (+368.42%)
Mutual labels:  science
homebrew-guile
A Homebrew Tap for Guile libraries and applications.
Stars: ✭ 25 (+31.58%)
Mutual labels:  homebrew
fenris
A library for advanced finite element computations in Rust
Stars: ✭ 52 (+173.68%)
Mutual labels:  science
package-wizard
Package Wizard is a library for creating a new packages using CLI tool.
Stars: ✭ 61 (+221.05%)
Mutual labels:  packages
tales-science-data
Companion repo to the GitBook, notes on Data Science topics
Stars: ✭ 41 (+115.79%)
Mutual labels:  science
homebrew-mopidy
Homebrew formulas for Mopidy and Mopidy extensions
Stars: ✭ 21 (+10.53%)
Mutual labels:  homebrew
switch-cmake
CMake toolchain for Nintendo Switch homebrew development
Stars: ✭ 38 (+100%)
Mutual labels:  homebrew

homebrew-cheminformatics Build Status

Cheminformatics formulae for the Homebrew package manager.

Instructions

Homebrew must be installed:

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew update
brew doctor

Add this cheminformatics tap:

brew tap mcs07/cheminformatics

Install what you want:

brew install cdk
brew install filter-it
brew install helium
brew install indigo
brew install inchi
brew install opsin
brew install osra
brew install rdkit
...

Look in the Formula directory for a full list of what is available.

Options

Use brew info to see information and all the available options for a formula:

brew info rdkit

Most options are to enable optional features that have extra dependencies or to include additional language bindings for Python and Java.

For many formulae, there is also a --HEAD option to install the latest cutting edge development master.

Open Babel

There is already an Open Babel formula in the main homebrew repository. To use the formula in this tap, you will need to specify the full path:

brew install mcs07/cheminformatics/open-babel

The formulae are very similar. The main difference is that the formula in this tap installs Open Babel in a way that won't clash with other tools that also depend on the InChI library.

RDKit and Python 3

RDKit can be built to work with either Python 2 or Python 3, but not both simultaneously. The default is Python 2. For Python 3 support, use the --with-python3 option.

RDKit can have trouble finding the correct boost-python3 libraries. If you get errors installing RDKit, consider installing boost-python without support for python 2:

brew install boost-python --without-python --with-python3
brew install rdkit --HEAD --with-python3

RDKit and virtualenvs

RDKit does not play nice with virtual environments. Running brew install rdkit while inside a virtualenv tends not to work properly. To install RDKit in a a virtual environment:

  • Run brew install rdkit outside a virtualenv. This will install everything to /usr/local/Cellar/rdkit, and RDKit should work in your main python install outside a virtualenv.
  • Copy the contents of /usr/local/Cellar/rdkit/20XX.XX.X/lib/python2.7/site-packages to ~/.virtualenvs/<env>/lib/python2.7/site-packages. RDKit should then work within that virtualenv.

Every time you update RDKit or python, you will probably have to repeat this process. Not great, but it works.

Feedback and requests

Please add any requests for a new formula or bug reports to the Github issue tracker. Alternatively, email me at [email protected].

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].