-
Notifications
You must be signed in to change notification settings - Fork 8
/
sample-juno-config.yaml
55 lines (55 loc) · 1.41 KB
/
sample-juno-config.yaml
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
52
53
54
55
name: variant
version: 2.6.0
description: Roslin Variant Pipeline v2.6.0
root: /juno/work/pi/nikhil/roslin-pipelines/
binding:
core: bin
data: resources
output: outputs
workspace: workspace
extra:
- /scratch
- /fscratch
- /ifs
- /srv
- /juno
env:
TOIL_LSF_ARGS: '-S 1'
TMPDIR: '/fscratch'
TMP: '/fscratch'
SINGULARITY_LOCALCACHEDIR: '/scratch'
dependencies:
core:
version:
min: 2.2.1
max: 2.2.1
cmo:
version: 1.9.13
source: github:https://github.com/mskcc/cmo
singularity:
version: 3.3.0
source: path:/opt/local/singularity/3.3.0/bin/singularity
toil:
version: 3.19.0
source: github:https://github.com/mskcc/toil
test:
root: /juno/work/ci/roslin-test/
data_path: /juno/work/pi/nikhil/roslin-test/roslin_variant_version_2.6.1_test_data.tar.gz
data_url: https://s3.us-east-2.amazonaws.com/roslindata/roslin_variant_version_2.6.1_test_data.tar.gz
batchsystem: LSF
cwlBatchsystem: LSF
useDocker: False
dockerRegistry: None
tempDir: /scratch
runArgs: '--test-mode --on-success /juno/work/pi/nikhil/roslin-internal-services/roslin-done.py --on-fail /juno/work/pi/nikhil/roslin-internal-services/roslin-fail.py'
env:
TOIL_LSF_ARGS: '-S 1'
build:
buildDocker: False
buildSingularity: True
buildCache: /juno/work/pi/nikhil/build-cache
dockerRegistry: 'mskcc'
dockerPush: False
useVagrant: False
installCore: True
buildThreads: 2