-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.env
41 lines (36 loc) · 980 Bytes
/
default.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
## Get hostname with the following command:
## $ hostname -f
##
## Configure environment per hostname:
## [hostname1]
## ...
##
## Use the same environment for multiple hostnames:
## [hostname2, hostname3, ...]
## ...
##
## Using group
## [hostname1, hostname2, ... : group]
## [group]
## ...
##
## Using an asterisk in hostnames (IMPORTANT: only one * is allowed in hostnames)
##
## [host*name1]
##
## [*hostname2, hostname3*]
# TSCC cluster
[tscc*.sdsc.edu, sh-*.local, sh-*.int, sh-ln*.sdsc.edu]
conda_env = bds_atac
conda_env_py3 = bds_atac_py3
conda_bin_dir = /projects/ps-epigen/software/miniconda3/bin/
species_file = $script_dir/species/epigen.conf
#nth = 4 # number of threads for each pipeline
#system = slurm
#cluster_task_delay = 30 # for NFS delayed write
# default
[default]
conda_env = bds_atac
conda_env_py3 = bds_atac_py3
conda_bin_dir = /projects/ps-epigen/software/miniconda3/bin/
species_file = /projects/ps-epigen/GENOME/bds_atac_species.conf