Skip to content

Commit fd05a63

Browse files
Update README.md
1 parent 5e26dd4 commit fd05a63

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,24 @@ options:
9999
```bash
100100
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
101101
```
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
102108
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+
```
103120
## Bold ClassII
104121

105122
```

0 commit comments

Comments
 (0)