amazon-genomics-cli
amazon-genomics-cli copied to clipboard
Exec format error on Mac M1 with V1.6.0
Describe the Bug
Installation of AGC on Mac M1 worked fine before the V1.6.0 release. After this release, a new arm-64 specific executable was added. So, when installing with the new release, it detects that the Mac M1 has an arm 64 architecture and procedes with the new executable. But the new executable gives exec format error
, which I believe is an incompatibility between the architecture and the executable. On the other hand, if I use the agc executable (non arm-64) it works.
TL;DR
On a mac m1 the executable that works is the standard one, not the arm64 specific. But the new installer defaults to the arm64 one, causing exec format error
.
Steps to Reproduce
Download AGC v1.6.0 and run:
unzip amazon-genomics-cli-<version>.zip
cd amazon-genomics-cli/
./install.sh
Additional Context
Operating System: MacOS Ventura Version 13.0 AGC Version: v1.6.0