GetPileupSummaries error
REQUIRED for all errors and issues:
a) GATK version used:
b) Exact command used:
c) Entire program log:
I've hg19 mapped BAM file also. But hg19 gnomad.exome.vcf file is not giving any errors.
REQUIRED for all errors and issues:
a) GATK version used: 4.2.5.0
b) Exact command used: java -jar /home/tbiswas/softwares/gatk-4.2.5.0/gatk-package-4.2.5.0-local.jar GetPileupSummaries -I /scratch/tbiswas/2/IITK-P6-TD.recal2.bam -V /scratch/tbiswas/largefiles/hg38vcfs/gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf -L /scratch/tbiswas/largefiles/hg38vcfs/gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf -O /scratch/tbiswas/2/IITK-P6-TD_pileups.table
c) Entire program log:
[tbiswas@un02 tbiswas]$ java -jar /home/tbiswas/softwares/gatk-4.2.5.0/gatk-package-4.2.5.0-local.jar GetPileupSummaries -I /scratch/tbiswas/2/IITK-P6-TD.recal2.bam -V /scratch/tbiswas/largefiles/hg38vcfs/gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf -L /scratch/tbiswas/largefiles/hg38vcfs/gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf -O /scratch/tbiswas/2/IITK-P6-TD_pileups.table
13:35:03.410 INFO NativeLibraryLoader - Loading libgkl_compression.so from jar:file:/home/tbiswas/softwares/gatk-4.2.5.0/gatk-package-4.2.5.0-local.jar!/com/intel/gkl/native/libgkl_compression.so
Nov 26, 2022 1:35:03 PM shaded.cloud_nio.com.google.auth.oauth2.ComputeEngineCredentials runningOnComputeEngine
INFO: Failed to detect whether we are running on Google Compute Engine.
13:35:03.540 INFO GetPileupSummaries - ------------------------------------------------------------
13:35:03.541 INFO GetPileupSummaries - The Genome Analysis Toolkit (GATK) v4.2.5.0
13:35:03.541 INFO GetPileupSummaries - For support and documentation go to https://software.broadinstitute.org/gatk/
13:35:03.541 INFO GetPileupSummaries - Executing as tbiswas@un02 on Linux v3.10.0-327.el7.x86_64 amd64
13:35:03.541 INFO GetPileupSummaries - Java runtime: OpenJDK 64-Bit Server VM v1.8.0_65-b17
13:35:03.541 INFO GetPileupSummaries - Start Date/Time: 26 November, 2022 1:35:03 PM IST
13:35:03.541 INFO GetPileupSummaries - ------------------------------------------------------------
13:35:03.542 INFO GetPileupSummaries - ------------------------------------------------------------
13:35:03.542 INFO GetPileupSummaries - HTSJDK Version: 2.24.1
13:35:03.542 INFO GetPileupSummaries - Picard Version: 2.25.4
13:35:03.542 INFO GetPileupSummaries - Built for Spark Version: 2.4.5
13:35:03.542 INFO GetPileupSummaries - HTSJDK Defaults.COMPRESSION_LEVEL : 2
13:35:03.542 INFO GetPileupSummaries - HTSJDK Defaults.USE_ASYNC_IO_READ_FOR_SAMTOOLS : false
13:35:03.542 INFO GetPileupSummaries - HTSJDK Defaults.USE_ASYNC_IO_WRITE_FOR_SAMTOOLS : true
13:35:03.542 INFO GetPileupSummaries - HTSJDK Defaults.USE_ASYNC_IO_WRITE_FOR_TRIBBLE : false
13:35:03.543 INFO GetPileupSummaries - Deflater: IntelDeflater
13:35:03.543 INFO GetPileupSummaries - Inflater: IntelInflater
13:35:03.543 INFO GetPileupSummaries - GCS max retries/reopens: 20
13:35:03.543 INFO GetPileupSummaries - Requester pays: disabled
13:35:03.543 INFO GetPileupSummaries - Initializing engine
13:35:03.935 INFO FeatureManager - Using codec VCFCodec to read file file:///scratch/tbiswas/largefiles/hg38vcfs/gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf
13:35:03.960 INFO GetPileupSummaries - Shutting down engine
[26 November, 2022 1:35:03 PM IST] org.broadinstitute.hellbender.tools.walkers.contamination.GetPileupSummaries done. Elapsed time: 0.01 minutes.
Runtime.totalMemory()=2251816960
org.broadinstitute.hellbender.exceptions.GATKException: Error initializing feature reader for path /scratch/tbiswas/largefiles/hg38vcfs/gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf
at org.broadinstitute.hellbender.engine.FeatureDataSource.getTribbleFeatureReader(FeatureDataSource.java:436)
at org.broadinstitute.hellbender.engine.FeatureDataSource.getFeatureReader(FeatureDataSource.java:377)
at org.broadinstitute.hellbender.engine.FeatureDataSource.<init>(FeatureDataSource.java:319)
at org.broadinstitute.hellbender.engine.FeatureDataSource.<init>(FeatureDataSource.java:291)
at org.broadinstitute.hellbender.engine.FeatureManager.addToFeatureSources(FeatureManager.java:246)
at org.broadinstitute.hellbender.engine.FeatureManager.initializeFeatureSources(FeatureManager.java:209)
at org.broadinstitute.hellbender.engine.FeatureManager.<init>(FeatureManager.java:156)
at org.broadinstitute.hellbender.engine.GATKTool.initializeFeatures(GATKTool.java:497)
at org.broadinstitute.hellbender.engine.GATKTool.onStartup(GATKTool.java:726)
at org.broadinstitute.hellbender.engine.LocusWalker.onStartup(LocusWalker.java:136)
at org.broadinstitute.hellbender.cmdline.CommandLineProgram.runTool(CommandLineProgram.java:138)
at org.broadinstitute.hellbender.cmdline.CommandLineProgram.instanceMainPostParseArgs(CommandLineProgram.java:192)
at org.broadinstitute.hellbender.cmdline.CommandLineProgram.instanceMain(CommandLineProgram.java:211)
at org.broadinstitute.hellbender.Main.runCommandLineProgram(Main.java:160)
at org.broadinstitute.hellbender.Main.mainEntry(Main.java:203)
at org.broadinstitute.hellbender.Main.main(Main.java:289)
Caused by: htsjdk.tribble.TribbleException$MalformedFeatureFile: Unable to parse header with error: Your input file has a malformed header: We never saw the required CHROM header line (starting with one #) for the input VCF file, for input source: /scratch/tbiswas/largefiles/hg38vcfs/gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf
at htsjdk.tribble.TribbleIndexedFeatureReader.readHeader(TribbleIndexedFeatureReader.java:263)
at htsjdk.tribble.TribbleIndexedFeatureReader.<init>(TribbleIndexedFeatureReader.java:102)
at htsjdk.tribble.TribbleIndexedFeatureReader.<init>(TribbleIndexedFeatureReader.java:127)
at htsjdk.tribble.AbstractFeatureReader.getFeatureReader(AbstractFeatureReader.java:121)
at org.broadinstitute.hellbender.engine.FeatureDataSource.getTribbleFeatureReader(FeatureDataSource.java:433)
... 15 more
Caused by: htsjdk.tribble.TribbleException$InvalidHeader: Your input file has a malformed header: We never saw the required CHROM header line (starting with one #) for the input VCF file
at htsjdk.variant.vcf.VCFCodec.readActualHeader(VCFCodec.java:115)
at htsjdk.tribble.AsciiFeatureCodec.readHeader(AsciiFeatureCodec.java:79)
at htsjdk.tribble.AsciiFeatureCodec.readHeader(AsciiFeatureCodec.java:37)
at htsjdk.tribble.TribbleIndexedFeatureReader.readHeader(TribbleIndexedFeatureReader.java:261)
... 19 more
[tbiswas@un02 tbiswas]$
[tbiswas@un02 tbiswas]$ java -jar /home/tbiswas/softwares/gatk-4.2.5.0/gatk-package-4.2.5.0-local.jar GetPileupSummaries -I /scratch/tbiswas/2/IITK-P6-TD.recal2.bam -V /scratch/tbiswas/largefiles/hg38vcfs/gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf -L /scratch/tbiswas/largefiles/hg38vcfs/gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf -O /scratch/tbiswas/2/IITK-P6-TD_pileups.table
13:35:03.410 INFO NativeLibraryLoader - Loading libgkl_compression.so from jar:file:/home/tbiswas/softwares/gatk-4.2.5.0/gatk-package-4.2.5.0-local.jar!/com/intel/gkl/native/libgkl_compression.so
Nov 26, 2022 1:35:03 PM shaded.cloud_nio.com.google.auth.oauth2.ComputeEngineCredentials runningOnComputeEngine
INFO: Failed to detect whether we are running on Google Compute Engine.
13:35:03.540 INFO GetPileupSummaries - ------------------------------------------------------------
13:35:03.541 INFO GetPileupSummaries - The Genome Analysis Toolkit (GATK) v4.2.5.0
13:35:03.541 INFO GetPileupSummaries - For support and documentation go to https://software.broadinstitute.org/gatk/
13:35:03.541 INFO GetPileupSummaries - Executing as tbiswas@un02 on Linux v3.10.0-327.el7.x86_64 amd64
13:35:03.541 INFO GetPileupSummaries - Java runtime: OpenJDK 64-Bit Server VM v1.8.0_65-b17
13:35:03.541 INFO GetPileupSummaries - Start Date/Time: 26 November, 2022 1:35:03 PM IST
13:35:03.541 INFO GetPileupSummaries - ------------------------------------------------------------
13:35:03.542 INFO GetPileupSummaries - ------------------------------------------------------------
13:35:03.542 INFO GetPileupSummaries - HTSJDK Version: 2.24.1
13:35:03.542 INFO GetPileupSummaries - Picard Version: 2.25.4
13:35:03.542 INFO GetPileupSummaries - Built for Spark Version: 2.4.5
13:35:03.542 INFO GetPileupSummaries - HTSJDK Defaults.COMPRESSION_LEVEL : 2
13:35:03.542 INFO GetPileupSummaries - HTSJDK Defaults.USE_ASYNC_IO_READ_FOR_SAMTOOLS : false
13:35:03.542 INFO GetPileupSummaries - HTSJDK Defaults.USE_ASYNC_IO_WRITE_FOR_SAMTOOLS : true
13:35:03.542 INFO GetPileupSummaries - HTSJDK Defaults.USE_ASYNC_IO_WRITE_FOR_TRIBBLE : false
13:35:03.543 INFO GetPileupSummaries - Deflater: IntelDeflater
13:35:03.543 INFO GetPileupSummaries - Inflater: IntelInflater
13:35:03.543 INFO GetPileupSummaries - GCS max retries/reopens: 20
13:35:03.543 INFO GetPileupSummaries - Requester pays: disabled
13:35:03.543 INFO GetPileupSummaries - Initializing engine
13:35:03.935 INFO FeatureManager - Using codec VCFCodec to read file file:///scratch/tbiswas/largefiles/hg38vcfs/gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf
13:35:03.960 INFO GetPileupSummaries - Shutting down engine
[26 November, 2022 1:35:03 PM IST] org.broadinstitute.hellbender.tools.walkers.contamination.GetPileupSummaries done. Elapsed time: 0.01 minutes.
Runtime.totalMemory()=2251816960
org.broadinstitute.hellbender.exceptions.GATKException: Error initializing feature reader for path /scratch/tbiswas/largefiles/hg38vcfs/gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf
at org.broadinstitute.hellbender.engine.FeatureDataSource.getTribbleFeatureReader(FeatureDataSource.java:436)
at org.broadinstitute.hellbender.engine.FeatureDataSource.getFeatureReader(FeatureDataSource.java:377)
at org.broadinstitute.hellbender.engine.FeatureDataSource.<init>(FeatureDataSource.java:319)
at org.broadinstitute.hellbender.engine.FeatureDataSource.<init>(FeatureDataSource.java:291)
at org.broadinstitute.hellbender.engine.FeatureManager.addToFeatureSources(FeatureManager.java:246)
at org.broadinstitute.hellbender.engine.FeatureManager.initializeFeatureSources(FeatureManager.java:209)
at org.broadinstitute.hellbender.engine.FeatureManager.<init>(FeatureManager.java:156)
at org.broadinstitute.hellbender.engine.GATKTool.initializeFeatures(GATKTool.java:497)
at org.broadinstitute.hellbender.engine.GATKTool.onStartup(GATKTool.java:726)
at org.broadinstitute.hellbender.engine.LocusWalker.onStartup(LocusWalker.java:136)
at org.broadinstitute.hellbender.cmdline.CommandLineProgram.runTool(CommandLineProgram.java:138)
at org.broadinstitute.hellbender.cmdline.CommandLineProgram.instanceMainPostParseArgs(CommandLineProgram.java:192)
at org.broadinstitute.hellbender.cmdline.CommandLineProgram.instanceMain(CommandLineProgram.java:211)
at org.broadinstitute.hellbender.Main.runCommandLineProgram(Main.java:160)
at org.broadinstitute.hellbender.Main.mainEntry(Main.java:203)
at org.broadinstitute.hellbender.Main.main(Main.java:289)
Caused by: htsjdk.tribble.TribbleException$MalformedFeatureFile: Unable to parse header with error: Your input file has a malformed header: We never saw the required CHROM header line (starting with one #) for the input VCF file, for input source: /scratch/tbiswas/largefiles/hg38vcfs/gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf
at htsjdk.tribble.TribbleIndexedFeatureReader.readHeader(TribbleIndexedFeatureReader.java:263)
at htsjdk.tribble.TribbleIndexedFeatureReader.<init>(TribbleIndexedFeatureReader.java:102)
at htsjdk.tribble.TribbleIndexedFeatureReader.<init>(TribbleIndexedFeatureReader.java:127)
at htsjdk.tribble.AbstractFeatureReader.getFeatureReader(AbstractFeatureReader.java:121)
at org.broadinstitute.hellbender.engine.FeatureDataSource.getTribbleFeatureReader(FeatureDataSource.java:433)
... 15 more
Caused by: htsjdk.tribble.TribbleException$InvalidHeader: Your input file has a malformed header: We never saw the required CHROM header line (starting with one #) for the input VCF file
at htsjdk.variant.vcf.VCFCodec.readActualHeader(VCFCodec.java:115)
at htsjdk.tribble.AsciiFeatureCodec.readHeader(AsciiFeatureCodec.java:79)
at htsjdk.tribble.AsciiFeatureCodec.readHeader(AsciiFeatureCodec.java:37)
at htsjdk.tribble.TribbleIndexedFeatureReader.readHeader(TribbleIndexedFeatureReader.java:261)
... 19 more
[tbiswas@un02 tbiswas]$
I've looked into the VCF header which is as follows:
lab4@lab4-Vostro-3800:~/Downloads$ bcftools view -h gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf.vcf
##fileformat=VCFv4.2
##FILTER=<ID=PASS,Description="All filters passed">
##FILTER=<ID=AC0,Description="Allele count is zero after filtering out low-confidence genotypes (GQ < 20; DP < 10; and AB < 0.2 for het calls)">
##FILTER=<ID=InbreedingCoeff,Description="InbreedingCoeff < -0.3">
##FILTER=<ID=RF,Description="Failed random forest filtering thresholds of 0.055272738028512555, 0.20641025579497013 (probabilities of being a true positive variant) for SNPs, indels">
##INFO=<ID=AC,Number=A,Type=Integer,Description="Alternate allele count for samples">
##INFO=<ID=AC_afr,Number=A,Type=Integer,Description="Alternate allele count for samples of African-American/African ancestry">
##INFO=<ID=AC_afr_female,Number=A,Type=Integer,Description="Alternate allele count for female samples of African-American/African ancestry">
##INFO=<ID=AC_afr_male,Number=A,Type=Integer,Description="Alternate allele count for male samples of African-American/African ancestry">
##INFO=<ID=AC_amr,Number=A,Type=Integer,Description="Alternate allele count for samples of Latino ancestry">
##INFO=<ID=AC_amr_female,Number=A,Type=Integer,Description="Alternate allele count for female samples of Latino ancestry">
##INFO=<ID=non_topmed_nhomalt_eas_oea,Number=A,Type=Integer,Description="Count of homozygous individuals in samples of Other East Asian ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_female,Number=A,Type=Integer,Description="Count of homozygous individuals in female samples in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_fin,Number=A,Type=Integer,Description="Count of homozygous individuals in samples of Finnish ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_fin_female,Number=A,Type=Integer,Description="Count of homozygous individuals in female samples of Finnish ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_fin_male,Number=A,Type=Integer,Description="Count of homozygous individuals in male samples of Finnish ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_male,Number=A,Type=Integer,Description="Count of homozygous individuals in male samples in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_nfe,Number=A,Type=Integer,Description="Count of homozygous individuals in samples of Non-Finnish European ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_nfe_bgr,Number=A,Type=Integer,Description="Count of homozygous individuals in samples of Bulgarian (Eastern European) ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_nfe_est,Number=A,Type=Integer,Description="Count of homozygous individuals in samples of Estonian ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_nfe_female,Number=A,Type=Integer,Description="Count of homozygous individuals in female samples of Non-Finnish European ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_nfe_male,Number=A,Type=Integer,Description="Count of homozygous individuals in male samples of Non-Finnish European ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_nfe_nwe,Number=A,Type=Integer,Description="Count of homozygous individuals in samples of North-Western European ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_nfe_onf,Number=A,Type=Integer,Description="Count of homozygous individuals in samples of Other Non-Finnish European ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_nfe_seu,Number=A,Type=Integer,Description="Count of homozygous individuals in samples of Southern European ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_nfe_swe,Number=A,Type=Integer,Description="Count of homozygous individuals in samples of Swedish ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_oth,Number=A,Type=Integer,Description="Count of homozygous individuals in samples of Other ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_oth_female,Number=A,Type=Integer,Description="Count of homozygous individuals in female samples of Other ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_oth_male,Number=A,Type=Integer,Description="Count of homozygous individuals in male samples of Other ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_popmax,Number=A,Type=Integer,Description="Count of homozygous individuals in the population with the maximum allele frequency in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_raw,Number=A,Type=Integer,Description="Count of homozygous individuals in samples in the non_topmed subset, before removing low-confidence genotypes">
##INFO=<ID=non_topmed_nhomalt_sas,Number=A,Type=Integer,Description="Count of homozygous individuals in samples of South Asian ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_sas_female,Number=A,Type=Integer,Description="Count of homozygous individuals in female samples of South Asian ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_nhomalt_sas_male,Number=A,Type=Integer,Description="Count of homozygous individuals in male samples of South Asian ancestry in the non_topmed subset">
##INFO=<ID=non_topmed_popmax,Number=A,Type=String,Description="Population with maximum AF in the non_topmed subset">
##INFO=<ID=nonpar,Number=0,Type=Flag,Description="Variant (on sex chromosome) falls outside a pseudoautosomal region">
##INFO=<ID=pab_max,Number=A,Type=Float,Description="Maximum p-value over callset for binomial test of observed allele balance for a heterozygous genotype, given expectation of AB=0.5">
##INFO=<ID=popmax,Number=A,Type=String,Description="Population with maximum AF">
##INFO=<ID=rf_label,Number=1,Type=String,Description="Random forest training label">
##INFO=<ID=rf_negative_label,Number=0,Type=Flag,Description="Variant was labelled as a negative example for training of random forest model">
##INFO=<ID=rf_positive_label,Number=0,Type=Flag,Description="Variant was labelled as a positive example for training of random forest model">
##INFO=<ID=rf_tp_probability,Number=1,Type=Float,Description="Random forest prediction probability for a site being a true variant">
##INFO=<ID=rf_train,Number=0,Type=Flag,Description="Variant was used in training random forest model">
##INFO=<ID=segdup,Number=0,Type=Flag,Description="Variant falls within a segmental duplication region">
##INFO=<ID=transmitted_singleton,Number=0,Type=Flag,Description="Variant was a callset-wide doubleton that was transmitted within a family (i.e., a singleton amongst unrelated sampes in cohort)">
##INFO=<ID=variant_type,Number=1,Type=String,Description="Variant type (snv, indel, multi-snv, multi-indel, or mixed)">
##INFO=<ID=vep,Number=.,Type=String,Description="Consequence annotations from Ensembl VEP. Format: Allele|Consequence|IMPACT|SYMBOL|Gene|Feature_type|Feature|BIOTYPE|EXON|INTRON|HGVSc|HGVSp|cDNA_position|CDS_position|Protein_position|Amino_acids|Codons|Existing_variation|ALLELE_NUM|DISTANCE|STRAND|FLAGS|VARIANT_CLASS|MINIMISED|SYMBOL_SOURCE|HGNC_ID|CANONICAL|TSL|APPRIS|CCDS|ENSP|SWISSPROT|TREMBL|UNIPARC|GENE_PHENO|SIFT|PolyPhen|DOMAINS|HGVS_OFFSET|GMAF|AFR_MAF|AMR_MAF|EAS_MAF|EUR_MAF|SAS_MAF|AA_MAF|EA_MAF|ExAC_MAF|ExAC_Adj_MAF|ExAC_AFR_MAF|ExAC_AMR_MAF|ExAC_EAS_MAF|ExAC_FIN_MAF|ExAC_NFE_MAF|ExAC_OTH_MAF|ExAC_SAS_MAF|CLIN_SIG|SOMATIC|PHENO|PUBMED|MOTIF_NAME|MOTIF_POS|HIGH_INF_POS|MOTIF_SCORE_CHANGE|LoF|LoF_filter|LoF_flags|LoF_info">
##INFO=<ID=was_mixed,Number=0,Type=Flag,Description="Variant type was mixed">
##contig=<ID=chr1,length=248956422,assembly=38>
##contig=<ID=chr2,length=242193529,assembly=38>
##contig=<ID=chr3,length=198295559,assembly=38>
##contig=<ID=chr4,length=190214555,assembly=38>
##contig=<ID=chr5,length=181538259,assembly=38>
##contig=<ID=chr6,length=170805979,assembly=38>
##contig=<ID=chr7,length=159345973,assembly=38>
##contig=<ID=chr8,length=145138636,assembly=38>
##contig=<ID=chr9,length=138394717,assembly=38>
##contig=<ID=chr10,length=133797422,assembly=38>
##contig=<ID=chr11,length=135086622,assembly=38>
##contig=<ID=chr12,length=133275309,assembly=38>
##contig=<ID=chr13,length=114364328,assembly=38>
##contig=<ID=chr14,length=107043718,assembly=38>
##contig=<ID=chr15,length=101991189,assembly=38>
##contig=<ID=chr16,length=90338345,assembly=38>
##contig=<ID=chr17,length=83257441,assembly=38>
##contig=<ID=chr18,length=80373285,assembly=38>
##contig=<ID=chr19,length=58617616,assembly=38>
##contig=<ID=chr20,length=64444167,assembly=38>
##contig=<ID=chr21,length=46709983,assembly=38>
##contig=<ID=chr22,length=50818468,assembly=38>
##contig=<ID=chrX,length=156040895,assembly=38>
##contig=<ID=chrY,length=57227415,assembly=38>
##contig=<ID=chrM,length=16569,assembly=38>
##contig=<ID=chr1_KI270706v1_random,length=175055,assembly=38>
##contig=<ID=chr1_KI270707v1_random,length=32032,assembly=38>
##contig=<ID=chr1_KI270708v1_random,length=127682,assembly=38>
##contig=<ID=chr1_KI270709v1_random,length=66860,assembly=38>
##contig=<ID=chr1_KI270710v1_random,length=40176,assembly=38>
##contig=<ID=chr1_KI270711v1_random,length=42210,assembly=38>
##contig=<ID=chr1_KI270712v1_random,length=176043,assembly=38>
##contig=<ID=chr1_KI270713v1_random,length=40745,assembly=38>
##contig=<ID=chr1_KI270714v1_random,length=41717,assembly=38>
##contig=<ID=chr2_KI270715v1_random,length=161471,assembly=38>
##contig=<ID=chr2_KI270716v1_random,length=153799,assembly=38>
##contig=<ID=chr3_GL000221v1_random,length=155397,assembly=38>
##contig=<ID=chr4_GL000008v2_random,length=209709,assembly=38>
##contig=<ID=chr5_GL000208v1_random,length=92689,assembly=38>
##contig=<ID=chr9_KI270717v1_random,length=40062,assembly=38>
##contig=<ID=chr9_KI270718v1_random,length=38054,assembly=38>
##contig=<ID=chr9_KI270719v1_random,length=176845,assembly=38>
##contig=<ID=chr9_KI270720v1_random,length=39050,assembly=38>
##contig=<ID=chr11_KI270721v1_random,length=100316,assembly=38>
##contig=<ID=chr14_GL000009v2_random,length=201709,assembly=38>
##contig=<ID=HLA-B*27:05:02,length=3325,assembly=38>
##contig=<ID=HLA-B*27:05:18,length=3321,assembly=38>
##contig=<ID=HLA-B*27:06,length=3325,assembly=38>
##contig=<ID=HLA-B*27:07:01,length=2677,assembly=38>
##contig=<ID=HLA-B*27:131,length=3325,assembly=38>
##contig=<ID=HLA-B*27:24,length=2677,assembly=38>
##contig=<ID=HLA-B*27:25,length=2677,assembly=38>
##contig=<ID=HLA-B*27:32,length=3325,assembly=38>
##contig=<ID=HLA-B*35:01:01:01,length=3327,assembly=38>
##contig=<ID=HLA-B*35:01:01:02,length=3327,assembly=38>
##contig=<ID=HLA-B*35:01:22,length=2806,assembly=38>
##contig=<ID=HLA-B*35:02:01,length=3327,assembly=38>
##contig=<ID=HLA-B*35:03:01,length=2689,assembly=38>
##contig=<ID=HLA-B*35:05:01,length=2690,assembly=38>
##contig=<ID=HLA-B*35:08:01,length=2689,assembly=38>
##contig=<ID=HLA-B*35:14:02,length=3327,assembly=38>
##contig=<ID=HLA-B*35:241,length=3042,assembly=38>
##contig=<ID=HLA-B*35:41,length=3327,assembly=38>
##contig=<ID=HLA-B*37:01:01,length=3324,assembly=38>
##contig=<ID=HLA-B*37:01:05,length=2687,assembly=38>
##contig=<ID=HLA-B*38:01:01,length=3312,assembly=38>
##contig=<ID=HLA-B*38:02:01,length=3312,assembly=38>
##contig=<ID=HLA-B*38:14,length=2738,assembly=38>
##contig=<ID=HLA-B*39:01:01:01,length=3155,assembly=38>
##contig=<ID=HLA-B*39:01:01:02L,length=3153,assembly=38>
##contig=<ID=HLA-B*39:01:01:03,length=3312,assembly=38>
##contig=<ID=HLA-B*39:01:03,length=3155,assembly=38>
##contig=<ID=HLA-B*39:01:16,length=3155,assembly=38>
##contig=<ID=HLA-B*39:01:21,length=3312,assembly=38>
##contig=<ID=HLA-B*39:05:01,length=2675,assembly=38>
##contig=<ID=HLA-B*39:06:02,length=2674,assembly=38>
##contig=<ID=HLA-B*39:10:01,length=3027,assembly=38>
##contig=<ID=HLA-B*39:13:02,length=3255,assembly=38>
##contig=<ID=HLA-B*39:14,length=2765,assembly=38>
##contig=<ID=HLA-B*39:34,length=3254,assembly=38>
##contig=<ID=HLA-B*39:38Q,length=2675,assembly=38>
##contig=<ID=HLA-B*40:01:01,length=2676,assembly=38>
##contig=<ID=HLA-B*40:01:02,length=3323,assembly=38>
##contig=<ID=HLA-B*40:02:01,length=3258,assembly=38>
##contig=<ID=HLA-B*40:03,length=2677,assembly=38>
##contig=<ID=HLA-B*40:06:01:01,length=3325,assembly=38>
##contig=<ID=HLA-B*40:06:01:02,length=3299,assembly=38>
##contig=<ID=HLA-B*40:10:01,length=3304,assembly=38>
##contig=<ID=HLA-B*40:150,length=2800,assembly=38>
##contig=<ID=HLA-B*40:40,length=2677,assembly=38>
##contig=<ID=HLA-B*40:72:01,length=3283,assembly=38>
##contig=<ID=HLA-B*40:79,length=3257,assembly=38>
##contig=<ID=HLA-B*41:01:01,length=3322,assembly=38>
##contig=<ID=HLA-B*41:02:01,length=3322,assembly=38>
##contig=<ID=HLA-B*42:01:01,length=3322,assembly=38>
##contig=<ID=HLA-B*42:02,length=2675,assembly=38>
##contig=<ID=HLA-B*42:08,length=3165,assembly=38>
##contig=<ID=HLA-B*44:02:01:01,length=3323,assembly=38>
##contig=<ID=HLA-B*44:02:01:02S,length=3152,assembly=38>
##contig=<ID=HLA-B*44:02:01:03,length=3152,assembly=38>
##contig=<ID=HLA-B*44:02:17,length=3323,assembly=38>
##contig=<ID=HLA-B*44:02:27,length=2872,assembly=38>
##contig=<ID=HLA-B*44:03:01,length=3323,assembly=38>
##contig=<ID=HLA-B*44:03:02,length=2676,assembly=38>
##contig=<ID=HLA-B*44:04,length=3239,assembly=38>
##contig=<ID=HLA-B*44:09,length=3317,assembly=38>
##contig=<ID=HLA-B*44:138Q,length=3043,assembly=38>
##contig=<ID=HLA-B*44:150,length=2676,assembly=38>
##contig=<ID=HLA-B*44:23N,length=3323,assembly=38>
##contig=<ID=HLA-B*44:26,length=2804,assembly=38>
##contig=<ID=HLA-B*44:46,length=3323,assembly=38>
##contig=<ID=HLA-B*44:49,length=3039,assembly=38>
##contig=<ID=HLA-B*44:56N,length=2676,assembly=38>
##contig=<ID=HLA-B*45:01:01,length=3338,assembly=38>
##contig=<ID=HLA-B*45:04,length=3339,assembly=38>
##contig=<ID=HLA-B*46:01:01,length=3336,assembly=38>
##contig=<ID=HLA-B*46:01:05,length=2891,assembly=38>
##contig=<ID=HLA-B*47:01:01:01,length=3041,assembly=38>
##contig=<ID=HLA-B*47:01:01:02,length=3041,assembly=38>
##contig=<ID=HLA-B*48:01:01,length=3323,assembly=38>
##contig=<ID=HLA-B*48:03:01,length=2676,assembly=38>
##contig=<ID=HLA-B*48:04,length=2676,assembly=38>
##contig=<ID=HLA-B*48:08,length=3323,assembly=38>
##contig=<ID=HLA-B*49:01:01,length=3340,assembly=38>
##contig=<ID=HLA-B*49:32,length=3340,assembly=38>
##contig=<ID=HLA-B*50:01:01,length=3340,assembly=38>
##contig=<ID=HLA-B*51:01:01,length=3327,assembly=38>
##contig=<ID=HLA-B*51:01:02,length=3043,assembly=38>
##contig=<ID=HLA-B*51:02:01,length=3327,assembly=38>
##contig=<ID=HLA-B*51:07:01,length=3327,assembly=38>
##contig=<ID=HLA-B*51:42,length=2962,assembly=38>
##contig=<ID=HLA-B*52:01:01:01,length=3327,assembly=38>
##contig=<ID=HLA-B*52:01:01:02,length=3327,assembly=38>
##contig=<ID=HLA-B*52:01:01:03,length=3327,assembly=38>
##contig=<ID=HLA-B*52:01:02,length=3327,assembly=38>
##contig=<ID=HLA-B*53:01:01,length=3327,assembly=38>
##contig=<ID=HLA-B*53:11,length=3274,assembly=38>
##contig=<ID=HLA-B*54:01:01,length=3332,assembly=38>
##contig=<ID=HLA-B*54:18,length=2813,assembly=38>
##contig=<ID=HLA-B*55:01:01,length=3332,assembly=38>
##contig=<ID=HLA-B*55:01:03,length=3332,assembly=38>
##contig=<ID=HLA-B*55:02:01,length=3333,assembly=38>
##contig=<ID=HLA-B*55:12,length=3332,assembly=38>
##contig=<ID=HLA-B*55:24,length=3332,assembly=38>
##contig=<ID=HLA-B*55:48,length=2980,assembly=38>
##contig=<ID=HLA-B*56:01:01,length=2688,assembly=38>
##contig=<ID=HLA-B*56:03,length=2688,assembly=38>
##contig=<ID=HLA-B*56:04,length=2688,assembly=38>
##contig=<ID=HLA-B*57:01:01,length=3337,assembly=38>
##contig=<ID=HLA-B*57:03:01,length=2689,assembly=38>
##contig=<ID=HLA-B*57:06,length=3284,assembly=38>
##contig=<ID=HLA-B*57:11,length=3306,assembly=38>
##contig=<ID=HLA-B*57:29,length=3337,assembly=38>
##contig=<ID=HLA-B*58:01:01,length=3336,assembly=38>
##contig=<ID=HLA-B*58:31N,length=3004,assembly=38>
##contig=<ID=HLA-B*59:01:01:01,length=3333,assembly=38>
##contig=<ID=HLA-B*59:01:01:02,length=3332,assembly=38>
##contig=<ID=HLA-B*67:01:01,length=3312,assembly=38>
##contig=<ID=HLA-B*67:01:02,length=2675,assembly=38>
##contig=<ID=HLA-B*67:02,length=3307,assembly=38>
##contig=<ID=HLA-B*73:01,length=3323,assembly=38>
##contig=<ID=HLA-B*78:01:01,length=3327,assembly=38>
##contig=<ID=HLA-B*81:01,length=2676,assembly=38>
##contig=<ID=HLA-B*82:02:01,length=3050,assembly=38>
##contig=<ID=HLA-C*01:02:01,length=3349,assembly=38>
##contig=<ID=HLA-C*01:02:11,length=3057,assembly=38>
##contig=<ID=HLA-C*01:02:29,length=3349,assembly=38>
##contig=<ID=HLA-C*01:02:30,length=3333,assembly=38>
##contig=<ID=HLA-C*01:03,length=3349,assembly=38>
##contig=<ID=HLA-C*01:06,length=2895,assembly=38>
##contig=<ID=HLA-C*01:08,length=3349,assembly=38>
##contig=<ID=HLA-C*01:14,length=2895,assembly=38>
##contig=<ID=HLA-C*01:21,length=2895,assembly=38>
##contig=<ID=HLA-C*01:30,length=3349,assembly=38>
##contig=<ID=HLA-C*01:40,length=2968,assembly=38>
##contig=<ID=HLA-C*02:02:02:01,length=3347,assembly=38>
##contig=<ID=HLA-C*02:02:02:02,length=3347,assembly=38>
##contig=<ID=HLA-C*02:10,length=2893,assembly=38>
##contig=<ID=HLA-C*02:11,length=3320,assembly=38>
##contig=<ID=HLA-C*02:16:02,length=3029,assembly=38>
##contig=<ID=HLA-C*02:69,length=2933,assembly=38>
##contig=<ID=HLA-C*02:85,length=3347,assembly=38>
##contig=<ID=HLA-C*02:86,length=3347,assembly=38>
##contig=<ID=HLA-C*02:87,length=3064,assembly=38>
##contig=<ID=HLA-C*03:02:01,length=2894,assembly=38>
##contig=<ID=HLA-C*03:02:02:01,length=3348,assembly=38>
##contig=<ID=HLA-C*03:02:02:02,length=2896,assembly=38>
##contig=<ID=HLA-C*03:02:02:03,length=3348,assembly=38>
##contig=<ID=HLA-C*03:03:01,length=3348,assembly=38>
##contig=<ID=HLA-C*03:04:01:01,length=3348,assembly=38>
##contig=<ID=HLA-C*03:04:01:02,length=3348,assembly=38>
##contig=<ID=HLA-C*03:04:02,length=2877,assembly=38>
##contig=<ID=HLA-C*03:04:04,length=2966,assembly=38>
##contig=<ID=HLA-C*03:05,length=2894,assembly=38>
##contig=<ID=HLA-C*03:06,length=2894,assembly=38>
##contig=<ID=HLA-C*03:100,length=3034,assembly=38>
##contig=<ID=HLA-C*03:13:01,length=3065,assembly=38>
##contig=<ID=HLA-C*03:20N,length=3321,assembly=38>
##contig=<ID=HLA-C*03:219,length=3070,assembly=38>
##contig=<ID=HLA-C*03:261,length=3348,assembly=38>
##contig=<ID=HLA-C*03:40:01,length=2894,assembly=38>
##contig=<ID=HLA-C*03:41:02,length=3328,assembly=38>
##contig=<ID=HLA-C*03:46,length=2997,assembly=38>
##contig=<ID=HLA-C*03:61,length=2894,assembly=38>
##contig=<ID=HLA-C*04:01:01:01,length=3349,assembly=38>
##contig=<ID=HLA-C*04:01:01:02,length=3349,assembly=38>
##contig=<ID=HLA-C*04:01:01:03,length=3349,assembly=38>
##contig=<ID=HLA-C*04:01:01:04,length=3012,assembly=38>
##contig=<ID=HLA-C*04:01:01:05,length=2931,assembly=38>
##contig=<ID=HLA-C*04:01:62,length=3329,assembly=38>
##contig=<ID=HLA-C*04:03:01,length=3349,assembly=38>
##contig=<ID=HLA-C*04:06,length=3349,assembly=38>
##contig=<ID=HLA-C*04:09N,length=2991,assembly=38>
##contig=<ID=HLA-C*04:128,length=3086,assembly=38>
##contig=<ID=HLA-C*04:161,length=3237,assembly=38>
##contig=<ID=HLA-C*04:177,length=3349,assembly=38>
##contig=<ID=HLA-C*04:70,length=3058,assembly=38>
##contig=<ID=HLA-C*04:71,length=3086,assembly=38>
##contig=<ID=HLA-C*05:01:01:01,length=3349,assembly=38>
##contig=<ID=HLA-C*05:01:01:02,length=3349,assembly=38>
##contig=<ID=HLA-C*05:08,length=3059,assembly=38>
##contig=<ID=HLA-C*05:09:01,length=3322,assembly=38>
##contig=<ID=HLA-C*05:93,length=2946,assembly=38>
##contig=<ID=HLA-C*06:02:01:01,length=3349,assembly=38>
##contig=<ID=HLA-C*06:02:01:02,length=3349,assembly=38>
##contig=<ID=HLA-C*06:02:01:03,length=3349,assembly=38>
##contig=<ID=HLA-C*06:23,length=3349,assembly=38>
##contig=<ID=HLA-C*06:24,length=3349,assembly=38>
##contig=<ID=HLA-C*06:46N,length=2987,assembly=38>
##contig=<ID=HLA-C*07:01:01:01,length=3354,assembly=38>
##contig=<ID=HLA-C*07:01:01:02,length=3093,assembly=38>
##contig=<ID=HLA-C*07:01:02,length=3352,assembly=38>
##contig=<ID=HLA-C*07:01:19,length=3354,assembly=38>
##contig=<ID=HLA-C*07:01:27,length=3195,assembly=38>
##contig=<ID=HLA-C*07:01:45,length=3354,assembly=38>
##contig=<ID=HLA-C*07:02:01:01,length=3354,assembly=38>
##contig=<ID=HLA-C*07:02:01:02,length=3074,assembly=38>
##contig=<ID=HLA-C*07:02:01:03,length=3354,assembly=38>
##contig=<ID=HLA-C*07:02:01:04,length=3353,assembly=38>
##contig=<ID=HLA-C*07:02:01:05,length=3354,assembly=38>
##contig=<ID=HLA-C*07:02:05,length=2903,assembly=38>
##contig=<ID=HLA-C*07:02:06,length=3354,assembly=38>
##contig=<ID=HLA-C*07:02:64,length=3354,assembly=38>
##contig=<ID=HLA-C*07:04:01,length=3354,assembly=38>
##contig=<ID=HLA-C*07:04:02,length=3343,assembly=38>
##contig=<ID=HLA-C*07:06,length=3354,assembly=38>
##contig=<ID=HLA-C*07:149,length=3098,assembly=38>
##contig=<ID=HLA-C*07:18,length=3353,assembly=38>
##contig=<ID=HLA-C*07:19,length=3222,assembly=38>
##contig=<ID=HLA-C*07:26,length=3069,assembly=38>
##contig=<ID=HLA-C*07:30,length=2903,assembly=38>
##contig=<ID=HLA-C*07:32N,length=3334,assembly=38>
##contig=<ID=HLA-C*07:384,length=3349,assembly=38>
##contig=<ID=HLA-C*07:385,length=3354,assembly=38>
##contig=<ID=HLA-C*07:386,length=3183,assembly=38>
##contig=<ID=HLA-C*07:391,length=3354,assembly=38>
##contig=<ID=HLA-C*07:392,length=3354,assembly=38>
##contig=<ID=HLA-C*07:49,length=2935,assembly=38>
##contig=<ID=HLA-C*07:56:02,length=3354,assembly=38>
##contig=<ID=HLA-C*07:66,length=3354,assembly=38>
##contig=<ID=HLA-C*07:67,length=3354,assembly=38>
##contig=<ID=HLA-C*08:01:01,length=3349,assembly=38>
##contig=<ID=HLA-C*08:01:03,length=2998,assembly=38>
##contig=<ID=HLA-C*08:02:01:01,length=3349,assembly=38>
##contig=<ID=HLA-C*08:02:01:02,length=3349,assembly=38>
##contig=<ID=HLA-C*08:03:01,length=3349,assembly=38>
##contig=<ID=HLA-C*08:04:01,length=2895,assembly=38>
##contig=<ID=HLA-C*08:112,length=3178,assembly=38>
##contig=<ID=HLA-C*08:20,length=3349,assembly=38>
##contig=<ID=HLA-C*08:21,length=3349,assembly=38>
##contig=<ID=HLA-C*08:22,length=3349,assembly=38>
##contig=<ID=HLA-C*08:24,length=2895,assembly=38>
##contig=<ID=HLA-C*08:27,length=3349,assembly=38>
##contig=<ID=HLA-C*08:36N,length=3097,assembly=38>
##contig=<ID=HLA-C*08:40,length=2978,assembly=38>
##contig=<ID=HLA-C*08:41,length=3019,assembly=38>
##contig=<ID=HLA-C*08:62,length=3086,assembly=38>
##contig=<ID=HLA-C*12:02:02,length=3349,assembly=38>
##contig=<ID=HLA-C*12:03:01:01,length=3349,assembly=38>
##contig=<ID=HLA-C*12:03:01:02,length=3348,assembly=38>
##contig=<ID=HLA-C*12:08,length=3066,assembly=38>
##contig=<ID=HLA-C*12:13,length=3058,assembly=38>
##contig=<ID=HLA-C*12:19,length=3349,assembly=38>
##contig=<ID=HLA-C*12:22,length=2895,assembly=38>
##contig=<ID=HLA-C*12:99,length=3349,assembly=38>
##contig=<ID=HLA-C*14:02:01,length=3349,assembly=38>
##contig=<ID=HLA-C*14:03,length=3349,assembly=38>
##contig=<ID=HLA-C*14:21N,length=3099,assembly=38>
##contig=<ID=HLA-C*14:23,length=2976,assembly=38>
##contig=<ID=HLA-C*15:02:01,length=3349,assembly=38>
##contig=<ID=HLA-C*15:05:01,length=3349,assembly=38>
##contig=<ID=HLA-C*15:05:02,length=3349,assembly=38>
##contig=<ID=HLA-C*15:13,length=2895,assembly=38>
##contig=<ID=HLA-C*15:16,length=3066,assembly=38>
##contig=<ID=HLA-C*15:17,length=3349,assembly=38>
##contig=<ID=HLA-C*15:96Q,length=3349,assembly=38>
##contig=<ID=HLA-C*16:01:01,length=3349,assembly=38>
##contig=<ID=HLA-C*16:02:01,length=2895,assembly=38>
##contig=<ID=HLA-C*16:04:01,length=3349,assembly=38>
##contig=<ID=HLA-C*17:01:01:01,length=3368,assembly=38>
##contig=<ID=HLA-C*17:01:01:02,length=3368,assembly=38>
##contig=<ID=HLA-C*17:01:01:03,length=3368,assembly=38>
##contig=<ID=HLA-C*17:03,length=3197,assembly=38>
##contig=<ID=HLA-C*18:01,length=3346,assembly=38>
##contig=<ID=HLA-DQA1*01:01:02,length=6489,assembly=38>
##contig=<ID=HLA-DQA1*01:02:01:01,length=6484,assembly=38>
##contig=<ID=HLA-DQA1*01:02:01:02,length=6485,assembly=38>
##contig=<ID=HLA-DQA1*01:02:01:03,length=6485,assembly=38>
##contig=<ID=HLA-DQA1*01:02:01:04,length=6492,assembly=38>
##contig=<ID=HLA-DQA1*01:03:01:01,length=6485,assembly=38>
##contig=<ID=HLA-DQA1*01:03:01:02,length=6492,assembly=38>
##contig=<ID=HLA-DQA1*01:04:01:01,length=6484,assembly=38>
##contig=<ID=HLA-DQA1*01:04:01:02,length=6485,assembly=38>
##contig=<ID=HLA-DQA1*01:05:01,length=6485,assembly=38>
##contig=<ID=HLA-DQA1*01:07,length=5959,assembly=38>
##contig=<ID=HLA-DQA1*01:10,length=5790,assembly=38>
##contig=<ID=HLA-DQA1*01:11,length=5926,assembly=38>
##contig=<ID=HLA-DQA1*02:01,length=6403,assembly=38>
##contig=<ID=HLA-DQA1*03:01:01,length=6437,assembly=38>
##contig=<ID=HLA-DQA1*03:02,length=6437,assembly=38>
##contig=<ID=HLA-DQA1*03:03:01,length=6437,assembly=38>
##contig=<ID=HLA-DQA1*04:01:02:01,length=5853,assembly=38>
##contig=<ID=HLA-DQA1*04:01:02:02,length=5666,assembly=38>
##contig=<ID=HLA-DQA1*04:02,length=6210,assembly=38>
##contig=<ID=HLA-DQA1*05:01:01:01,length=5806,assembly=38>
##contig=<ID=HLA-DQA1*05:01:01:02,length=6529,assembly=38>
##contig=<ID=HLA-DQA1*05:03,length=6121,assembly=38>
##contig=<ID=HLA-DQA1*05:05:01:01,length=6593,assembly=38>
##contig=<ID=HLA-DQA1*05:05:01:02,length=6597,assembly=38>
##contig=<ID=HLA-DQA1*05:05:01:03,length=6393,assembly=38>
##contig=<ID=HLA-DQA1*05:11,length=6589,assembly=38>
##contig=<ID=HLA-DQA1*06:01:01,length=5878,assembly=38>
##contig=<ID=HLA-DQB1*02:01:01,length=7480,assembly=38>
##contig=<ID=HLA-DQB1*02:02:01,length=7471,assembly=38>
##contig=<ID=HLA-DQB1*03:01:01:01,length=7231,assembly=38>
##contig=<ID=HLA-DQB1*03:01:01:02,length=7230,assembly=38>
##contig=<ID=HLA-DQB1*03:01:01:03,length=7231,assembly=38>
##contig=<ID=HLA-DQB1*03:02:01,length=7126,assembly=38>
##contig=<ID=HLA-DQB1*03:03:02:01,length=7126,assembly=38>
##contig=<ID=HLA-DQB1*03:03:02:02,length=7126,assembly=38>
##contig=<ID=HLA-DQB1*03:03:02:03,length=6800,assembly=38>
##contig=<ID=HLA-DQB1*03:05:01,length=6934,assembly=38>
##contig=<ID=HLA-DQB1*05:01:01:01,length=7090,assembly=38>
##contig=<ID=HLA-DQB1*05:01:01:02,length=7090,assembly=38>
##contig=<ID=HLA-DQB1*05:03:01:01,length=7089,assembly=38>
##contig=<ID=HLA-DQB1*05:03:01:02,length=7089,assembly=38>
##contig=<ID=HLA-DQB1*06:01:01,length=7111,assembly=38>
##contig=<ID=HLA-DQB1*06:02:01,length=7102,assembly=38>
##contig=<ID=HLA-DQB1*06:03:01,length=7103,assembly=38>
##contig=<ID=HLA-DQB1*06:09:01,length=7102,assembly=38>
##contig=<ID=HLA-DRB1*01:01:01,length=10741,assembly=38>
##contig=<ID=HLA-DRB1*01:02:01,length=11229,assembly=38>
##contig=<ID=HLA-DRB1*03:01:01:01,length=13908,assembly=38>
##contig=<ID=HLA-DRB1*03:01:01:02,length=13426,assembly=38>
##contig=<ID=HLA-DRB1*04:03:01,length=15246,assembly=38>
##contig=<ID=HLA-DRB1*07:01:01:01,length=16110,assembly=38>
##contig=<ID=HLA-DRB1*07:01:01:02,length=16120,assembly=38>
##contig=<ID=HLA-DRB1*08:03:02,length=13562,assembly=38>
##contig=<ID=HLA-DRB1*09:21,length=16039,assembly=38>
##contig=<ID=HLA-DRB1*10:01:01,length=13501,assembly=38>
##contig=<ID=HLA-DRB1*11:01:01,length=13921,assembly=38>
##contig=<ID=HLA-DRB1*11:01:02,length=13931,assembly=38>
##contig=<ID=HLA-DRB1*11:04:01,length=13919,assembly=38>
##contig=<ID=HLA-DRB1*12:01:01,length=13404,assembly=38>
##contig=<ID=HLA-DRB1*12:17,length=11260,assembly=38>
##contig=<ID=HLA-DRB1*13:01:01,length=13935,assembly=38>
##contig=<ID=HLA-DRB1*13:02:01,length=13941,assembly=38>
##contig=<ID=HLA-DRB1*14:05:01,length=13933,assembly=38>
##contig=<ID=HLA-DRB1*14:54:01,length=13936,assembly=38>
##contig=<ID=HLA-DRB1*15:01:01:01,length=11080,assembly=38>
##contig=<ID=HLA-DRB1*15:01:01:02,length=11571,assembly=38>
##contig=<ID=HLA-DRB1*15:01:01:03,length=11056,assembly=38>
##contig=<ID=HLA-DRB1*15:01:01:04,length=11056,assembly=38>
##contig=<ID=HLA-DRB1*15:02:01,length=10313,assembly=38>
##contig=<ID=HLA-DRB1*15:03:01:01,length=11567,assembly=38>
##contig=<ID=HLA-DRB1*15:03:01:02,length=11569,assembly=38>
##contig=<ID=HLA-DRB1*16:02:01,length=11005,assembly=38>
##hailversion=0.2.7-fff3c70bdaf7
##bcftools_viewVersion=1.13+htslib-1.13+ds
##bcftools_viewCommand=view -h gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf.vcf; Date=Sat Nov 26 13:38:19 2022
#CHROM POS ID REF ALT QUAL FILTER INFO
lab4@lab4-Vostro-3800:~/Downloads$
-
Tanay Biswas, is this other post the same issue? https://gatk.broadinstitute.org/hc/en-us/community/posts/10641300753819-GetPileupSummaries-malformed-header
-
Hi Genevieve
Yes. It had the same issue. But I have solved it. Just one thing to ask that If I'm using WES data and I have the h19 covered (target) BED file which I lifted over to hg38, should I use -L covered.bed or -L gnomad.exomes.r2.sites.grc38.vcf while generating the pileups.table using ./gatk GetPileupSummaries ?
Both the above files are now generating the output pileups.table but using -L covered.bed in the command reduces the pileups.table file size.
Command 1:
java -jar ~/gatk-package-4.2.5.0-local.jar GetPileupSummaries -I ~/TD2_fixmate_sorted_duprm.recal.bam -V /scratch/tbiswas/largefiles/hg38vcfs/gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf.gz -L /home/tbiswas/SureSelectV6_S07604514_hs_hg19/liftover_covered_hg38.bed -O /scratch/tbiswas/2/pileupsummeries/liftoverBED_TD_pileups.table (File size 1.8 MB)
Command 2:
java -jar ~/gatk-package-4.2.5.0-local.jar GetPileupSummaries -I ~/TD2_fixmate_sorted_duprm.recal.bam -V /scratch/tbiswas/largefiles/hg38vcfs/gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf.gz -L /scratch/tbiswas/largefiles/hg38vcfs/gnomad.exomes.r2.1.1.sites.liftover_grch38.vcf.gz -O /scratch/tbiswas/2/pileupsummeries/gatk43_P6-TD_pileups.table (File size 2.3 MB)
Can you please elaborate on the fact and what sholud I do?
Thank you.
Regards,
Tanay
-
Ok thank you, I am deleting the other post since it is a duplicate. We'll get back to you with a solution shortly!
Please sign in to leave a comment.
3 comments