Skip to content

Commit

Permalink
Changed the SmithWaterman implementation to default to FASTEST_AVAILA…
Browse files Browse the repository at this point in the history
…BLE (#8485)
  • Loading branch information
jonn-smith authored Aug 21, 2023
1 parent 7f6ee62 commit 98b3b4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public ReadThreadingAssembler createReadThreadingAssembler() {

@Advanced
@Argument(fullName = SMITH_WATERMAN_LONG_NAME, doc = "Which Smith-Waterman implementation to use, generally FASTEST_AVAILABLE is the right choice", optional = true)
public SmithWatermanAligner.Implementation smithWatermanImplementation = SmithWatermanAligner.Implementation.JAVA;
public SmithWatermanAligner.Implementation smithWatermanImplementation = SmithWatermanAligner.Implementation.FASTEST_AVAILABLE;

/**
* The reference confidence mode makes it possible to emit a per-bp or summarized confidence estimate for a site being strictly homozygous-reference.
Expand Down

0 comments on commit 98b3b4f

Please sign in to comment.