File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ mkdir all
135
135
# check the file to find Tumor sample ID in the #CHROM header of VCF
136
136
137
137
gzcat $WORKING_BASE /final_results/annotated.expression.vcf.gz | less
138
- export PATIENT_ID =" 100-049-BG004667"
138
+ export TUMOR_SAMPLE_ID =" 100-049-BG004667"
139
139
140
140
docker pull griffithlab/pvactools:4.0.5
141
141
docker run -it -v $HOME /:$HOME / --env $WORKING_BASE --env SAMPLE_ID griffithlab/pvactools:4.0.5 /bin/bash
@@ -145,7 +145,7 @@ cd $WORKING_BASE
145
145
pvacseq generate_protein_fasta \
146
146
-p $WORKING_BASE /final_results/pVACseq/phase_vcf/phased.vcf.gz \
147
147
--pass-only --mutant-only -d 150 \
148
- -s $SAMPLE_ID \
148
+ -s $TUMOR_SAMPLE_ID \
149
149
--aggregate-report-evaluation {Accept,Review} \
150
150
--input-tsv ../itb-review-files/* .tsv \
151
151
$WORKING_BASE /final_results/annotated.expression.vcf.gz \
@@ -155,7 +155,7 @@ pvacseq generate_protein_fasta \
155
155
pvacseq generate_protein_fasta \
156
156
-p $WORKING_BASE /final_results/pVACseq/phase_vcf/phased.vcf.gz \
157
157
--pass-only --mutant-only -d 150 \
158
- -s $SAMPLE_ID \
158
+ -s $TUMOR_SAMPLE_ID \
159
159
$WORKING_BASE /final_results/annotated.expression.vcf.gz \
160
160
25 \
161
161
$WORKING_BASE /../generate_protein_fasta/all/annotated_filtered.vcf-pass-51mer.fa
You can’t perform that action at this time.
0 commit comments