Skip to content

Commit

Permalink
applicativesystem
Browse files Browse the repository at this point in the history
Final and binary release.
  • Loading branch information
sciencegenome committed Jan 14, 2025
1 parent f104094 commit 0438bff
Show file tree
Hide file tree
Showing 11 changed files with 538 additions and 2 deletions.
237 changes: 237 additions & 0 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[package]
name = "rust-pangenome-graph-summarize"
version = "0.1.0"
edition = "2021"

[dependencies]
clap = { version = "4.5.26", features = ["derive"] }
43 changes: 41 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,41 @@
# rust-pangenome-graph-analyze
rust pangenome graph analyze
# rust-pangenome-graph-summarize

- rust pangenome graph summarize.
- it writes the pangenome graph fasta also.
- Incase of Golang and RUST, please see the last commit message and if it says compiled binary then it is completed or else still in development version.


```
cargo build
```

```
╭─gauravsablok@fedora ~/Desktop/rust-pangenome-graph-summarize ‹main*›
╰─➤ ./target/debug/rust-pangenome-graph-summarize -h
Usage: rust-pangenome-graph-summarize <GRAPH>
Arguments:
<GRAPH> please provide the path to the graph file
Options:
-h, --help Print help
-V, --version Print version
```

```
╭─gauravsablok@fedora ~/Desktop/rust-pangenome-graph-summarize ‹main*›
╰─➤ ./rust-pangenome-graph-summarize ./sample-file/sample-pangenome.gfa
Results have been written:
number_segment:8
number_links:11
number_arc:22
number_rank:2
total_segment_length:17572
average_segment_length:2196
sum_0_segment_length:16569
```

Gaurav Sablok
Binary file added rust-pangenome-graph-summarize
Binary file not shown.
Binary file added rust-pangenome-graph-summarize.tar
Binary file not shown.
Loading

0 comments on commit 0438bff

Please sign in to comment.