GATK gvcf file header [ALT=<ID=NON_REF]
0
1
Entering edit mode
3.6 years ago
BioRyder ▴ 220

Hello All,

I tried to call GTAK 'HaplotypeCaller gvcf mode' and it ran successfully. Output gvcf file showing the following header information

########fileformat=VCFv4.2
########ALT=ID=NON_REF,Description="**Represents any possible alternative allele not already represented at this location by REF and ALT**"

I checked with some other gvcf file in online, including GATK example file, and it showing the ALT header as

########fileformat=VCFv4.2
########ALT=ID=NON_REF,Description="**Represents any possible alternative allele at this location**".

Please can somebody tell me that is there any mistake in my output gcVF file or is it normal ?

GTAK command used for Haplotype call : gatk-4.1.7.0/gatk HaplotypeCaller --java-options '-Xmx10G' -R pdsk_genome.fa -I w_00001.bam -O wgs_00001.g.vcf -ERC GVCF --minimum-mapping-quality=20 --min-base-quality-score=20 --tmp-dir=tmp

GATK gVCF gvcf header • 1.5k views
ADD COMMENT
2
Entering edit mode

it is normal ?

I would say it's normal, the code for the description was just updated.

ADD REPLY
0
Entering edit mode

@Pierre Lindenbaum, Thank you so much for your reply.

ADD REPLY

Login before adding your answer.

Traffic: 1312 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6