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:
Mauricio Carneiro 2012-07-09 13:55:12 -04:00
parent 6c17c50fa2
commit 7eb45b4038
1 changed files with 1 additions and 1 deletions

View File

@ -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;