From 90e274fe2f7abb4026264c189be94a8938860b72 Mon Sep 17 00:00:00 2001 From: Ioannis Moustakas <i.moustakas@lumc.nl> Date: Wed, 6 Jul 2016 13:44:08 +0200 Subject: [PATCH] Improve documentation for AnnotateVcfWithBed --- docs/tools/AnnotateVcfWithBed.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tools/AnnotateVcfWithBed.md b/docs/tools/AnnotateVcfWithBed.md index 61220dbe6..4a7971085 100644 --- a/docs/tools/AnnotateVcfWithBed.md +++ b/docs/tools/AnnotateVcfWithBed.md @@ -1,7 +1,7 @@ # AnnotateVcfWithBed ## Introduction - This tool to annotates a vcf file with input from a bed file + This tool to annotates a vcf file using the input from a bed file ## Example To get the help menu: @@ -28,7 +28,7 @@ Usage: AnnotateVcfWithBed [options] Description of field in new vcf file ~~~ -To run the tool: +To run the tool use: ~~~ biopet tool AnnotateVcfWithBed -I myVcf.vcf -B myBed.bed -o myannotatedVcf.vcf ~~~ -- GitLab