I'm trying to phase a vcf with 983 exome samples.
The command I ran -
/mnt/exome/Softwares/shapeit4/bin/shapeit4.2 --input MOD_hg19.vcf.gz --map /mnt/exome/Softwares/shapeit4/maps/chr"$chr".b37.gmap.gz --region "$chr" --output chr"$chr".phased.vcf.gz
I am looping over all chromosomes, it seems like the error occurs for all chromosomes.
The error -
SHAPEIT
* Author : Olivier DELANEAU, University of Lausanne
* Contact : olivier.delaneau@gmail.com
* Version : 4.2.0
* Run date : 19/01/2021 - 17:25:51
Files:
* Input VCF : [MOD_hg19.vcf.gz]
* Genetic Map : [/mnt/exome/Softwares/shapeit4/maps/chr1.b37.gmap.gz]
* Output VCF : [chr1.phased.vcf.gz]
Parameters:
* Seed : 15052011
* Threads : 10 threads
* MCMC : 15 iterations [5b + 1p + 1b + 1p + 1b + 1p + 5m]
* PBWT : Depth of PBWT neighbours to condition on: 4
* PBWT : Store indexes at variants [MAC>=2 / MDR<=0.5 / Dist=0.02 cM]
* HMM : K is variable / min W is 2.50cM / Ne is 15000
* HMM : Recombination rates given by genetic map
* HMM : AVX2 optimization active
Initialization:
* VCF/BCF scanning [N=983 / L=175794 / Reg=1] (44.73s)
* VCF/BCF parsing [Hom=53.5% / Het=3.2% / Mis=43.3%] (48.68s)
* GMAP parsing [n=256895] (0.26s)
* cM interpolation [s=16794 / i=159000] (0.03s)
* Region length [249218770 bp / 286.3 cM]
* HMM parameters [Ne=15000 / Error=0.0001 / #rare=45428]
* PBWT indexing [l=3228] (0.01s)
* HAP update (1.17s)
* H2V transpose (0.23s)
* PBWT phase sweep (12.61s)
* Build genotype graphs [seg=1869070] (0.55s)
Burn-in iteration [1/5]
* V2H transpose (0.36s)
* PBWT selection (1.35s)
* C2H transpose (0.14s)
* HMM computations [K=185.689+/-115.639 / W=5.16Mb] (225.76s)
Segmentation fault (core dumped)
What could be the issue?
I'm trying to phase a vcf with 983 exome samples.
The command I ran -
I am looping over all chromosomes, it seems like the error occurs for all chromosomes.
The error -
What could be the issue?