Fixed BQSR IntegrationTests
* BinaryTag covariate is Experimental, not Standard (this was breaking integration tests) * New parameter in the Recalibration report requires new MD5 for one of the integration tests.
This commit is contained in:
parent
6c17c50fa2
commit
7eb45b4038
|
|
@ -9,7 +9,7 @@ import org.broadinstitute.sting.utils.sam.GATKSAMRecord;
|
|||
* @author Mauricio Carneiro
|
||||
* @since 7/6/12
|
||||
*/
|
||||
public class BinaryTagCovariate implements StandardCovariate {
|
||||
public class BinaryTagCovariate implements ExperimentalCovariate {
|
||||
|
||||
private String tag;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue