Skip to content

Commit

Permalink
Fix AlleleDepthPseudoCounts test to not modify it's own inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Nov 15, 2021
1 parent 571c9f4 commit b2c2301
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class DirichletAlleleDepthAndFractionIntegrationTest extends GatkToolInte

public static final String TEST_FILES_DIR = toolsTestDir + "haplotypecaller/";

public static final boolean UPDATE_EXACT_MATCH_EXPECTED_OUTPUTS = true;
public static final boolean UPDATE_EXACT_MATCH_EXPECTED_OUTPUTS = false;

@Override
public String getTestedToolName() {
Expand Down

0 comments on commit b2c2301

Please sign in to comment.