@@ -56,36 +56,19 @@ Contents
56
56
New in Release |release |
57
57
------------------------
58
58
59
- This is a minor feature release. It adds the following features:
60
-
61
- - Various updates to the pVACview main interface:
62
-
63
- - Users can no select a row to investigate by clicking on the row
64
- - Users are now able to select an evaluation for a candidate by clicking on
65
- one of three buttons on the right of the candidate's row.
66
-
67
- - Various updates to the pVACview NeoFox interface:
68
-
69
- - By default, only a subset of NeoFox columns will be shown in order to
70
- reduce the width of the table. Additional columns can be enabled by
71
- selecting them in the "Column visibility" dropdown.
72
- - We have added heatmap cell backgrounds to IC50 binding affinity and rank
73
- columns.
74
- - We have added horizontal barplot background to VAF and expression columns.
75
- - Users are now able to select an evaluation for each candidate.
76
- - Users are now able to leave a comment on selected candidates.
77
- - The NeoFox table, including the selected evaluations and comments, can now
78
- be exported in TSV and excel format.
79
-
80
- by @susannasiebert and @evelyn-schmidt in https://github.com/griffithlab/pVACtools/pull/1137
81
-
82
- This release also fixes the following bug(s):
83
-
84
- - A previous change would no longer allow standalone alpha/beta chain DP and DQ alleles. This change
85
- would filter out such alleles before trying to combine them into valid
86
- alpha-beta-chain pairs. This update once again enables automatic combination
87
- of DP and DQ alleles in to alpha and beta chain pairs.
88
- by @susannasiebert in https://github.com/griffithlab/pVACtools/pull/1139
59
+ This is a bugfix release. It fixes the following problem(s):
60
+
61
+ - Previously, pVACview would add an additional header line to Excel spreadsheets
62
+ when exporting a TSV. This has been fixed so that the first line in the spreadsheet
63
+ is the actual header line.
64
+ by @susannasiebert in https://github.com/griffithlab/pVACtools/pull/1143
65
+ - One of the pVACview figures used to describe various anchor scenarios has been updated
66
+ so that the ordering of the scenarios is consistent with other figures and descriptions
67
+ throughout. Screenshots and documentation has been updated appropriately.
68
+ by @susannasiebert in https://github.com/griffithlab/pVACtools/pull/1144
69
+ - The class II pVACview demo data was out-of-date and not reflecting recent updates to the
70
+ HLA alpha-beta chain handling. This file has now been updated.
71
+ by @susannasiebert in https://github.com/griffithlab/pVACtools/pull/1145
89
72
90
73
Past release notes can be found on our :ref: `releases ` page.
91
74
0 commit comments