-
Notifications
You must be signed in to change notification settings - Fork 23
Available VADR model files
You can download pre-built models to use to validate and annotate
virus sequences or cox1 gene sequences as listed
below. Importantly, to use a set of models other than the
default set that is installed with VADR, you will need to use either
the --mdir
and --mkey
options to v-annotate.pl
as shown in the
SARS-CoV-2 example on this page, or with some combination of the -m
, -a
,
-i
, -n
, and -x
options. Those options are described more
here.
- SARS-CoV-2 and other Coronaviridae RefSeq models
- Influenza models
- Mpox virus (MPXV) RefSeq model
- RSV models
- Norovirus and other Caliciviridae RefSeq models
- Dengue virus and other Flaviviridae RefSeq models
- Human metapneumovirus (HMPV) models, from the Greninger Lab, Univ of Washington
- Herpes Simplex Virus (HSV-1 and HSV-2) models, from the Greninger Lab, Univ of Washington
- Metazoan Cytochrome c oxidase I (COX1) models models
- See the SARS-CoV-2 instruction page for instructions and example usage.
- FTP page with current SARS-CoV-2 model file gzipped tarball
- FTP page with current Coronaviridae model file (includes current SARS-CoV-2 models) gzipped tarball
- SARS-CoV-2 model bitbucket repo (includes set 1.2-1 (March 2021) and later)
- Coronaviridae model bitbucket repo (includes set 1.2-1 (March 2021) and later)
- See the flu instruction page for instructions and example usage.
- FTP page with current flu model file gzipped tarball
- Bitbucket repo for these models
- See the Mpox virus instruction page for instructions and example usage.
- FTP page with current MPXV model file gzipped tarball
- Bitbucket repo for these models
- See the RSV instruction page for instructions and example usage.
- FTP page with current RSV model file gzipped tarball
- Bitbucket repo for these models
- A tutorial on building an RSV model library
-
THIS SET OF MODELS IS INSTALLED WITH VADR (current set is installed with VADR v1.3) and is referred to in the documentation as the "default" set of models
-
these models are currently used to validate and annotate incoming Norovirus sequence submissions to GenBank using the following options:
v-annotate.pl --split --cpu 1 --group Norovirus --nomisc --noprotid <fasta-file-to-annotate> <output-directory-to-create>
-
Previously (v 1.1.3 and earlier) the default set of models included both Caliciviridae and Flaviviridae models, but as of v1.2 they are split into two model sets, although both are installed by the VADR installation script.
-
Bitbucket repo for these models (includes set 1.2-1 (March 2021) and later)
-
this link will download the specific set of models (vadr-models-1.0-1.tar.gz) used in the manuscript describing VADR v1.0. The construction of the v1.0 set of models is detailed here
-
THIS SET OF MODELS IS INSTALLED WITH VADR (current set is installed with VADR v1.2) to in the documentation as the "default" set of models
-
these models are currently used to validate and annotate incoming Dengue virus sequence submissions to GenBank using the following options:
v-annotate.pl --split --cpu 1 --group Dengue --nomisc --noprotid --mkey flavi <fasta-file-to-annotate> <output-directory-to-create>
-
Previously (v 1.1.3 and earlier) the default set of models included both Caliciviridae and Flaviviridae models, but as of v1.2 they are split into two model sets, although both are installed by the VADR installation script. To use the Flaviviridae model set, you'll need to use the
--mkey flavi
option withv-annotate.pl
. -
Bitbucket repo for these models (includes set 1.2-1 (March 2021) and later)
- These models were created by Jeffrey Furlong in Alex Greninger's lab at University of Washington, Seattle.
- For instructions on downloading and using these models for HMPV see the Greninger lab HMPV model github repo.
- These models were created by Jaydee Sereewit (HSV-1) and Jeffrey Furlong (HSV-2) in Alex Greninger's lab at University of Washington, Seattle.
- For instructions on downloading and using these models for HSV-1 or HSV-2 annotation see the Greninger lab HSV model github repo.
-
these models are currently used to validate and annotate incoming cox1 (nucleotide) sequence submissions to GenBank using the following options:
v-annotate.pl --split --cpu 4 --xmaxdel 3 --xmaxins 3 --xlongest --mkey cox1 --alt_pass lowcovrg --alt_fail fstlocfi,fstlocf5,fstlocf3 --fstminnti 5 --fstminnt5 5 --fstminnt3 5 --nomisc --noprotid --xsub <cox1-models-dir-path>/cox1.phy.xsub --mdir <cox1-models-dir-path> <fasta-file-to-annotate> <output-directory-to-create>
-
see the
00README.txt
file included in the tarball of models for more information and recommendedv-annotate.pl
commands. -
Bitbucket repo for these models (includes set 1.2-1 (March 2021) and later)
-
these models are currently in testing for analyzing metazoan cox1 sequence submissions to GenBank
-
these models were built from alignments instead of single RefSeqs. The alignments are included in Stockholm format in the tarballs as
.stk
files.