Hello, Just wanted to point out that [bwa](https://anaconda.org/bioconda/bwa) and [BCFtools](https://anaconda.org/bioconda/bcftools) are not available through bioconda for osx-arm64. A possible workaround is to use [brew](https://brew.sh/) 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 :)
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
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 :)