Skip to content

Commit

Permalink
Merge pull request #27 from tmaklin/dev
Browse files Browse the repository at this point in the history
Expose build parameters in all commands, implement sablast find for fasta references, clear todos from documentation
  • Loading branch information
tmaklin authored Oct 1, 2024
2 parents 62ad1dc + 70e2d22 commit 8220a0c
Show file tree
Hide file tree
Showing 16 changed files with 512 additions and 51 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sablast"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
rust-version = "1.77.0"
authors = ["Tommi Mäklin <[email protected]>"]
Expand All @@ -23,6 +23,9 @@ sbwt = "0.3.1"
## cli
clap = { version = "4", features = ["derive"] }

## docs
embed-doc-image="0.1.4"

## logging
log = "0.4.20"
stderrlog = "0.6.0"
Expand Down
18 changes: 18 additions & 0 deletions doc/img/latex_1_over_s.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8220a0c

Please sign in to comment.