I am currently performing imputation on 23 chromosomes in vcf.gz files on my server. However, after imputation, I only obtained .vcf.gz files and did not get INFO.gz like others.
This is the command
minimac4 -t 28 $ref/chr22.msav $vcf/chr22.vcf.gz -o $impute/chr22.dose.vcf.gz --format GT,DS,GP
How can I obtain the INFO.gz file to perform QC based on rsq?
Additionally, when I tried to compress chrX vcf.gz to msav, I encountered the following error message
Error: sample ploidy is not consistent
How can I fix this issue? Thanks!
I am currently performing imputation on 23 chromosomes in vcf.gz files on my server. However, after imputation, I only obtained .vcf.gz files and did not get INFO.gz like others.
This is the command
minimac4 -t 28 $ref/chr22.msav $vcf/chr22.vcf.gz -o $impute/chr22.dose.vcf.gz --format GT,DS,GPHow can I obtain the INFO.gz file to perform QC based on rsq?
Additionally, when I tried to compress chrX vcf.gz to msav, I encountered the following error message
Error: sample ploidy is not consistentHow can I fix this issue? Thanks!