Difference between revisions of "Vcf-validator"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Biology {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|vcfvalidator}} |{{#vardefine:url|https://github.com/EBIvariation/vcf-validator}} <...")
 
m (Text replacement - "#uppercase" to "uc")
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-->

Revision as of 21:29, 6 December 2019

Description

vcfvalidator website  

Validation suite for Variant Call Format (VCF) files, implemented using C++11

Environment Modules

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

System Variables

  • HPC_VCFVALIDATOR_DIR - installation directory
  • HPC_VCFVALIDATOR_BIN - executable directory