diff --git a/docs/tools/AnnotateVcfWithBed.md b/docs/tools/AnnotateVcfWithBed.md index 61220dbe6b0f7330250d959ec9a49eb7674b4055..4a7971085045d4103d32e98c90515264328c0ea2 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 ~~~