We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31dd9f commit da0dc61Copy full SHA for da0dc61
README.md
@@ -8,7 +8,7 @@ A fastq file visualization tool 🦀📈🚀
8
9
```sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev```
10
11
-### CentOS Linux
+### CentOS Linux:
12
13
```sudo yum install pkg-config freetype-devel fontconfig-devel```
14
@@ -22,7 +22,7 @@ cd visual_fq
22
cargo b --release
23
```
24
25
-### usage
+## usage
26
27
```bash
28
./target/release/visual_fq
@@ -38,7 +38,7 @@ result files:
38
out.matrix summary.log Base_plot.png
39
40
41
-### output
+## output
42
output plot: `Base_plot.png`
43
44

0 commit comments