RajLabMSSM / echolocatoR

Automated statistical and functional fine-mapping pipeline with extensive API access to datasets.
https://rajlabmssm.github.io/echolocatoR
MIT License
30 stars 11 forks source link

Munging full summary stats is way too slow #93

Closed PhoebeGuo97 closed 1 year ago

PhoebeGuo97 commented 1 year ago

I'm try to munge my full summary stats by fullSS_path <- MungeSumstats::format_sumstats(path = fullSS_path, ref_genome = "GRCH37"). I left my MacBook on overnight and it's still running.

The following is what I see in R Console: First line of summary statistics file: uniqID.a1a2 CHR BP A1 A2 SNP Z P Nsum Neff dir EAF BETA SE
Summary statistics report:

bschilder commented 1 year ago

How long you expect this to take depends on your computer specs (part of the reason for the Issues template). Also, if you find an issue with MungeSumstats, you should submit it to the MungeSumstats repo: https://github.com/neurogenomics/MungeSumstats