Skip to content

Commit 3b52833

Browse files
Update README.md
1 parent 2e8f771 commit 3b52833

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

README.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,14 @@ python3 /opt/scripts/get_neoantigen_qc.py -WB /path/to/mcdb048/gcp_immuno -f fin
7979
python3 /opt/scripts/get_neoantigen_qc.py --n_dna normal_dna_aligned_metrics.txt --t_dna tumor_dna_aligned_metrics.txt --t_rna tumor_rna_aligned_metrics.txt --concordance concordance.somalier.pairs.tsv --contam_n normal.VerifyBamId.selfSM --contam_t tumor.VerifyBamId.selfSM --rna_metrics rna_metrics.txt --strand_check trimmed_read_1strandness_check.txt --yaml jlf-100-044_immuno_cloud-WDL.yaml --fin_variants variants.final.annotated.tsv
8080
```
8181

82-
## Generate Review Files
82+
## Setup Review Files
83+
84+
This script called the scripts generate_reviews_files.py and color_peptides51mer.py
85+
```
86+
python3 scripts/setup_review.py -a JLF-100-045-Reviewed-Annotated.Neoantigen_Candidates.xlsx -c annotated_filtered.vcf-pass-51mer.fa.manufacturability.tsv -samp JLF-100-045 -classI JLF-100-045-tumor-exome.all_epitopes.aggregated_classI.tsv -classII JLF-100-045-tumor-exome.all_epitopes.aggregated_classII.tsv -o output.html
87+
```
88+
89+
### Generate Review Files
8390

8491
```
8592
python3 /opt/scripts/generate_reviews_files.py --help
@@ -117,22 +124,4 @@ options:
117124
```bash
118125
python3 scripts/color_peptides51mer.py -p /Volumes/mgriffit/Active/griffithlab/gc2596/e.schmidt/neoag_vaccine_scripts/scripts/data_files/10146-0021_Peptides_51-mer.xlsx -classI /Volumes/mgriffit/Active/griffithlab/gc2596/e.schmidt/neoag_vaccine_scripts/scripts/data_files/classI.TWJF-10146-0021-Tumor_Lysate.all_epitopes.aggregated.tsv -classII /Volumes/mgriffit/Active/griffithlab/gc2596/e.schmidt/neoag_vaccine_scripts/scripts/data_files/classII.TWJF-10146-0021-Tumor_Lysate.all_epitopes.aggregated.tsv -o /Volumes/mgriffit/Active/griffithlab/gc2596/e.schmidt/neoag_vaccine_scripts/scripts/data_files/test_colored_peptide.html
119126
```
120-
## Bold ClassII
121-
122-
```
123-
python3 /opt/scripts/bold_classII.py --help
124-
usage: bold_classII.py [-h] -p P -classI CLASSI -classII CLASSII -o O
125-
126-
Bold the class II pepetides
127-
128-
options:
129-
-h, --help show this help message and exit
130-
-p P The path to the Peptides 51 mer
131-
-classI CLASSI The path to the classI all_epitopes.aggregated.tsv used in pVACseq
132-
-classII CLASSII The path to the classII all_epitopes.aggregated.tsv used in pVACseq
133-
-o O Output location for the html doc
134-
```
135127

136-
```bash
137-
python3 /opt/scripts/bold_classII.py -p /Volumes/mgriffit/Active/griffithlab/gc2596/e.schmidt/neoag_vaccine_scripts/scripts/data_files/10146-0021 Peptides 51-mer.xlsx -classI /Volumes/mgriffit/Active/griffithlab/gc2596/e.schmidt/neoag_vaccine_scripts/scripts/data_files/classI.TWJF-10146-0021-Tumor_Lysate.all_epitopes.aggregated.tsv -classII /Volumes/mgriffit/Active/griffithlab/gc2596/e.schmidt/neoag_vaccine_scripts/scripts/data_files/classII.TWJF-10146-0021-Tumor_Lysate.all_epitopes.aggregated.tsv -o /Volumes/mgriffit/Active/griffithlab/gc2596/e.schmidt/neoag_vaccine_scripts/scripts/data_files/test_colored_peptide.html
138-
```

0 commit comments

Comments
 (0)