-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Illegal instruction: 4" error while running calib_cons #48
Comments
I ran calib_cons in lldb and got the following output: run -c /Users/kartik/ncbi/capseq/run2/calib/1WT-S_calib_cluster -q /Users/kartik/ncbi/capseq/run2/reoriented_reads/1WT-S_reoriented_R1.fastq /Users/kartik/ncbi/capseq/run2/reoriented_reads/1WT-S_reoriented_trimmed_R2.fastq -o 1WT-S_calib_R1 1WT-S_calib_R2
|
Hello @kartikchandran Can share the commands used to install Calib and Calib cons module? I haven't done any testing on MACOS and I suspect this is a MACOS issue... |
Hi there,
I'm working on.an Apple M1 Pro Mac running OS X Monterey 12.2.1. I was able to run calib on my fastq files to generate the cluster file but calib_cons gives me an "Illegal instruction: 4" error.
I was able to run Calib fine on my previous Intel Mac so I thought this might be due to the change in chip architecture. I tried running in Rosetta mode by prefixing with "arch -x86_64" but that gave me the same error.
Look forward to your input on how to fix this.
Thanks!
Kartik
The text was updated successfully, but these errors were encountered: