You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open colored_peptides51mer.html and copy the table into an excel spreadsheet. The formatting should remain. Utilizing the Annotated.Neoantigen_Candidates and colored Peptides_51-mer for manual review.
Get FDA qc stats from various files and determine if they pass or fail.
205
+
206
+
optional arguments:
207
+
-h, --help show this help message and exit
208
+
-WB WB the path to the gcp_immuno folder of the trial you wish to tun script on, defined as WORKING_BASE in envs.txt
209
+
-f FIN_RESULTS, --fin_results FIN_RESULTS
210
+
Name of the final results folder in gcp immuno
211
+
--n_dna N_DNA file path for aligned normal dna FDA report table
212
+
--t_dna T_DNA file path for aligned tumor dna FDA report table
213
+
--t_rna T_RNA file path for aligned tumor rna FDA report table
214
+
--una_n_dna UNA_N_DNA
215
+
file path for unaligned normal dna FDA report table
216
+
--una_t_dna UNA_T_DNA
217
+
file path for unaligned tumor dna FDA report table
218
+
--una_t_rna UNA_T_RNA
219
+
file path for unaligned tumor rna FDA report table
220
+
--somalier SOMALIER file path for Somalier results for sample tumor/normal sample relatedness (concordance.somalier.pairs.tsv)
221
+
--contam_n CONTAM_N file path for VerifyBamID results for contamination the normal sample
222
+
--contam_t CONTAM_T file path for VerifyBamID results for contamination the tumor dna sample
223
+
224
+
## Setup Review
225
+
226
+
The set up review script runs two other scripts: generate_reviews_files.py and color_peptides51mer.py. The first sets up the Annotated.Neoantige.Canidates spreadsheet and the Peptides 51mer spreadsheet. The second script colors the Peptides 51mer sequences and outputs an html table whihc can be copied into a Microsoft spreadsheet.
-classI CLASSI The path to the classI all_epitopes.aggregated.tsv used in pVACseq
288
+
-classII CLASSII The path to the classII all_epitopes.aggregated.tsv used in pVACseq
289
+
-WB WB the path to the gcp_immuno folder of the trial you wish to tun script on, defined as WORKING_BASE in envs.txt
290
+
-samp SAMP Name of the sample
291
+
```
292
+
293
+
## Bold Class II
294
+
295
+
Bold Class II is not utilized in the current workflow of setting up the manual review. However, it is included as an example of how adding stylization (in this case bold) to certain characters within individual cells of spreadsheets can be accomplished using BeautifulSoup. If you wanted to only bold certain characters (or do any stylzing such as coloring), you can insert a style tag directly into the HTML. However, if you wanted to do formatting inside formatting such as in these review files where there needs to some characters which are red, bold, underlined, or any combination if thise mentioned, BeuaitfulSoup cannot accomplish this.
296
+
297
+
```bash
298
+
python3 /opt/scripts/bold_classII.py --help
299
+
usage: bold_classII.py [-h] -p P -classI CLASSI -classII CLASSII -o O
300
+
301
+
Bold the class II pepetides
302
+
303
+
optional arguments:
304
+
-h, --help show this help message and exit
305
+
-p P The path to the Peptides 51 mer
306
+
-classI CLASSI The path to the classI all_epitopes.aggregated.tsv used in pVACseq
307
+
-classII CLASSII The path to the classII all_epitopes.aggregated.tsv used in pVACseq
0 commit comments