File tree Expand file tree Collapse file tree 1 file changed +8
-19
lines changed Expand file tree Collapse file tree 1 file changed +8
-19
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,14 @@ python3 /opt/scripts/get_neoantigen_qc.py -WB /path/to/mcdb048/gcp_immuno -f fin
79
79
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
80
80
```
81
81
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
83
90
84
91
```
85
92
python3 /opt/scripts/generate_reviews_files.py --help
@@ -117,22 +124,4 @@ options:
117
124
``` bash
118
125
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
119
126
```
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
- ```
135
127
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
- ```
You can’t perform that action at this time.
0 commit comments