Open dianacornejo opened 11 months ago
Hi,
This error comes from the plink libary, please check suggestion mentioned here: https://github.com/rgcgithub/regenie/issues/135#issuecomment-1856607237
Cheers, Joelle
Are you streaming the files in the worfklow task or downloading them locally?
I had this issue with PLINK2.0 (.pgen) files on UK Biobank RAP, both using project paths and after downloading data locally. I got around it using BGEN and PLINK1.9 (.bed) format files.
Hi @joellembatchou I'm trying to run regenie using the RAP system for UKB data. I have a WDL workflow created for this and was working fine while using bgen files as input. However I'm getting this error (this is an example for one chromosome but can happen in others..and interestingly some of those jobs per chromosome do finish successfully)
When using the corresponding pgen files (generated using plink)
This is the full log file. Do you have any idea on what may be happening?. I'm unsure how to debug this. Thanks in advance