odelaneau / shapeit5

Segmented HAPlotype Estimation and Imputation Tool
https://odelaneau.github.io/shapeit5/
MIT License
66 stars 9 forks source link

illegal instruction error on phase_common_static on cow array data #94

Open lholivera opened 6 months ago

lholivera commented 6 months ago

Hi I'm trying to run phase_common_static on my cow array data, and blocked with this error: phase_common_static --region 1 -I huellas.vcf.gz -O huellas_prueba.bcf --log log.txt -T 8

[SHAPEIT5] phase_common (jointly phase multiple common markers)

Files:

Parameters:

Reading genotype data:

Setting up genetic map:

Initializing data structures:

Burn-in iteration [1/5]

I've changed parameters on PBWT (almost all combinations), filtered samples and snps, read source code, etc, without luck. Any ideas?

pettyalex commented 6 months ago

What processor are you running this on? This can happen if you run this on a processor that does not support the instructions that Shapeit5 requires, AVX2.

lholivera commented 6 months ago

Thanks a lot!!! It works!!!