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
Copy file name to clipboardExpand all lines: docs/output.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Introduction
4
4
5
-
This document describes the output produced by the pipeline. Most of the plots are taken from the MultiQC report, which summarises results at the end of the pipeline.
5
+
This document describes the output produced by the neoantigen pipeline.
6
6
7
7
The directories listed below will be created in the results directory after the pipeline has finished. All paths are relative to the top-level results directory.
# This is used as last resort for the matching. We will preferentially find the peptide matching in length as well as POS. Worst case we will default to the WT pos 0
407
-
ifnoposIDnotinWTdict:
408
-
WTdict[noposID] = {
407
+
ifno_positon_IDnotinWTdict:
408
+
WTdict[no_positon_ID] = {
409
409
"peptides": {
410
410
row_WT["peptide"]: id
411
411
}, # This is a dict so we can match the peptide with the ID later
and ("M"==IDsplit[1][0] and"Sp"notinrow_MUT_identity)
512
+
("M"==IDsplit[1][0] and"Sp"notinrow_MUT_identity)
513
513
orSV==False
514
514
):
515
515
# match
516
-
matchfound=True
517
-
best_pepmatch=WTdict[WTid]["peptide"]
518
-
frameshift=False
519
-
520
-
else:
521
516
if (
522
-
"-"inrow_MUT_identity
523
-
or"+"inrow_MUT_identity
524
-
andWTidinWTdict
525
-
orSV==False
526
-
):
527
-
# Means there is a frame shift and we don't need to do a analysis of 5' end and 3' end as 3' end is no longer recognizeable/comparable to the WT sequence at all
528
-
# We can just move the windows along together. There will likely be little to no match with the WT peptides.
517
+
(WTidinWTdict)
518
+
andIDsplit[1][0] !="I"
519
+
):
520
+
#This block takes care of Missense mutations caused by polymorphisims
0 commit comments