Open mfz opened 4 years ago
m3vcf file is for the reference panel. The reference panel cannot have any missing values, hence you are getting the error.
Regards, Sayantan Das,
23andMe
On Tue, Nov 12, 2019 at 12:34 AM mfz notifications@github.com wrote:
Good day!
Thank you for making Minimac available!
I am trying to convert a reference panel to M3VCF format using
Minimac3 --refHaps refpanel.vcf.gz --processReference --prefix ReferencePanel
but I get an error message "Missing Value for Individual: xxx at Marker: xxxxx"
Looking at the vcf file, the genotype in question is '.|0'
Is there any way to allow missing genotypes? Or can Minimac directly impute them?
If I use a small version of the VCF file with only a few markers the program finishes successfully.
The version of minimac I am using is f142810 https://github.com/Santy-8128/Minimac3/commit/f14281027e9b1686e22f50501d2f7751e47724d9
Best regards, Florian
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Santy-8128/Minimac3/issues/12?email_source=notifications&email_token=AB5YQCHQB6222BYOW2CFCSTQTJTCZA5CNFSM4JMAAHCKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYT7EOA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5YQCCHEAW6FGWEK6ICMDDQTJTCZANCNFSM4JMAAHCA .
Good day!
Thank you for making Minimac available!
I am trying to convert a reference panel to M3VCF format using
Minimac3 --refHaps refpanel.vcf.gz --processReference --prefix ReferencePanel
but I get an error message "Missing Value for Individual: xxx at Marker: xxxxx"
Looking at the vcf file, the genotype in question is '.|0'
Is there any way to allow missing genotypes? Or can Minimac directly impute them?
If I use a small version of the VCF file with only a few markers the program finishes successfully.
The version of minimac I am using is f142810
Best regards, Florian