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
- But There is no Chr X Reference data. So,
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 imputationserver@1.2.7 --files /mnt/$PWD/nonPAR.vcf.gz --refpanel apps@1000g-phase-3-v5@2.0.0 --conf /etc/hadoop/conf --population eas &> docker.log
In this case, I can see this log.

Please let me know how to fix
Thanks
I analyzed by following steps.
1. docker run -d -p 4000 genepi/imputationserver:v1.2.72. access http://localhost:40003. install 1000genomes-phase3 reference panel in Admin Panel4. local download and make m3vcf and bcf files for Chr X5. Insert the m3vcf and bcf file into /data/apps/1000g-phase-3-v5/2.0.0 on genepi/imputationserver:v1.2.76. docker exec -t -i ImputationServer cloudgene run imputationserver@1.2.7 --files /mnt/$PWD/nonPAR.vcf.gz --refpanel apps@1000g-phase-3-v5@2.0.0 --conf /etc/hadoop/conf --population eas &> docker.logIn this case, I can see this log.

Please let me know how to fix
Thanks