File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,13 @@ cd ../generate_protein_fasta
41
41
mkdir candidates
42
42
mkdir all
43
43
44
- zcat $WORKING_BASE /final_results/annotated.expression.vcf.gz | less # Get sample ID Found in the #CHROM header of VCF
45
- export SAMPLE_ID= " TWJF-10146-0029-0029_Tumor_Lysate "
44
+ # generate a protein fasta file using the final annotated/evaluated neoantigen candidates TSV as input
45
+ # this will filter down to only those candidates under consideration and use the top transcript
46
46
47
+ # check the file to find Tumor sample ID in the #CHROM header of VCF
47
48
49
+ gzcat $WORKING_BASE /final_results/annotated.expression.vcf.gz | less
50
+ export PATIENT_ID=" 100-049-BG004667"
48
51
49
52
bsub -Is -q general-interactive -G $GROUP -a " docker(griffithlab/pvactools:4.0.1)" /bin/bash
50
53
@@ -124,8 +127,13 @@ cd ../generate_protein_fasta
124
127
mkdir candidates
125
128
mkdir all
126
129
127
- zcat $WORKING_BASE /final_results/annotated.expression.vcf.gz | less # Get sample ID Found in the #CHROM header of VCF
128
- export SAMPLE_ID=" TWJF-10146-0029-0029_Tumor_Lysate"
130
+ # generate a protein fasta file using the final annotated/evaluated neoantigen candidates TSV as input
131
+ # this will filter down to only those candidates under consideration and use the top transcript
132
+
133
+ # check the file to find Tumor sample ID in the #CHROM header of VCF
134
+
135
+ gzcat $WORKING_BASE /final_results/annotated.expression.vcf.gz | less
136
+ export PATIENT_ID=" 100-049-BG004667"
129
137
130
138
docker pull griffithlab/pvactools:4.0.5
131
139
docker run -it -v $HOME /:$HOME / --env $WORKING_BASE --env SAMPLE_ID griffithlab/pvactools:4.0.5 /bin/bash
You can’t perform that action at this time.
0 commit comments