Using Homebrew
Live notebook
Installing requirements using Homebrew
/bin/bash -c "$(curl -fsSL \
https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"brew tap brewsci/bioEssentials
# General-purpose software
brew install r sqlite3 python adoptopenjdk
# Bioinformatics software
brew install blast hmmer bedtools \
prodigal idba mcl barrnap fastqc solexaqa \
diamond fastani
brew install jonchang/biology/scythe
# Pending: Scythe in science (contacting authors)
# See: https://github.com/brewsci/homebrew-bio/issues/23
# See also: https://github.com/vsbuffalo/scythe/pull/20A recent Ruby
R packages
MyTaxa utils
Last updated