Skip to content

Commit

Permalink
Adopt HiFi parameters that look competitive with minimap2 on the 10k …
Browse files Browse the repository at this point in the history
…read set
  • Loading branch information
adamnovak committed Jun 26, 2024
1 parent c029ba2 commit ef2a138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/subcommand/giraffe_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -917,9 +917,9 @@ int main_giraffe(int argc, char** argv) {
.add_entry<double>("max-indel-bases-per-base", 2.45)
.add_entry<int>("item-bonus", 20)
.add_entry<double>("item-scale", 1.0)
.add_entry<double>("gap-scale", 0.06759721757973396)
.add_entry<double>("gap-scale", 0.2)
.add_entry<double>("chain-score-threshold", 100.0)
.add_entry<int>("min-chains", 2)
.add_entry<int>("min-chains", 4)
.add_entry<double>("min-chain-score-per-base", 0.06)
.add_entry<size_t>("max-chains-per-tree", 3)
.add_entry<int>("max-min-chain-score", 100)
Expand Down

1 comment on commit ef2a138

@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 17626 seconds

Please sign in to comment.