Thank you. It will help much. :)
Illumina instruments have built-in -or online- analysis software for variant analysis (CASAVA). This software can filter out the false positive variants near the homopolymer repeats (AAAAAAAA) and filter them with "R8" tag.
Is it possible to make homopolymer repeat filter without using Illumina's own pipeline? (with another software?)
P.S I noticed that, GATK have HomopolymerRun script that makes similar job. But it is no longer supported and recommended.
Edit: I posted same question on StackExchange. However, I couldn't find answer yet.
1 answer
I wrote a tool to find the number of homopolymers around a variation: https://github.com/lindenb/jvarkit/wiki/VCFPolyX
$ java -jar dist/vcfpolyx.jar -R reference.fa input.vcf
(...)
2 1133956 . A G 2468.84 . POLYX=23
2 1133956 . A AG 3604.25 . POLYX=23
2 2981671 . T G 47.18 . POLYX=24
(...)
no sequence dictionary in the reference.
I've created one with picard CreateSequenceDictionary and is in sam format. But still the error persists. Your issue tracker link was broken, that is why I came here. What might be the problem?
Log in to answer this question.
