Skip to content

Commit eeb119d

Browse files
Update README.md
1 parent e357dce commit eeb119d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Open colored_peptides51mer.html and copy the table into an excel spreadsheet. Th
171171

172172
## Get Basic QC
173173

174-
```bash
174+
```
175175
python3 /opt/scripts/get_neoantigen_qc.py --help
176176
usage: get_neoantigen_qc.py [-h] [-WB WB] [-f FIN_RESULTS] [--n_dna N_DNA] [--t_dna T_DNA] [--t_rna T_RNA] [--concordance CONCORDANCE] [--contam_n CONTAM_N] [--contam_t CONTAM_T]
177177
[--rna_metrics RNA_METRICS] [--strand_check STRAND_CHECK] --yaml YAML [--fin_variants FIN_VARIANTS]
@@ -198,7 +198,7 @@ optional arguments:
198198

199199
## GET FDA metrics
200200

201-
```bash
201+
```
202202
python3 /opt/scripts/get_FDA_thresholds.py --help
203203
usage: get_FDA_thresholds.py [-h] [-WB WB] [-f FIN_RESULTS] [--n_dna N_DNA] [--t_dna T_DNA] [--t_rna T_RNA] [--una_n_dna UNA_N_DNA] [--una_t_dna UNA_T_DNA] [--una_t_rna UNA_T_RNA]
204204
[--somalier SOMALIER] [--contam_n CONTAM_N] [--contam_t CONTAM_T]
@@ -228,7 +228,7 @@ optional arguments:
228228

229229
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.
230230

231-
```bash
231+
```
232232
python3 /opt/scripts/setup_review.py --help
233233
usage: setup_review.py [-h] [-WB WB] [-samp SAMP] [-a A] [-c C] -classI CLASSI -classII CLASSII
234234
@@ -247,7 +247,7 @@ optional arguments:
247247

248248
## Generate Review Files
249249

250-
```bash
250+
```
251251
python3 /opt/scripts/generate_reviews_files.py --help
252252
usage: generate_reviews_files.py [-h] [-a A] [-c C] [-samp SAMP] [-WB WB] [-f FIN_RESULTS]
253253
@@ -297,7 +297,7 @@ optional arguments:
297297

298298
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.
299299

300-
```bash
300+
```
301301
python3 /opt/scripts/bold_classII.py --help
302302
usage: bold_classII.py [-h] -p P -classI CLASSI -classII CLASSII -o O
303303

0 commit comments

Comments
 (0)