forked from kundajelab/atac_dnase_pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bds.config
31 lines (25 loc) · 813 Bytes
/
bds.config
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
# default system (local, sge, ...)
system = local
# shell env.
taskShell = /bin/bash -e
sysShell = /bin/bash -e -c
# regex to get pid
pidRegex = "(\\d+)"
# checkpoint disabled, show full commands/stderr/stdout on task, filter out commands including "export" from task hint
disableCheckpoint = true
taskMaxHintLen = 300
showTaskCode = true
tailLines = 100000000
filterOutTaskHint = export
clusterPostMortemDisabled = true # prevent error on scg3/4
# SGE
sge.pe = shm
sge.mem = h_vmem
sge.timeout = h_rt
sge.timeout2 = s_rt
clusterRunAdditionalArgs = -V
# SLURM (using generic cluster)
clusterGenericRun = ~/.bds/clusterGeneric/run.pl
clusterGenericKill = ~/.bds/clusterGeneric/kill.pl
clusterGenericStat = ~/.bds/clusterGeneric/stat.pl
clusterGenericPostMortemInfo = ~/.bds/clusterGeneric/postMortemInfo.pl