Enable cycle covariate unit tests
This commit is contained in:
parent
7dadbae068
commit
ff87642a91
|
|
@ -24,7 +24,7 @@ public class CycleCovariateUnitTest {
|
||||||
covariate.initialize(RAC);
|
covariate.initialize(RAC);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(enabled = false)
|
@Test(enabled = true)
|
||||||
public void testSimpleCycles() {
|
public void testSimpleCycles() {
|
||||||
short readLength = 10;
|
short readLength = 10;
|
||||||
GATKSAMRecord read = ReadUtils.createRandomRead(readLength);
|
GATKSAMRecord read = ReadUtils.createRandomRead(readLength);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue