Using Homebrew
Live notebook
Installing requirements using Homebrew
/bin/bash -c "$(curl -fsSL \
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"A recent Ruby
brew install libyaml rbenv
rbenv install 3.3.0
rbenv global 3.3.0Packages
brew tap brewsci/bio
# In Linux, replace 'temurin' with 'openjdk'
brew install \
r sqlite3 python numpy pigz temurin \
blast hmmer bedtools prodigal gmp spades mcl krona \
barrnap diamond fastani faqcs brewsci/bio/falco seqtk fastp trnascanMyTaxa utils
Last updated