Skip to content

Commit 9d6f6e1

Browse files
Update README.md
1 parent a856712 commit 9d6f6e1

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,13 @@ cd ../generate_protein_fasta
4141
mkdir candidates
4242
mkdir all
4343

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
4646

47+
# check the file to find Tumor sample ID in the #CHROM header of VCF
4748

49+
gzcat $WORKING_BASE/final_results/annotated.expression.vcf.gz | less
50+
export PATIENT_ID="100-049-BG004667"
4851

4952
bsub -Is -q general-interactive -G $GROUP -a "docker(griffithlab/pvactools:4.0.1)" /bin/bash
5053

@@ -124,8 +127,13 @@ cd ../generate_protein_fasta
124127
mkdir candidates
125128
mkdir all
126129

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"
129137

130138
docker pull griffithlab/pvactools:4.0.5
131139
docker run -it -v $HOME/:$HOME/ --env $WORKING_BASE --env SAMPLE_ID griffithlab/pvactools:4.0.5 /bin/bash

0 commit comments

Comments
 (0)