Skip to content

Commit 4d3a578

Browse files
authored
Update README.md
1 parent c7b96e9 commit 4d3a578

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
11
# bamkit
22
bamkit: a simple program for bam file manipulation
3+
4+
5+
### usage:
6+
```
7+
bamkit: a simple program for bam file manipulation
8+
9+
Usage: bamkit <COMMAND>
10+
11+
Commands:
12+
view sam bam conversion
13+
region get target region from bam file
14+
flags bam file flag value show
15+
insert insert size plot for bam file
16+
help Print this message or the help of the given subcommand(s)
17+
18+
Options:
19+
-h, --help Print help information
20+
-V, --version Print version information
21+
```

0 commit comments

Comments
 (0)