Merged bug fix from Stable into Unstable
This commit is contained in:
commit
b06deac9ea
|
|
@ -68,7 +68,7 @@ public class SNPGenotypeLikelihoodsCalculationModel extends GenotypeLikelihoodsC
|
||||||
if ( vc == null ) {
|
if ( vc == null ) {
|
||||||
vc = vc_input;
|
vc = vc_input;
|
||||||
} else {
|
} 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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue