Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.33 KB

Install.md

File metadata and controls

46 lines (29 loc) · 1.33 KB

Install

Environment and package managers

Insallation of pipeline dependencies uses conda and homebrew, and requires macOS or Linux (no Windows support).

Package managers

Install conda

Install homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Dependencies

Enter the following command into your terminal to install all dependencies:

wget -O - https://raw.githubusercontent.com/iframst/HybridAMRgenotyping/main/Manual/deps_install.sh | bash

Alternatively, install pipeline dependencies from their respective sources.


Next: Usage