forked from sanger-pathogens/companion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloc_docker.config
More file actions
30 lines (26 loc) · 838 Bytes
/
loc_docker.config
File metadata and controls
30 lines (26 loc) · 838 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
env {
GT_RETAINIDS = "yes"
AUGUSTUS_CONFIG_PATH = "/opt/data/augustus"
FILTER_SHORT_PARTIALS_RULE = "/opt/data/filters/filter_short_partials.lua"
PFAM = "/opt/pfam/Pfam-A.hmm"
PFAM2GO = "/opt/data/pfam2go/pfam2go.txt"
RATT_CONFIG = "/opt/RATT/RATT.config_euk_NoPseudo_SpliceSite"
}
params.GO_OBO = "/opt/go.obo"
params.NCRNA_MODELS = "/opt/data/cm/rnas.cm"
params.CIRCOS_CONFIG_FILE = "/opt/data/circos/circos.debian.conf"
params.CIRCOS_BIN_CONFIG_FILE = "/opt/data/circos/circos.bin.debian.conf"
params.SPECFILE = "/opt/data/speck/output_check.lua"
params.AUGUSTUS_EXTRINSIC_CFG = "/opt/data/augustus/extrinsic.cfg"
process {
container = 'sangerpathogens/companion:latest'
}
docker {
enabled = true
fixOwnership = true
}
executor {
name = 'local'
queueSize = 2
pollInterval = '3sec'
}