Difference between revisions of "Vcfanno"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:Software {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|vcfanno}} |{{#vardefine:url|https://github.com/brentp/vcfanno}} <!--CONFIGURATION: OPTIONAL (|1}} mean...")
 
m (Text replacement - "#uppercase" to "uc")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Software]]
+
[[Category:Software]][[Category:biology]][[Category:phylogenetics]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|vcfanno}}
 
|{{#vardefine:app|vcfanno}}
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 21:29, 6 December 2019

Description

vcfanno website  

vcfanno allows you to quickly annotate your VCF with any number of INFO fields from any number of VCFs or BED files. It uses a simple conf file to allow the user to specify the source annotation files and fields and how they will be added to the info of the query VCF.

Environment Modules

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

System Variables

  • HPC_VCFANNO_DIR - installation directory
  • HPC_VCFANNO_BIN - executable directory