Hello,
Thanks for creating this tool. We've been exploring BIGA and noticed that specifying the following study ID ieu-b-2 from the IEU Open GWAS project for an LDSC job results in an error. This dataset has already been harmonized by BIGA, and ieu-b-2.vcf.gz is successfully saved according to the log, but the next part, "Starting to map rsid to chromosome and position", results in the following error:
Traceback (most recent call last):
File "/home/django/bigagwas/queueTasks/tasks/tasks.py", line 437, in gene_corr_run
job_settings = process_universal_input(job_settings)
File "/home/django/bigagwas/queueTasks/tasks/tasks_process_input.py", line 596, in process_universal_input
job_settings = map_rsid(job_settings, log)
File "/home/django/bigagwas/queueTasks/tasks/tasks_process_input.py", line 187, in map_rsid
p.map(single_map_snp, args)
File "/root/anaconda3/envs/brimge/lib/python3.8/site-packages/billiard/pool.py", line 1416, in map
return self.map_async(func, iterable, chunksize).get()
File "/root/anaconda3/envs/brimge/lib/python3.8/site-packages/billiard/pool.py", line 1791, in get
raise self._value.exception
KeyError: ['eaf']
We've experimented with a few other IDs from the IEU OpenGWAS project, and they run fine.
Thank you!