Trival fix to broken build
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4820 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
895cb39f41
commit
974aaa134d
|
|
@ -169,7 +169,7 @@ public class BAQUnitTest extends BaseTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testBAQ(BAQTest test, boolean lookupWithFasta) {
|
public void testBAQ(BAQTest test, boolean lookupWithFasta) {
|
||||||
BAQ baqHMM = new BAQ(1e-3, 0.1, 7, (byte)4); // matches current samtools parameters
|
BAQ baqHMM = new BAQ(1e-3, 0.1, 7, (byte)4, false); // matches current samtools parameters
|
||||||
|
|
||||||
SAMRecord read = test.createRead();
|
SAMRecord read = test.createRead();
|
||||||
BAQ.BAQCalculationResult result;
|
BAQ.BAQCalculationResult result;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue