-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.json.tpl
39 lines (38 loc) · 1.5 KB
/
config.json.tpl
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
38
39
{
"port" : 7015,
"redis_host" : "192.168.0.2",
"redis_port" : 6379,
"loglevel" : "warn",
"tn93dist" : "/opt/hivtrace/TN93/tn93",
"qsub_queue" : "datamonkey",
"qsub_avx_queue" : "datamonkey",
"flea_python" : "/opt/flea-pipeline/flea-env/bin/python",
"flea_pipeline" : "/opt/flea-pipeline/flea-pipeline-git/flea.nf",
"flea_config" : "/opt/flea-pipeline/silverback.config",
"nextflow" : "/opt/nextflow/nextflow",
"hivtrace_procs" : "16",
"hivtrace_walltime" : "3:00:00:00",
"absrel_procs" : "32",
"absrel_walltime" : "3:00:00:00",
"bgm_procs" : "32",
"bgm_walltime" : "3:00:00:00",
"busted_procs" : "32",
"busted_walltime" : "3:00:00:00",
"fade_procs" : "32",
"fade_walltime" : "3:00:00:00",
"fel_procs" : "32",
"fel_walltime" : "3:00:00:00",
"fubar_procs" : "48",
"fubar_walltime" : "3:00:00:00",
"gard_procs" : "48",
"gard_walltime" : "3:00:00:00",
"gard_nodes" : "1",
"meme_procs" : "32",
"meme_walltime" : "3:00:00:00",
"prime_procs" : "32",
"prime_walltime" : "3:00:00:00",
"slac_procs" : "32",
"slac_walltime" : "3:00:00:00",
"relax_procs" : "32",
"relax_walltime" : "3:00:00:00"
}