-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdfe_runnerd.env
51 lines (44 loc) · 1.58 KB
/
dfe_runnerd.env
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
#----------------------------------------
# redis database connection for feature
# extraction payloads.
#----------------------------------------
# REDIS_URL=redis://localhost:6379/0
# REDIS_PAYLOAD_CHANNEL=dynamore_feature_extraction
#----------------------------------------
# path of wrapper script that launches
# dynamore-feature-stats singularity
# container.
#----------------------------------------
# FEATURE_STATS_EXEC=/opt/dynamore/run-feature-stats.sh
#----------------------------------------
# path in which server's SSH keys are
# located. Keys are generated if the
# id_rsa file isn't present in the path.
#
# SSH keys are used for submitting jobs
# via a remote host.
#----------------------------------------
# SSH_KEY_DIR=/root/.ssh/dfe_runner
#----------------------------------------
# path of the Torque qsub command
#----------------------------------------
# QSUB_EXEC=/bin/qsub
#----------------------------------------
# top-level path of payload stdout/err
#----------------------------------------
# PAYLOAD_OUTPUT_ROOT=
#----------------------------------------
# requirements and queue for the Torque job
#----------------------------------------
# TORQUE_JOB_QUEUE=
# TORQUE_JOB_REQUIREMENT="walltime=1:0:0,mem=4gb"
#----------------------------------------
# name of the Torque job
#----------------------------------------
# TORQUE_JOB_NAME=dynamore_feature_state
#----------------------------------------
# system username to run the feature
# extration container, usually it should
# be one of the project user.
#----------------------------------------
# EXEC_USER=nobody