Skip to content

Commit

Permalink
fix: use external sort during clinvar-genes import (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil authored Jan 30, 2025
1 parent 2cf5583 commit 10889c7
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 77 deletions.
34 changes: 31 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ tracing = "0.1"
tracing-subscriber = "0.3"
utoipa-swagger-ui = { version = "8.0", features = ["actix-web"] }
utoipa = { version = "5.2", features = ["actix_extras", "chrono", "indexmap", "preserve_order", "yaml"] }
tempfile = "3.10.1"
lru = "0.13.0"

[dependencies.noodles]
version = "0.77.0"
Expand All @@ -78,5 +80,3 @@ tracing-test = "0.2.4"
# Compile insta with full optimization.
[profile.dev.package.insta]
opt-level = 3
[profile.dev.package.similar]
opt-level = 3
Loading

0 comments on commit 10889c7

Please sign in to comment.