From 226e8f1e209bb77a2bc9efdf91112af1cea51452 Mon Sep 17 00:00:00 2001
From: Ioannis Moustakas <i.moustakas@lumc.nl>
Date: Wed, 6 Jul 2016 17:59:09 +0200
Subject: [PATCH] Improved documentation

---
 docs/tools/bedtoolscoveragetocounts.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/tools/bedtoolscoveragetocounts.md b/docs/tools/bedtoolscoveragetocounts.md
index c733b8185..d48af0c6e 100644
--- a/docs/tools/bedtoolscoveragetocounts.md
+++ b/docs/tools/bedtoolscoveragetocounts.md
@@ -17,12 +17,13 @@ Usage: BedtoolsCoverageToCounts [options]
   -v | --version
         Print version
   -I <file> | --input <file>
-        
+        coverage file produced with bedtools
   -o <file> | --output <file>
+        output file name
 ~~~
 
-input: coverage file produced with bedtools
-output: a count file with the counts from the the values inside the coverage file. Where values could be almost everything, e.g.
+input: A coverage file produced with bedtools
+output: A count file with the counts from the the values inside the coverage file. Where values could be almost everything, e.g.
 genes, ensemblIDs etc. etc.
 
 To run the tool:
-- 
GitLab