Trim-galore through Bioconda requires workaround for M1 Macs.
trev-f opened this issue · 1 comments
trev-f commented
Installing cutadapt on an M1 Mac requires a workaround as documented in cutadapt's issues. Installing trim galore on an M1 Mac required a similar workaround for me:
CONDA_SUBDIR=osx-64 conda create -n trimgalore -c bioconda -c conda-forge trim-galore=0.6.10
I am not sure if explicitly supplying channel names and trim galore version is required, but this command works.
FelixKrueger commented
Many thanks for mentioning and cross-referencing this here!