Difference between revisions of "Vigor4"

From UFRC
Jump to navigation Jump to search
m
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
  
  
This project is funded by the National Institute Of Allergy And Infectious Diseases of the National Institutes of Health under Award Number U19AI110819 and Contract Number HHSN272201400028C and is a collaboration between Northrop Grumman Health IT, J. Craig Venter Institute, and Vecna Technologies.
+
<b>Annotatable Viruses</b>
  
 +
Vigor4 uses the VIGOR_DB project which currently has databases for the following viruses (code - database name):
  
<b>Annotatable Viruses</b>
+
* 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
  
Vigor4 uses the VIGOR_DB project which currently has databases for the following viruses:
 
  
* Influenza (A & B for human, avian, and swine, and C for human)
+
Check database directory for other available databases:
* SARS-CoV-2
+
$ module load vigor4
* West Nile Virus
+
$ ls $VIGOR_DB
* Zika Virus
 
* Chikungunya Virus
 
* Eastern Equine Encephalitis Virus
 
* Respiratory Syncytial Virus
 
* Rotavirus
 
* Enterovirus
 
* Lassa Mammarenavirus
 
  
 
<!--Modules-->
 
<!--Modules-->
Line 45: 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