ukbb_parser icon indicating copy to clipboard operation
ukbb_parser copied to clipboard

Does this parser works with .tab files?

Open dmasmont opened this issue 4 years ago • 1 comments

I see the library expects the ukb phenotype files as .csv (PHENOTYPE_DATASET_CSV_FILE_PATH). Does the library also support the .tab files (R files)?

dmasmont avatar Dec 10 '21 23:12 dmasmont

This file is downloaded directly from the UKB. I'm pretty sure it's comma-delimited and not tab-delimited. Anyway, ukbb_parser assumes that the file is comma-delimited, but it should be very easy to change that.

nadavbra avatar Dec 11 '21 02:12 nadavbra