Home

Awesome

VADR - Viral Annotation DefineR <a name="top"></a>

Version 1.6.4; June 2024

https://github.com/ncbi/vadr.git

VADR is a suite of tools for classifying and analyzing sequences homologous to a set of reference models of viral genomes or gene families. It has been mainly tested for analysis of Norovirus, Dengue, and SARS-CoV-2 virus sequences in preparation for submission to the GenBank database.

The VADR v-annotate.pl script is used to classify a sequence, by determining which in a set of reference models it is most similar to, and then annotate that sequence based on that most similar model. Example usage of v-annotate.pl can be found here. Another VADR script, v-build.pl, is used to create the models from NCBI RefSeq sequences or from input multiple sequence alignments, potentially with secondary structure annotation. v-build.pl stores the RefSeq feature annotation in the model, and v-annotate.pl maps that annotation (e.g. CDS coordinates) onto the sequences it annotates.

VADR includes 205 prebuilt models of Flaviviridae and Caliciviridae viral RefSeq genomes, created with a process similar to the one described here. Example usage of v-build.pl can be found here. An advanced tutorial on building VADR models using RSV as an example can be found here. To use v-annotate.pl with viruses other than the default set of 205, see 'Available VADR models'. For instructions on using VADR for SARS-CoV-2 annotation see this page.

v-annotate.pl identifies unexpected or divergent attributes of the sequences it annotates (e.g. invalid or early stop codons in CDS features) and reports them to the user in the form of alerts. A subset of alerts are fatal and cause a sequence to fail. A sequence passes if zero fatal alerts are reported for it. VADR is used by GenBank staff to evaluate incoming sequence submissions of some viruses (currently Norovirus, Dengue virus, and SARS-CoV-2). Submitted Norovirus, Dengue virus and SARS-CoV-2 sequences that pass v-annotate.pl are accepted into GenBank.

The homology search and alignment components of VADR scripts, the most computationally expensive steps, are performed by the Infernal, HMMER, FASTA, MINIMAP2 and BLAST software packages, which are downloaded and installed with VADR installation.


SARS-CoV-2 annotation using VADR

The v-annotate.pl script includes some special options specifically developed for SARS-CoV-2 annotation that increase speed (-s and --glsearch options) and provide better annotation for sequences with stretches of Ns (-r option). See this page for more information on using VADR to annotate SARS-CoV-2 sequences.


Available VADR models <a name="models"></a>

VADR installation includes a default set of Caliciviridae models including Norovirus virus. The installation also includes a set of Flaviviridae models including Dengue virus. You can download additional pre-built models to use to validate and annotate viruses, including SARS-CoV-2, RSV, or cox1 genes. Importantly, to use a set of models other than the default Caliciviridae set, you will need to use either the --mdir and --mkey options, or the the -m, -i, -x and possibly -n options as described here.

See this page for a list of all available models and additional information.


VADR documentation <a name="documentation"></a>


Contributors <a name="contributors"></a>


Reference <a name="reference"></a>


Questions, comments or feature requests? Send a mail to eric.nawrocki@nih.gov.