EnglishFrenchSpanish

OnWorks favicon

vcf-annotate - Online in the Cloud

Run vcf-annotate in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command vcf-annotate that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


vcf-annotate - annotate VCF file, add filters or custom annotations

SYNOPSIS


cat in.vcf | vcf-annotate [OPTIONS] > out.vcf

DESCRIPTION


About: Annotates VCF file, adding filters or custom annotations. Requires tabix indexed
file with annotations.

Currently annotates only the INFO column, but it will be extended on demand.

OPTIONS


-a, --annotations <file.gz>
The tabix indexed file with the annotations: CHR\tFROM[\tTO][\tVALUE]+.

-c, --columns <list>
The list of columns in the annotation file, e.g. CHROM,FROM,TO,-,INFO/STR,INFO/GN.
The dash in this example indicates that the third column should be ignored. If TO
is not present, it is assumed that TO equals to FROM.

-d, --description <file|string>
Header annotation, e.g. key=INFO,ID=HM2,Number=0,Type=Flag,Description='HapMap2
membership'. The descriptions can be read from a file, one annotation per line.

-f, --filter <list>
Apply filters, list is in the format flt1=value/flt2/flt3=value/etc.

-h, -?, --help
This help message.

Filters:
+ Apply all filters with default values (can be overridden, see the example below).

-X Exclude the filter X

1, StrandBias
FLOAT Min P-value for strand bias (given PV4) [0.0001]

2, BaseQualBias
FLOAT Min P-value for baseQ bias [1e-100]

3, MapQualBias
FLOAT Min P-value for mapQ bias [0]

4, EndDistBias
FLOAT Min P-value for end distance bias [0.0001]

a, MinAB
INT Minimum number of alternate bases [2]

c, SnpCluster
INT1,INT2 Filters clusters of 'INT1' or more SNPs within a run of
'INT2' bases []

D, MaxDP
INT Maximum read depth [10000000]

d, MinDP
INT Minimum read depth [2]

q, MinMQ
INT Minimum RMS mapping quality for SNPs [10]

Q, Qual
INT Minimum value of the QUAL field [10]

r, RefN
Reference base is N []

W, GapWin
INT Window size for filtering adjacent gaps [10]

w, SnpGap
INT SNP within INT bp around a gap to be filtered [10]

Example:
zcat in.vcf.gz | vcf-annotate -a annotations.gz -d descriptions.txt | bgzip -c
>out.vcf.gz zcat in.vcf.gz | vcf-annotate -f +/-a/c=3,10/q=3/d=5/-D -a
annotations.gz -d descriptions.txt | bgzip -c >out.vcf.gz

Where descriptions.txt contains:
key=INFO,ID=GN,Number=1,Type=String,Description='Gene Name'
key=INFO,ID=STR,Number=1,Type=Integer,Description='Strand'

Use vcf-annotate online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    formkiq-core
    formkiq-core
    FormKiQ Core is an Open Source Document
    Management System (DMS), available to
    run as a headless software or with a
    web-based client, deployed to your
    Amazon We...
    Download formkiq-core
  • 2
    Blackfriday
    Blackfriday
    Blackfriday is a Markdown processor
    implemented in Go. It is paranoid about
    its input (so you can safely feed it
    user-supplied data), it is fast, it
    supports c...
    Download Blackfriday
  • 3
    QNAP NAS GPL Source
    QNAP NAS GPL Source
    GPL source for QNAP Turbo NAS.
    Audience: Developers. User interface:
    Web-based. Programming Language: C,
    Java. Categories:System, Storage,
    Operating System Ker...
    Download QNAP NAS GPL Source
  • 4
    deep-clean
    deep-clean
    A Kotlin script that nukes all build
    caches from Gradle/Android projects.
    Useful when Gradle or the IDE let you
    down. The script has been tested on
    macOS, but ...
    Download deep-clean
  • 5
    Eclipse Checkstyle Plug-in
    Eclipse Checkstyle Plug-in
    The Eclipse Checkstyle plug-in
    integrates the Checkstyle Java code
    auditor into the Eclipse IDE. The
    plug-in provides real-time feedback to
    the user about viol...
    Download Eclipse Checkstyle Plug-in
  • 6
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • More »

Linux commands

Ad