Skip to content

Commit 9ca8155

Browse files
committed
add exclude file in Cargo.toml
1 parent 2d240f5 commit 9ca8155

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ repository = "https://github.com/sharkLoc/nemo"
99
description = "nemo: a tool for quality overview of long-read sequencing data"
1010
keywords = ["fastq", "long-read","bio", "hts"]
1111
readme = "README.md"
12-
12+
license = "MIT"
13+
exclude = ["example/*"]
1314
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1415

1516
[dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Options:
5252
Use "nemo --help" for more information
5353
```
5454

55-
## report page view
55+
## report page view:
5656
![](example/report.jpeg)
5757

5858
#### ** any bugs please report issues **💖

templates/template.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ <h1>Nemo Report Page</h1>
9999
<a href="#Read_GC_Content">Read GC Content</a>
100100
<a href="#Cumulative_Base">Cumulative Fraction Of Bases</a>
101101
<a href="#Relative_pos_in_read">Base Quality In Relative Position</a>
102-
<a href="#section6">todo 2</a>
103-
<a href="#section7">todo 3</a>
104-
<a href="#section8">todo 4</a>
105102
<!-- Add more links as needed -->
106103
</div>
107104

0 commit comments

Comments
 (0)