From 1d05c0f7d1b92e1054bcfa7db417e9a4eb9e346a Mon Sep 17 00:00:00 2001
From: Ioannis Moustakas <i.moustakas@lumc.nl>
Date: Thu, 14 Jul 2016 13:31:32 +0200
Subject: [PATCH] Improve phrasing and options description

---
 docs/tools/VcfToTsv.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/tools/VcfToTsv.md b/docs/tools/VcfToTsv.md
index 59d42da46..a2a367b32 100644
--- a/docs/tools/VcfToTsv.md
+++ b/docs/tools/VcfToTsv.md
@@ -1,10 +1,10 @@
 # VcfToTsv
 
 ## Introduction
-This tool enables a user to convert a vcf file to a tab delimited file (TSV). 
-This can be very usefull since some programs only accept a TSV for downstream analysis.
-It gets rid of the vcf header and parses all data columns in a nice TSV file.
-There is also a possibility to only select some specific fields from you vcf and only parse those fields to a TSV.
+Tool converts a vcf file to a Tab Separated Values (TSV) file. For every key in the INFO column of the VCF file, a separate column will be created with the corresponding values. 
+User can select the keys that will be parsed into the output TSV file.
+This can be useful in the case a program only accepts a TSV file for downstream analysis.
+
 
 ## Example
 To open the help menu:
-- 
GitLab