-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.config
45 lines (41 loc) · 939 Bytes
/
custom.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
params {
cache = 'lenient'
// undocumented option to automatically remove work dir
// cleanup = true
}
process {
withName:CLASSIFY_READS {
container = 'romanhaa/xenocell:1.0'
}
withName:EXTRACT_GRAFT_BARCODES {
container = 'romanhaa/xenocell:1.0'
}
withName:EXTRACT_HOST_BARCODES {
container = 'romanhaa/xenocell:1.0'
}
}
executor {
name = 'local'
// queueSize = 8
}
singularity {
docker.enabled = false
singularity.enabled = true
podman.enabled = false
shifter.enabled = false
charliecloud.enabled = false
singularity.autoMounts = true
singularity.enabled = true
cacheDir = '/data/s_cache'
autoMounts = true
// env.PYTHONNOUSERSITE = 1
engineOptions = '--debug'
//runOptions = '-B /mnt:/mnt'
runOptions = '-B /data:/data'
}
env {
SINGULARITY_TMPDIR = '/data/s_tmp'
TMPDIR = '/data/tmp'
TMP_DIR = '/data/tmp'
TMP = '/data/tmp'
}