@@ -35,11 +35,11 @@ optional arguments:
35
35
```
36
36
### Example Commands
37
37
``` bash
38
- python3 get_FDA_thresholds.py -WB /storage1/fs1/mgriffit/Active/JLF_MCDB/cases/JLF-100-042/gcp_immuno -f final_results_v1
38
+ python3 /opt/scripts/ get_FDA_thresholds.py -WB /storage1/fs1/mgriffit/Active/JLF_MCDB/cases/JLF-100-042/gcp_immuno -f final_results_v1
39
39
```
40
40
41
41
``` bash
42
- python3 get_FDA_thresholds.py --n_dna aligned_normal_dna_table2.csv --t_dna aligned_tumor_dna_table2.csv --t_rna aligned_tumor_rna_table3.csv --una_n_dna unaligned_normal_dna_table1.csv --una_t_dna unaligned_tumor_dna_table1.csv --una_t_rna unaligned_tumor_rna_table1.csv --somalier concordance.somalier.pairs.tsv --contam_n normal.VerifyBamId.selfSM --contam_t tumor.VerifyBamId.selfSM
42
+ python3 /opt/scripts/ get_FDA_thresholds.py --n_dna aligned_normal_dna_table2.csv --t_dna aligned_tumor_dna_table2.csv --t_rna aligned_tumor_rna_table3.csv --una_n_dna unaligned_normal_dna_table1.csv --una_t_dna unaligned_tumor_dna_table1.csv --una_t_rna unaligned_tumor_rna_table1.csv --somalier concordance.somalier.pairs.tsv --contam_n normal.VerifyBamId.selfSM --contam_t tumor.VerifyBamId.selfSM
43
43
```
44
44
45
45
## Get Neoanitgen QC
@@ -78,3 +78,44 @@ python3 /opt/scripts/get_neoantigen_qc.py -WB /path/to/mcdb048/gcp_immuno -f fin
78
78
``` bash
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
+
82
+ ## Generate Review Files
83
+
84
+ ```
85
+ python3 /opt/scripts/generate_reviews_files.py --help
86
+ usage: generate_reviews_files.py [-h] [-a A] [-c C] [-samp SAMP] [-f FIN_RESULTS]
87
+
88
+ Create the file needed for the neoantigen manuel review
89
+
90
+ options:
91
+ -h, --help show this help message and exit
92
+ -a A The path to the ITB Reviewed Candidates
93
+ -c C The path to annotated_filtered.vcf-pass-51mer.fa.manufacturability.tsv from the generate_protein_fasta script
94
+ -samp SAMP The name of the sample
95
+ -f FIN_RESULTS, --fin_results FIN_RESULTS
96
+ Name of the final results folder in gcp immuno
97
+ ```
98
+
99
+ ``` bash
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
+ ```
102
+
103
+ ## Bold ClassII
104
+
105
+ ```
106
+ python3 /opt/scripts/bold_classII.py --help
107
+ usage: bold_classII.py [-h] -p P -classI CLASSI -classII CLASSII -o O
108
+
109
+ Bold the class II pepetides
110
+
111
+ options:
112
+ -h, --help show this help message and exit
113
+ -p P The path to the Peptides 51 mer
114
+ -classI CLASSI The path to the classI all_epitopes.aggregated.tsv used in pVACseq
115
+ -classII CLASSII The path to the classII all_epitopes.aggregated.tsv used in pVACseq
116
+ -o O Output location for the html doc
117
+ ```
118
+
119
+ ``` bash
120
+ 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
121
+ ```
0 commit comments