aomlomics / tourmaline

Amplicon sequence processing workflow using QIIME 2 and Snakemake
BSD 3-Clause "New" or "Revised" License
42 stars 19 forks source link

Installing multiqc with Rosetta running #127

Open lukenoaa opened 3 months ago

lukenoaa commented 3 months ago

If user is running Rosetta (to enable QIIME 2 to run on Apple Silicon Macs), the instructions to install multiqc conda environment will not work. User first needs to create the environment, then run conda config --env --set subdir osx-64, then install the desired packages, which will be the X86 versions. See https://stackoverflow.com/questions/71691598/how-to-run-python-as-x86-with-rosetta2-on-arm-macos-machine.

May want to update the wiki to reflect this.