Skip to content

Commit

Permalink
fastest available
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbenjamin committed Oct 26, 2021
1 parent 2d2a47b commit 2b3fa96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public class FilterAlignmentArtifacts extends MultiVariantWalkerGroupedOnStart {

@Advanced
@Argument(fullName = AssemblyBasedCallerArgumentCollection.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;


@ArgumentCollection
Expand Down

0 comments on commit 2b3fa96

Please sign in to comment.