Skip to content

Commit

Permalink
Update Cargo.toml to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jianshu93 authored Sep 22, 2024
1 parent b815dec commit e6bac73
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "genome classification, probminhash hnsw, genome search"

[[bin]]

name = "gsearchbin"
name = "gsearch"
path = "src/bin/gsearch.rs"

[[bin]]
Expand All @@ -28,10 +28,6 @@ path = "src/bin/superani.rs"
name = "FragGeneScanRs"
path = "src/bin/FragGeneScanRs.rs"

[[bin]]
name = "hmmsearch_rs"
path = "src/bin/hmmsearch_rs.rs"

[[bin]]

name = "superaai"
Expand Down Expand Up @@ -81,8 +77,8 @@ frag_gene_scan_rs = "1.1.0"
skani = "0.1.0"
sourmash = "0.15.1"
bigsig = "0.1.0"
#hmmer-rs = {git = "https://github.com/jianshu93/hmmer-rs"}
hmmer-rs-2 = "0.2.1"
# hmmer-rs = {git = "https://github.com/jianshu93/hmmer-rs"}
# hmmer-rs-2 = "0.2.1"
probminhash = { version = "0.1.11" }
# probminhash = {git = "https://github.com/jean-pierreBoth/probminhash"}
# probminhash = {path = "../probminhash"}
Expand Down

0 comments on commit e6bac73

Please sign in to comment.