File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,24 @@ options:
99
99
``` bash
100
100
python3 /opt/scripts/generate_reviews_files.py -a /Volumes/gillandersw/Active/Project_0001_Clinical_Trials/CTEP/analysis/TWJF-10146-MO011-0021/itb-review-files/10146-0021.Annotated.Neoantigen_Candidates.xlsx -c /Volumes/gillandersw/Active/Project_0001_Clinical_Trials/CTEP/analysis/TWJF-10146-MO011-0021/generate_protein_fasta/candidates/annotated_filtered.vcf-pass-51mer.fa.manufacturability.tsv -samp 10146-0021
101
101
```
102
+ ## Color Peptides 51mer
103
+ ```
104
+ python3 scripts/color_peptides51mer.py --help
105
+ usage: color_peptides51mer.py [-h] -p P -classI CLASSI -classII CLASSII -o O
106
+
107
+ Color the 51mer peptide
102
108
109
+ options:
110
+ -h, --help show this help message and exit
111
+ -p P The path to the Peptides 51 mer
112
+ -classI CLASSI The path to the classI all_epitopes.aggregated.tsv used in pVACseq
113
+ -classII CLASSII The path to the classII all_epitopes.aggregated.tsv used in pVACseq
114
+ -o O Output location
115
+ ```
116
+
117
+ ``` bash
118
+ 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
+ ```
103
120
## Bold ClassII
104
121
105
122
```
You can’t perform that action at this time.
0 commit comments