Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Jul 2, 2018
1 parent 0472549 commit 2230f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/genepi/mut/pileup/PileupToolLocal.java
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ private void determineVariants(BamAnalyser analyser, LineWriter writerRaw, LineW
}
}

//variant on minor base detected, but major base D is then not written to file).
if (!isHeteroplasmy) {

VariantResult varResult = VariantCaller.determineVariants(line);
Expand Down

0 comments on commit 2230f4f

Please sign in to comment.