Skip to content

Commit

Permalink
add exclude file in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkLoc committed Sep 29, 2024
1 parent 2d240f5 commit 9ca8155
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ repository = "https://github.com/sharkLoc/nemo"
description = "nemo: a tool for quality overview of long-read sequencing data"
keywords = ["fastq", "long-read","bio", "hts"]
readme = "README.md"

license = "MIT"
exclude = ["example/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Options:
Use "nemo --help" for more information
```

## report page view
## report page view:
![](example/report.jpeg)

#### ** any bugs please report issues **💖
3 changes: 0 additions & 3 deletions templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ <h1>Nemo Report Page</h1>
<a href="#Read_GC_Content">Read GC Content</a>
<a href="#Cumulative_Base">Cumulative Fraction Of Bases</a>
<a href="#Relative_pos_in_read">Base Quality In Relative Position</a>
<a href="#section6">todo 2</a>
<a href="#section7">todo 3</a>
<a href="#section8">todo 4</a>
<!-- Add more links as needed -->
</div>

Expand Down

0 comments on commit 9ca8155

Please sign in to comment.