CMU-SAFARI / BLEND

BLEND is a mechanism that can efficiently find fuzzy seed matches between sequences to significantly improve the performance and accuracy while reducing the memory space usage of two important applications: 1) finding overlapping reads and 2) read mapping. Described by Firtina et al. (published in NARGAB https://doi.org/10.1093/nargab/lqad004)
Other
42 stars 4 forks source link

Conda package not working in Mac M1 #5

Closed juanjo255 closed 1 year ago

juanjo255 commented 1 year ago

Hello! I was interested in using the program. I installed the program following a step-by-step process in a Mac M1:

mamba create -n blend-bio
mamba install -c bioconda blend-bio
blend -h 

and the output was:

50665 illegal hardware instruction blend -h

I also tried using a environment with x86 architecture, but it produced the same error.

I hope you can help me.

Thanks!

canfirtina commented 1 year ago

Hi @juanjo255,

Unfortunately, we have not tested the installation on devices running macOS regardless of their processor architecture. I am not sure if this would be supported soon.

If you have not already done it, I would suggest using a linux machine to test if the conda setup works fine. Please let me know if you still have issues with installation on a linux machine.

Thanks, Can