From 89ce35de7f205251a75007a9664ad8333336c9a8 Mon Sep 17 00:00:00 2001 From: Sander Bollen <a.h.b.bollen@lumc.nl> Date: Tue, 7 May 2019 11:09:27 +0200 Subject: [PATCH] add stats docs --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 6a8f3f7..42e2ea8 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. +``` -- GitLab