diff --git a/README.md b/README.md index 6a8f3f7c49f26999499040beb2c5094cf63a6360..42e2ea893b132db882d37281e5d5f86af56efa9c 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,19 @@ Options: --help Show this message and exit. ``` + +### vtools-stats + +Collects some general statistics about a VCF file, and writes a json to +stdout. + +#### Usage + +```bash +Usage: vtools-stats [OPTIONS] + +Options: + -i, --input FILE Input VCF file [required] + --help Show this message and exit. +```