-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.json.tpl
More file actions
53 lines (53 loc) · 2.08 KB
/
Copy pathconfig.json.tpl
File metadata and controls
53 lines (53 loc) · 2.08 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"port" : 7015,
"redis_host" : "192.168.0.2",
"redis_port" : 6379,
"loglevel" : "warn",
"submit_type" : "qsub",
"tn93dist" : "/opt/hivtrace/TN93/tn93",
"qsub_queue" : "datamonkey",
"qsub_avx_queue" : "datamonkey",
"slurm_partition" : "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",
"multihit_procs" : "32",
"multihit_walltime" : "3:00:00:00",
"nrm_procs" : "1",
"nrm_walltime" : "3:00:00:00",
"cfel_procs" : "32",
"cfel_walltime" : "3:00:00:00",
"difFubar_procs" : "8",
"difFubar_walltime" : "24:00:00",
"difFubar_nodes" : "1",
"difFubar_memory" : "32GB",
"julia_path" : "/usr/local/bin/julia",
"julia_project" : "./.julia_env",
"mcp_port" : 7016
}