Cleaning up integration test
This commit is contained in:
parent
8dbc9cb29c
commit
33be41ecf5
|
|
@ -107,8 +107,7 @@ public class BQSRIntegrationTest extends WalkerTest {
|
|||
{new PRTest("", "d2d6ed8667cdba7e56f5db97d6262676")},
|
||||
{new PRTest(" -qq -1", "b7053d3d67aba6d8892f0a60f0ded338")},
|
||||
{new PRTest(" -qq 6", "bfbf0855185b2b70aa35237fb71e4487")},
|
||||
{new PRTest(" -DIQ", "66aa65223f192ee39c1773aa187fd493")},
|
||||
{new PRTest(" -EOQ", "")}
|
||||
{new PRTest(" -DIQ", "66aa65223f192ee39c1773aa187fd493")}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ public class BaseQualityScoreRecalibrator extends LocusWalker<Long, Long> implem
|
|||
|
||||
Class c = null;
|
||||
for ( Class<? extends RecalibrationEngine> REclass : REclasses ) {
|
||||
if ( REclass.isAssignableFrom(ProtectedPackageSource.class) ) {
|
||||
if ( ProtectedPackageSource.class.isAssignableFrom(REclass) ) {
|
||||
c = REclass;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue