Difference between revisions of "NCBI C++ Toolkit"

From UFRC
Jump to navigation Jump to search
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Biology]][[Category:bioinformatics]][[Category:NCBI]][[Category:programming]][[Category:library]][[Category:cpp]]
+
[[Category:Software]][[Category:Biology]][[Category:programming]][[Category:library]][[Category:Compiler]][[Category:Healthcare]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|ncbi_toolkit}}
 
|{{#vardefine:app|ncbi_toolkit}}
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
* HPC_{{#uppercase:{{#var:app}}}}_INC - includes directory
+
* HPC_{{uc:{{#var:app}}}}_INC - includes directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - libraries directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - libraries directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 14:25, 19 August 2022

Description

ncbi_toolkit website  

NCBI C++ Toolkit provides free, portable, public domain libraries with no restrictions on use. The tookit includes both general purpose and biotech-related libraries that are constantly developed, maintained and used in real-life production by hundreds of Web and standalone applications.

Environment Modules

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

System Variables

  • HPC_NCBI_TOOLKIT_DIR - installation directory
  • HPC_NCBI_TOOLKIT_BIN - executable directory
  • HPC_NCBI_TOOLKIT_INC - includes directory
  • HPC_NCBI_TOOLKIT_LIB - libraries directory