-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can't progress Imputation for Chr X #7
Comments
Can you try the same file on https://imputationserver.sph.umich.edu? |
Today, I analyzed web based imputation server using same file. |
thanks for testing. any chances you can share a test file that fails? |
I'm sending you a vcf file with only the sample ID changed. Thank you for your concern. |
Had to unzip/bgzip it again but worked then on the server. Can you please double check? |
Oh, i found when doesn't work on web. |
I cannot find the bcf file of the chrX in bcfs folder in hapmap and 1000g reference panel of docker. |
I analyzed by following steps.
1. docker run -d -p 4000 genepi/imputationserver:v1.2.7
2. access http://localhost:4000
3. install 1000genomes-phase3 reference panel in Admin Panel
4. local download and make m3vcf and bcf files for Chr X
5. Insert the m3vcf and bcf file into /data/apps/1000g-phase-3-v5/2.0.0 on genepi/imputationserver:v1.2.7
6. docker exec -t -i ImputationServer cloudgene run [email protected] --files /mnt/$PWD/nonPAR.vcf.gz --refpanel apps@[email protected] --conf /etc/hadoop/conf --population eas &> docker.log
In this case, I can see this log.
Please let me know how to fix
Thanks
The text was updated successfully, but these errors were encountered: