ncborcherding / Ibex

Using BCR and expression for sequence embedding
https://www.borch.dev/uploads/screpertoire/articles/ibex
MIT License
19 stars 1 forks source link

I am not able to install the Ibex on my Macbook M3 computer #4

Closed mainyanghr closed 11 months ago

mainyanghr commented 11 months ago

library(scRepertoire) library(Trex) library(reticulate) library(tensorflow) library(keras)

I have already installed the above package, it seems the "bluster" package is needed, which is not available for M3 arm64. I am wondering whether there is another strategies to install this useful package.

Thank you very much!

Harry

ncborcherding commented 11 months ago

Hey Harry,

As of bioconductor 3.16, there should be support for arm64 (see here).

Maybe you need to update your BiocManager and then install bluster?

Nick

mainyanghr commented 11 months ago

Hey Harry,

As of bioconductor 3.16, there should be support for arm64 (see here).

Maybe you need to update your BiocManager and then install bluster?

Nick

Thank you very much. It is installed finally. Have a nice day!