Holiday Notice:
The Frontline Support team will be offline February 18 for President's Day but will be back February 19th. Thank you for your patience as we get to all of your questions!
The Frontline Support team will be offline February 18 for President's Day but will be back February 19th. Thank you for your patience as we get to all of your questions!
The number of times "Annotation will not be calculated..." warning is logged is nondeterministic

When running with an -nct
value greater than 1, the number of times the warning message "HaplotypeScore - Annotation will not be calculated, must be called from UnifiedGenotyper, not org.broadinstitute.gatk.tools.walkers.haplotypecaller.HaplotypeCaller" appears in the log output can vary from 1 to the value of -nct
.
I believe this is because there is no synchronisation on the walkerIdentityCheckWarningLogged
variable referenced in: https://github.com/broadgsa/gatk-protected/blob/f185a75e1c49fb4c039511e61254da0509833ee9/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/annotator/HaplotypeScore.java#L108-L114
Tagged:
Answers
Thanks for pointing this out, we'll get this patched up as well.
Fix for this is in, should be fixed in tomorrow's nightly.