Skip to content
Snippets Groups Projects
Commit 90e274fe authored by Moustakas's avatar Moustakas
Browse files

Improve documentation for AnnotateVcfWithBed

parent b701cbe6
No related branches found
No related tags found
No related merge requests found
# 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
~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment