# See: https://github.com/CGATOxford/cgat/blob/master/external_dependencies.txt

## Tool definitions
## ================
##
## This file contains tool definitions for external tools.
##
## The record name is given by the tool. The following fields
## are available:
##
## executable: executable to test if the tool is available. Available
##             tools are in the path.
## 
## version:    options to extract the version string. If missing it is
##             assumed that a version string is displayed when the tool
##             is called without arguments
#
## regex:      regular expression to extract a version string
##
## rpackage:   the tool is an R package. The value indicates the name
##             (case-sensitive) of the R package
##           
## External tools
## ---------------

#plink:
#    executable: plink
#    version: --version
#    regex: '^plink v(\S+)'

## R Packages

ggplot2:
    rpackage: ggplot2

data.table:
    rpackage: data.table
