Difference between revisions of "Vigor4"

From UFRC
Jump to navigation Jump to search
m
 
Line 23: Line 23:
 
<b>Annotatable Viruses</b>
 
<b>Annotatable Viruses</b>
  
Vigor4 uses the VIGOR_DB project which currently has databases for the following viruses:
+
Vigor4 uses the VIGOR_DB project which currently has databases for the following viruses (code - database name):
  
* Influenza (A & B for human, avian, and swine, and C for human)
+
* entovirus - Enterovirus
* SARS-CoV-2
+
* flua - Influenza A (human, avian, and swine)
* West Nile Virus
+
* flub - Influenza B (human, avian, and swine)
* Zika Virus
+
* fluc - Influenza C (human)
* Chikungunya Virus
+
* rtva - Rotavirus A
* Eastern Equine Encephalitis Virus
+
* rtvb - Rotavirus B
* Respiratory Syncytial Virus
+
* rtvc - Rotavirus C
* Rotavirus
+
* rtvf - Rotavirus F
* Enterovirus
+
* rtvg - Rotavirus G
* Lassa Mammarenavirus
+
* sapo - Sapovirus
 +
* sarscov2 - SARS-CoV-2
 +
* wnvI - West Nile Virus, Lineage I
 +
* wnvII - West Nile Virus, Lineage II
 +
* zikv - Zika Virus
 +
 
 +
 
 +
Check database directory for other available databases:
 +
$ module load vigor4
 +
$ ls $VIGOR_DB
  
 
<!--Modules-->
 
<!--Modules-->
Line 42: Line 51:
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
 
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
 +
* VIGOR_DB - database directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 14:25, 6 September 2024

Description

vigor4 website  

VIGOR4 (Viral Genome ORF Reader) is a Java application to predict protein sequences encoded in viral genomes. VIGOR4 determines the protein coding sequences by sequence similarity searching against curated viral protein databases.


Annotatable Viruses

Vigor4 uses the VIGOR_DB project which currently has databases for the following viruses (code - database name):

  • entovirus - Enterovirus
  • flua - Influenza A (human, avian, and swine)
  • flub - Influenza B (human, avian, and swine)
  • fluc - Influenza C (human)
  • rtva - Rotavirus A
  • rtvb - Rotavirus B
  • rtvc - Rotavirus C
  • rtvf - Rotavirus F
  • rtvg - Rotavirus G
  • sapo - Sapovirus
  • sarscov2 - SARS-CoV-2
  • wnvI - West Nile Virus, Lineage I
  • wnvII - West Nile Virus, Lineage II
  • zikv - Zika Virus


Check database directory for other available databases: $ module load vigor4 $ ls $VIGOR_DB

Environment Modules

Run module spider vigor4 to find out what environment modules are available for this application.

System Variables

  • HPC_VIGOR4_DIR - installation directory
  • HPC_VIGOR4_BIN - executable directory
  • VIGOR_DB - database directory