Skip to content

Commit

Permalink
chagne default again
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Jul 4, 2020
1 parent 5b6b7b4 commit bfc1a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SalmonDefaults.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace defaults {
constexpr const double scoreExp{1.0};
constexpr const int16_t matchScore{2};
constexpr const int16_t mismatchPenalty{-4};
constexpr const int16_t gapOpenPenalty{8};
constexpr const int16_t gapOpenPenalty{6};
constexpr const int16_t gapExtendPenalty{2};
constexpr const int32_t dpBandwidth{15};
constexpr const uint32_t mismatchSeedSkip{3};
Expand Down

0 comments on commit bfc1a4a

Please sign in to comment.