Entering edit mode
2.6 years ago
Anst
▴
50
Hello!
Is there any way of changing all variants, which are listed in vcf file, in bam file? If there are several alleles, we take random one from them and place one the position in bam file.
Thanks!
just curious : why would you want to do this ?
to get rid of calling "mistakes"
can remove by QUAL or other filtering options?
You can use
--annotations-to-exclude
fromHaplotypeCaller
and exclude those regions for Variant Call.