fix wrong alleles in variant reports
Mutation Identification in Model Organism Genomes using Desktop PCs
Brought to you by:
wm75
study and fix a bug in remap that causes (occasional?) non-rv-complementing of nucleotides on the reverse strand?
It turns out this isn't a bug in the remap tool, but in the varreport tool.
It parses alleles from the SnpEff-annotated effects, but this lists REF/ALT alleles with respect to the affected feature. So the tool reports rv-complemented alleles for features on the rv strand :(
Anonymous
Diff:
correction to the correction: the real cause of the issue is that the SnpEff effect allele (which SnpEff writes correctly in every case) can get out of sync with the ALT column during rebasing (which may rv-complement ALT alleles, but doesn't know about SnpEff effects fields).
fixed by [2482ec]
Related
Commit: [2482ec]