Skip to content

Commit

Permalink
fixing rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Jun 1, 2022
1 parent e39fead commit 0bc15ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ public void testTreeScoreThreshold() {
args.add("V", inputGvcf)
.addOutput(output)
.addReference(hg38_reference_20_21)
.add(ReblockGVCF.TREE_SCORE_THRESHOLD_SHORT_NAME, 0.3)
.add(ReblockGVCF.TREE_SCORE_THRESHOLD_LONG_NAME, 0.3)
.add(ReblockGVCF.ANNOTATIONS_TO_KEEP_LONG_NAME, "TREE_SCORE")
.add("do-qual-approx", true);

Expand Down

0 comments on commit 0bc15ac

Please sign in to comment.