-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.yaml
76 lines (54 loc) · 2.16 KB
/
sample.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# samples: a map of sample name to a list of Google bucket paths to input files,
# VALID INPUTS: fastq, fastq.gz, bam
# NOTE: for PAIRED-END fastq/fastq.gz, give both pairs to the sample
samples:
C3RX3ZSEU.01:
# r1
- gs://repro_s1609_len/WES/fastq/concat_all/analysis/concat/C3RX3ZSEU.01_R1.fastq.gz
# r2
- gs://repro_s1609_len/WES/fastq/concat_all/analysis/concat/C3RX3ZSEU.01_R2.fastq.gz
C3RX3ZS7Q.01:
- gs://repro_s1609_len/WES/fastq/concat_all/analysis/concat/C3RX3ZS7Q.01_R1.fastq.gz
- gs://repro_s1609_len/WES/fastq/concat_all/analysis/concat/C3RX3ZS7Q.01_R2.fastq.gz
# metasheet: Group the samples into Tumor-only "runs"
# each run should have a name, e.g. run_1 or tumor CIMAC ID:
# then under each run, define a tumor and a normal sample
metasheet:
C3RX3ZSEU.01:
tumor: C3RX3ZSEU.01
normal: C3RX3ZS7Q.01
# unique instance name
instance_name: c3rx3zseu-01
# NOTE: "wes-auto" will automatically be prepended to this string
# Number of cores for the wes instance
# Options- 32 (default), 64, 96
cores: 64
# Disk size to use, in GB, default 750
disk_size: 500
# the name of the persistent disk will be: "wes_auto_{instance_name}_disk"
# CIMAC center the samples associate with
# Options- broad (.bam), mda (.fastq or fastq.gz)
cimac_center: 'mda'
# Trim soft clip reads when calling somatic variants?
# Not available for tnsnv
# Default: trim_soft_clip: False
trim_soft_clip: false
# tumor_only - IF the normal sample is NOT available
# The normal samples are empty in the metasheet above.
tumor_only: false
# Somatic variant caller preference
# Options- tnscope (default), tnsnv, tnhaplotyper2
somatic_caller: 'tnscope'
# IGNORED Path to the google bucket path for the run
# google_bucket_path: gs://...
# Specific wes commit string to use (filled by pipeline team)
# wes_commit:
# Specific wes google image to use (filled by pipeline team)
# image:
# Specific wes reference snapshot to use (filled by pipeline team)
# wes_ref_snapshot:
sentieon_path: '/home/taing/sentieon/sentieon-genomics-202010.01/bin/'
wes_ref_snapshot: 'wes-human-ref-ver1-5a'
image: 'wes-ver2-24a'
wes_commit: '4679213'
google_bucket_path: 'gs://repro_s1609_len/WES/C3RX3ZSEU.01/'