I am attempting to meta-impute the results of two different imputations with the following command: MetaMinimac2 -i imputed/MEGA_TPMD/38/vcf/chr${chrom}:imputed/MEGA_KG38/38/vcf/chr${chrom} -o metaimputed/AB/chr${chrom}
However, when I run MetaMinimac2, the program always exits with a Segmentation Fault:
------------------------------------------------------------------------------
MetaMinimac2 -- An Efficient Tool for Meta-Imputation
------------------------------------------------------------------------------
(c) 2019 - Ketian Yu, Sayantan Das, Goncalo Abecasis
Version : 1.0.0;
Built : Thu Jul 14 12:58:08 EDT 2022 by frumkin
URL = http://genome.sph.umich.edu/wiki/MetaMinimac2
GIT = https://github.com/yukt/MetaMinimac2.git
Command Line Options:
--input [imputed/MEGA_TPMD/38/vcf/chr21:imputed/MEGA_KG38/38/vcf/chr21],
--output [metaimputed/AB/chr21],
--format [GT,DS,HDS],
--skipPhasingCheck [OFF],
--skipInfo [OFF],
--nobgzip [OFF],
--weight [OFF],
--log [OFF].
------------------------------------------------------------------------------
INPUT VCF DOSAGE FILE
------------------------------------------------------------------------------
Number of Studies : 2
-- Study 1 Prefix : imputed/MEGA_TPMD/38/vcf/chr21
-- Study 2 Prefix : imputed/MEGA_KG38/38/vcf/chr21
Checking sample compatibility across files ...
-- Found 1803 samples (3606 haplotypes).
Scanning input empirical VCFs for commonly typed SNPs ...
-- Study 1 #Genotyped Sites = 10510
-- Study 2 #Genotyped Sites = 10559
-- Found 10339 commonly genotyped!
-- Successful (8 seconds) !!!
Checking phasing consistency across input files ...
-- Consistent among commonly genotyped sites.
-- Completed in 25 seconds.
------------------------------------------------------------------------------
WEIGHT ESTIMATION
------------------------------------------------------------------------------
Estimate Meta-Weights for Sample 1-1000 [55.5%] ...
-- Loading Empirical Dosage Data ...
-- Calculating Weights ...
-- Successful (91 seconds) !!!
Estimate Meta-Weights for Sample 1001-1803 [100.0%] ...
-- Loading Empirical Dosage Data ...
-- Calculating Weights ...
-- Successful (72 seconds) !!!
Appending to final output weight file : metaimputed/AB/chr21.metaWeights.gz
-- Successful (73 seconds) !!!
Weight Estimation Completed in 0 hours, 3 mins, 56 seconds.
------------------------------------------------------------------------------
FINAL ANALYSIS
------------------------------------------------------------------------------
/var/spool/uger-8.5.5/uger-c071/job_scripts/32232583: line 5: 11999 Segmentation fault (core dumped)
Is there any way I can resolve this issue?
I am attempting to meta-impute the results of two different imputations with the following command:
MetaMinimac2 -i imputed/MEGA_TPMD/38/vcf/chr${chrom}:imputed/MEGA_KG38/38/vcf/chr${chrom} -o metaimputed/AB/chr${chrom}However, when I run MetaMinimac2, the program always exits with a Segmentation Fault:
Is there any way I can resolve this issue?