Merged bug fix from Stable into Unstable

This commit is contained in:
Ryan Poplin 2011-07-29 10:02:36 -04:00
commit b06deac9ea
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public class SNPGenotypeLikelihoodsCalculationModel extends GenotypeLikelihoodsC
if ( vc == null ) {
vc = vc_input;
} else {
logger.warn("Multiple valid VCF records detected at site " + ref.getLocus() + ", only considering alleles from first record only");
logger.warn("Multiple valid VCF records detected at site " + ref.getLocus() + ", only considering alleles from first record");
}
}
}