Skip to content

Commit b6a893a

Browse files
committed
Update README.md
1 parent 08fa598 commit b6a893a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ $ ./blobtools -h
5151
```
5252

5353
## Doc
54-
- blobtools : main executable
54+
### blobtools
55+
- main executable
5556
```
5657
usage: blobtools <command> [<args>...] [--help]
5758
@@ -63,7 +64,8 @@ commands:
6364
-h --help show this
6465
```
6566

66-
- blobtools create : create a BlobDb JSON file
67+
### blobtools create
68+
- create a BlobDb JSON file
6769
```
6870
usage: blobtools create -i FASTA [-y FASTATYPE] [-o OUTFILE] [--title TITLE]
6971
[-b BAM...] [-s SAM...] [-a CAS...] [-c COV...]
@@ -95,7 +97,8 @@ usage: blobtools create -i FASTA [-y FASTATYPE] [-o OUTFILE] [--title TITLE]
9597
--title TITLE Title of BlobDB [default: FASTA)
9698
```
9799

98-
- blobtools view : generate table output from a blobDB file
100+
### blobtools view
101+
- generate table output from a blobDB file
99102
```
100103
usage: blobtools view -i <BLOBDB> [-r <TAXRULE>] [--rank <TAXRANK>...] [--hits]
101104
[--list <LIST>] [--out <OUT>]
@@ -115,7 +118,8 @@ usage: blobtools view -i <BLOBDB> [-r <TAXRULE>] [--rank <TAXRANK>...] [--hit
115118
-b, --hits Displays taxonomic hits from tax files
116119
```
117120

118-
blobtools plot : generate a blobplot from a blobDB file
121+
### blobtools plot
122+
- generate a blobplot from a blobDB file
119123
```
120124
usage: blobtools plot -i BLOBDB [-p INT] [-l INT] [-c] [-n] [-s]
121125
[-r RANK] [-x TAXRULE] [--label GROUPS...]

0 commit comments

Comments
 (0)