forked from nmohamm5/protect-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProTECT_config.yaml
executable file
·174 lines (161 loc) · 6.89 KB
/
ProTECT_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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
## Copyright 2016 UCSC Computational Genomics Lab
## Original contributor: Arjun Arkal Rao
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance with the License.
## You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
####################################################################################################
####################################################################################################
## This is the input parameter file for the precision immuno pipeline. The parameters for each of
## the tools is provided here. The file is written in the YAML format. A nice description of the
## format can be found at http://docs.ansible.com/ansible/YAMLSyntax.html
##
## You can add comments anywhere in this file by prefixing it with a '#'
##
## Unless otherwise mentioned, all fields must be filled.
##
####################################################################################################
####################################################################################################
# Any number of patients/samples can be listed here
patients:
# Each group starts with the patient ID
PRTCT-02:
# The paths should point to the forward read of the pair. The pipeline assumes that the
# forward and reverse read files have the same prefix
tumor_dna_fastq_1: /mnt/sample_data/griffith_HCC1395_Exome_Tumor_lane_1.btfv9.R1.fastq.gz
tumor_dna_fastq_2: /mnt/sample_data/griffith_HCC1395_Exome_Tumor_lane_1.btfv9.R2.fastq.gz
normal_dna_fastq_1: /mnt/sample_data/griffith_HCC1395_Exome_Normal_lane_1.btfv9.R1.fastq.gz
normal_dna_fastq_2: /mnt/sample_data/griffith_HCC1395_Exome_Normal_lane_1.btfv9.R2.fastq.gz
tumor_rna_fastq_1: /mnt/sample_data/griffith_HCC1395_RNAseq_Tumor_lane_1.btfv9.R1.fastq.gz
tumor_rna_fastq_2: /mnt/sample_data/griffith_HCC1395_RNAseq_Tumor_lane_1.btfv9.R2.fastq.gz
tumor_type: 'SKCM'
# ssec_encrypted: False
# filter_for_OxoG: False
# These are options that are used by most tools
Universal_Options:
dockerhub: aarjunrao
java_Xmx: 20G
reference_build: GRCh38 # Acceptable options are hg38, hg38, GRCh37, GRCh38
# sse_key: /path/to/master.key # Path to the AWS master key. Required if using AWS else optional
# sse_key_is_master: True # True or False. Required if using AWS else optional
# gdc_download_token: /path/to/token.txt # Path to the user's GDC download token.
storage_location: Local # Local or aws:<bucket_name> for where the output must go
#storage_location: aws:protect-run-xyz
output_folder: /mnt/results # Path to where the output must go.
#mail_to: [email protected] # Email for sending success report.
# These options are for each module. You probably don't need to change any of this!
alignment:
cutadapt:
a: AGATCGGAAGAG
A: AGATCGGAAGAG
# version: 1.9.1
star:
type: star # use starlong if your reads are > 150bp
index: /mnt/protect_references/star_with_fusion_100bp_readlen_indexes.tar.gz
# version: 2.5.2b
bwa:
index: /mnt/protect_references/bwa_index.tar.gz
# version: 0.7.9a
post:
samtools:
# version: 1.2
picard:
# version: 1.135
expression_estimation:
rsem:
index: /mnt/protect_references/rsem_index.tar.gz
# version: 1.2.0
mutation_calling:
indexes:
chromosomes: canonical_chr, chrM
genome_fasta: /mnt/protect_references/hg38.fa.tar.gz
genome_fai: /mnt/protect_references/hg38.fa.fai.tar.gz
genome_dict: /mnt/protect_references/hg38.dict.tar.gz
cosmic_vcf: /mnt/protect_references/CosmicCodingMuts.vcf.tar.gz
cosmic_idx: /mnt/protect_references/CosmicCodingMuts.vcf.idx.tar.gz
dbsnp_vcf: /mnt/protect_references/dbsnp_coding.vcf.gz
dbsnp_idx: /mnt/protect_references/dbsnp_coding.vcf.idx.tar.gz
dbsnp_tbi: /mnt/protect_references/dbsnp_coding.vcf.gz.tbi
mutect:
java_Xmx: 2G
# version: 1.1.7
muse:
# version: 1.0rc_submission_b391201
radia:
cosmic_beds: /mnt/protect_references/radia_cosmic.tar.gz
dbsnp_beds: /mnt/protect_references/radia_dbsnp.tar.gz
retrogene_beds: /mnt/protect_references/radia_retrogenes.tar.gz
pseudogene_beds: /mnt/protect_references/radia_pseudogenes.tar.gz
gencode_beds: /mnt/protect_references/radia_gencode.tar.gz
# version: 398366ef07b5911d8082ed61cbf03d487a41f286
somaticsniper:
# version: 1.0.4
samtools:
# version: 0.1.8
bam_readcount:
# version: 0.7.4
star_fusion:
#run: True
#version: 1.0.0
fusion_inspector:
#run_trinity: True
#version: 1.0.1
strelka:
# version: 1.0.15
config_file: /mnt/protect_references/strelka_bwa_WXS_config.ini.tar.gz
mutation_annotation:
snpeff:
index: /mnt/protect_references/snpeff_index.tar.gz
# version: 3.6
java_Xmx: 20G
mutation_translation:
transgene:
gencode_peptide_fasta : /mnt/protect_references/gencode.v25.pc_translations_NOPARY.fa.tar.gz
gencode_transcript_fasta : /mnt/protect_references/gencode.v25.pc_transcripts_NOPARY.fa.tar.gz
gencode_annotation_gtf : /mnt/protect_references/gencode.v25.annotation_NOPARY.gtf.tar.gz
genome_fasta : /mnt/protect_references/hg38.fa.tar.gz
# version: 2.2.2
haplotyping:
phlat:
index: /mnt/protect_references/phlat_index.tar.gz
# version: 1.0
mhc_peptide_binding:
mhci:
method_file: /mnt/protect_references/mhci_restrictions.json.tar.gz
pred: IEDB_recommended
# version: 2.13
mhcii:
method_file: /mnt/protect_references/mhcii_restrictions.json.tar.gz
pred: IEDB_recommended
# version: 2.13
netmhciipan:
# version: 3.1
prediction_ranking:
rankboost:
mhci_args:
npa: 0.0
nph: 0.0
nMHC: 0.32
TPM: 0.0
overlap: 0.68
tndelta: 0.0
mhcii_args:
npa: 0.2
nph: 0.2
nMHC: 0.2
TPM: 0.2
tndelta: 0.2
# version: 2.0.3
reports:
mhc_pathways_file: /mnt/protect_references/mhc_pathways.tsv.tar.gz
itx_resistance_file: /mnt/protect_references/itx_resistance.tsv.tar.gz
immune_resistance_pathways_file: /mnt/protect_references/immune_resistance_pathways.json.tar.gz
car_t_targets_file: /mnt/protect_references/car_t_targets.tsv.tar.gz