Skip to content

Commit

Permalink
Stop applying a score scale *and* a score window to HiFi reads
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Jun 27, 2024
1 parent ef2a138 commit 1b52afe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/subcommand/giraffe_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,6 @@ int main_giraffe(int argc, char** argv) {
// Don't do gapless extension
.add_entry<size_t>("gapless-extension-limit", 0)
.add_entry<double>("mapq-score-scale", 0.001)
.add_entry<size_t>("mapq-score-window", 150)
.add_entry<double>("zipcode-tree-score-threshold", 100.0)
.add_entry<double>("pad-zipcode-tree-score-threshold", 50.0)
.add_entry<double>("zipcode-tree-coverage-threshold", 0.5)
Expand Down

1 comment on commit 1b52afe

@adamnovak
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch lr-giraffe. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 17633 seconds

Please sign in to comment.