Skip to content

5.1.0

Latest
Compare
Choose a tag to compare
@susannasiebert susannasiebert released this 17 Jan 18:48
· 1 commit to master since this release

What's Changed

This is a minor feature release. It adds the following features:

  • This update allows pVACvector to remove peptides in order to find a partial solution if a full solution cannot be found. The number of peptides permitted to be removed can be controlled by the --allow-n-peptide-exclusion parameter. by @susannasiebert in #1168
  • This update adds functionalities to pVACvector to prevent the core neoantigen candidate from getting clipped. by @susannasiebert in #1174
  • When only elution algorithms are chosen and no binding affinity algorithms, the pipelines will now output a warning message that no aggregated report can be created. by @ldhtnp in #1165
  • When creating the aggregated report, the Best Peptide for some variants may not match the aggregate inclusion criteria and no detail information would be available for this peptide when investigating the variant. This update ensures that the Best Peptide is always included in the metrics file and counted toward the Num Included Peptides count. by @susannasiebert in #1177
  • The evaluation buttons in pVACview will now be colored green for Accept, red for Reject, and orange for Review to visually differentiate the different statuses. by @susannasiebert in #1173

It also fixes the following problem(s):

  • This release removes two parameters from pVACvector: --aggregate-inclusion-binding-threshold and --aggregate-inclusion-count-limit which are not applicable to this pipeline. by @susannasiebert in #1180
  • This release fixes various pVACview bugs. Specifically, it fixes a bug that would result in pVACview crashing when a variant with a Num Included Peptides of 0 was selected. It also fixes a bug where re-tiering the candidates before selecting evaluations would result in evaluations being associated with incorrect variants. Additionally, it fixes several deprecation warnings and typos. by @susannasiebert in #1173

Full Changelog: v5.0.1...v5.1.0