-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexternal_dependencies.txt
More file actions
37 lines (32 loc) · 973 Bytes
/
external_dependencies.txt
File metadata and controls
37 lines (32 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 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