-
Notifications
You must be signed in to change notification settings - Fork 3
/
h2030.conf
28 lines (28 loc) · 908 Bytes
/
h2030.conf
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
[ _ ]
# lab's name for the batch YAML description
lab=h2030
# name of the _SFTP_ server, as used when fetching data files (i.e.: same name as in netrc file)
fileserver=sftp.gc.health2030.ch
# port used by SFTP, in case of non standard (you can also use ~/.ssh/config for that)
#srvport=10022
srvport=22
# experiment name in sftp store
expname=/downloads
# base dircetory
basedir=/links/shared/covid19-pangolin/backup
# sub-directory to hold the unsorted downloaded datasets
download=sftp-health2030
## sub-directory to hold the sorted samples set
sampleset=sampleset
## linking instead of copying ?
## --reflink for CoW filesystems (ZFS, BTRFS)
## --hardlink for most unix-like filesystems
link=--link
# parallel copy jobs (default: 16)
parallel=16
# SSH connection timeout (default: 300)
contimeout=300
# IO timeout (default: 300)
iotimeout=300
# number of attempts to reconnect (Default: 10)
#retries=10