Skip to content

Commit

Permalink
applicativesystem
Browse files Browse the repository at this point in the history
Finished writing the code and no internet since morning and hence pushing now. Final and binary release.
  • Loading branch information
applicativesystem committed Dec 5, 2024
1 parent 31522a3 commit 73ce014
Show file tree
Hide file tree
Showing 20 changed files with 946 additions and 1 deletion.
379 changes: 379 additions & 0 deletions Cargo.lock

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

10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "rust-samtools-genome-view"
version = "0.1.0"
edition = "2021"

[dependencies]
clap = { version = "4.5.21", features = ["derive"] }
colored = "2.1.0"
colorize = "0.1.0"
rayon = "1.10.0"
Loading

0 comments on commit 73ce014

Please # to comment.