genomics-workshop
genomics-workshop copied to clipboard
Setup - Required software not available for osx-arm64
Hello,
Just wanted to point out that bwa and BCFtools are not available through bioconda for osx-arm64.
A possible workaround is to use brew to install these two pieces of software
brew install bwa
brew install bcftools
More info: https://formulae.brew.sh/formula/bwa https://formulae.brew.sh/formula/bcftools
Let me know if you would like me to make a pull request about this :)