Closed sakuramodokich closed 1 year ago
Your bgen format might be newer, which use zstd compression instead of zlib. And for reasons I don't remember, I disabled support to zstd (maybe something related to facebook's license)
So, unfortunately, we didn't support your bgen file
On Fri, Jun 30, 2023, 12:07 AM sakuramodoki @.***> wrote:
Assigned #326 https://github.com/choishingwan/PRSice/issues/326 to @choishingwan https://github.com/choishingwan.
— Reply to this email directly, view it on GitHub https://github.com/choishingwan/PRSice/issues/326#event-9683712347, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJTRYWF6NZ2TWIC2ONKFBDXNZGGPANCNFSM6AAAAAAZZKDM3Q . You are receiving this because you were assigned.Message ID: @.***>
Thank you for your reply. I believe I can convert zstd to zlib using qctool. Although it may be time-consuming, it seems to be the only solution
If you are doing that, better use plunk2 and convert to bed as that will be faster downstream
On Fri, Jun 30, 2023, 12:33 AM sakuramodoki @.***> wrote:
Thank you for your reply. I believe I can convert zstd to zlib using qctool. Although it may be time-consuming, it seems to be the only solution
— Reply to this email directly, view it on GitHub https://github.com/choishingwan/PRSice/issues/326#issuecomment-1614105297, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJTRYVOFQKUBCN7Q5QTU23XNZJKVANCNFSM6AAAAAAZZKDM3Q . You are receiving this because you were mentioned.Message ID: @.***>
Thank you for your suggestion. However, I have considered that converting to BED/BIM/FAM may result in data loss. Also, BED files are usually much larger, so I opted for a compression format conversion only.
Problem with bgen is that we end up converting to bed bim fam for clumping anyway, so that'll still use a lot of space. As for information lost, our experience is that it's not too significant
On Fri, Jun 30, 2023, 10:44 AM sakuramodoki @.***> wrote:
Thank you for your suggestion. However, I have considered that converting to BED/BIM/FAM may result in data loss. Also, BED files are usually much larger, so I opted for a compression format conversion only.
— Reply to this email directly, view it on GitHub https://github.com/choishingwan/PRSice/issues/326#issuecomment-1614758183, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJTRYQTSO7KDKAM6R2M2GTXN3Q47ANCNFSM6AAAAAAZZKDM3Q . You are receiving this because you were mentioned.Message ID: @.***>
I understand, thank you!
Hi Sam,
I was trying to compute PRS from UKBB BGEN v1.2 files but ran into an error using PRSice v 2.3.5. Below are my commands and outputs.
Output:
Do you have any idea why PRSice could not compute using bgen files even with --allow-inter?
Thank you very much for your help!