Version 4.3

Version 4.3.0

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

This release also fixes the following bug(s):

  • Handle invalid pVACfuse characters by trimming the sequence instead of skipping it. The previous implementation would lead to missing sequences in certain downstream steps, resulting in errors. by @susannasiebert in https://github.com/griffithlab/pVACtools/pull/1130

  • Add new pVACview R files to the list of files getting copied into the pVACseq output folder. These files were previsouly not copied in the the results folder, leading to error when running the pvacview run commands on a pVACseq output directory. by @susannasiebert in https://github.com/griffithlab/pVACtools/pull/1126

  • Remove single DP and DQ alpha and beta chain alleles from the list of supported alleles in MHCnuggetsII. This is because those alleles need to be defined as a pair of alpha- and beta-chains in order to be meaningful. Also remove DRA alleles from the same list since the DR locus is defined only by the beta chain because functional variation in mature DRA gene products is absent. by @susannasiebert in https://github.com/griffithlab/pVACtools/pull/1133

  • Fix errors in the rounding of the min and max values of the sliders in the custom pVACview module by @evelyn-schmidt in https://github.com/griffithlab/pVACtools/pull/1116

  • Remove unused code in the Frameshift.pm VEP plugin that causes errors with certain types of variants by @susannasiebert in https://github.com/griffithlab/pVACtools/pull/1122