Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
biopet.biopet
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
biopet.biopet
Commits
b701cbe6
Commit
b701cbe6
authored
8 years ago
by
Moustakas
Browse files
Options
Downloads
Patches
Plain Diff
Create a documentation for AnnotateVcfWithBed
parent
acd85018
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/tools/AnnotateVcfWithBed.md
+39
-0
39 additions, 0 deletions
docs/tools/AnnotateVcfWithBed.md
with
39 additions
and
0 deletions
docs/tools/AnnotateVcfWithBed.md
+
39
−
0
View file @
b701cbe6
# AnnotateVcfWithBed
## Introduction
This tool to annotates a vcf file with input from a bed file
## Example
To get the help menu:
~~~
Usage: AnnotateVcfWithBed [options]
-l <value> | --log_level <value>
Log level
-h | --help
Print usage
-v | --version
Print version
-I <vcf file> | --inputFile <vcf file>
Input is a required file property
-B <bed file> | --bedFile <bed file>
Bedfile is a required file property
-o <vcf file> | --output <vcf file>
out is a required file property
-f <name of field in vcf file> | --fieldName <name of field in vcf file>
Name of info field in new vcf file
-d <name of field in vcf file> | --fieldDescription <name of field in vcf file>
Description of field in new vcf file
-t <name of field in vcf file> | --fieldType <name of field in vcf file>
Description of field in new vcf file
~~~
To run the tool:
~~~
biopet tool AnnotateVcfWithBed -I myVcf.vcf -B myBed.bed -o myannotatedVcf.vcf
~~~
## Results
The result of this tool will be a vcf file with an extra field with annotation
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment