-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imp5Converter Output file format is not supported #48
Comments
I have the same problem, pfx="ALL.chr" for chr in {{1..22},X}; do When I add the imp5, it works, I think you can have a try. |
I realized this is legacy code from version 1.1.5 of IMPUTE5. With the newer 1.2.0 version the
This will be fixed in the documentation in the next update |
Thank you for your advice, it works after add .imp5 when i dealing with GRCh37, then i update IMPUTE5 to version 1.2.0 and use the code the freeseek provide while dealing with GRCh38, and it can also worked. |
Thank you for your help, the adjusted code works and helps me a lot. |
Thanks for your response, I follow your freeseek and your suggestion, it worked |
A quick question, why the maf is setting .03125? Thank you in advance. |
The value |
from where can i get binaries for xcftools ? I have tried downloading from here https://anaconda.org/bioconda/xcftools/files. $
but there is no configure or xcftools file here. Can someone please help. Thanks. |
Hi there,
I've recently encountered an issue while trying to download resources for GRCh37 while follow the installation steps. When running the imp5Converter command to convert BCF files. I encountered the following error message: "Output file format is not supported". Here is the command I used: "for chr in {{1..22},X}; do imp5Converter --h $pfx$chr$sfx.bcf --o $pfx$chr$sfx --r $chr; done". Could you offer any help or guidance on this matter?
Thank you in advance for your time and assistance.
The text was updated successfully, but these errors were encountered: