Skip to content

Tool Specific Dependencies

Lucie Hutchins edited this page Mar 21, 2018 · 7 revisions

Each tool's directory contains a dependencies file. The file is standardized to include variables used in pre and post install checks.

File name format: tool_dependencies.cfg

 Example: bedtools_dependencies.cfg

Used to check pre-install dependencies requirement

  • BIN_DEPENDENCIES
  • LIB_DEPENDENCIES

Used to check if the install was successful

  • DIR_CHECK
  • FILE_CHECK

Directories and files specified in DIR_CHECK and FILE_CHECK respectively are relative to the install base directory

Used to copy bin, lib, and include files to the SOFTWARE_BASE

  • BIN_FILES
  • INCLUDE_DIR
  • LIB64_DIR
  • LIB_DIR

Files and directories specified in BIN_FILES, INCLUDE_DIR, LIB64_DIR, and LIB_DIR are relative to the install base directory