Skip to content

Commit

Permalink
Upgrade to version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Jun 19, 2024
1 parent f3bfe1c commit efc101f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# The short X.Y version.
version = '4.2'
# The full version, including alpha/beta/rc tags.
release = '4.2.0'
release = '4.2.1'


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
22 changes: 9 additions & 13 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,18 @@ Contents
contact
mailing_list

New in Version |version|
New in Release |release|
------------------------

This is a minor feature release. It adds the following features:
This is a bugfix release. It fixes the following problem(s):

- We added two new modules to pVACview: a :ref:`neofox_module` to visualize
NeoFox neoantigen annotations and a :ref:`custom_module` to visualize
neoantigen data in a TSV file, for example output files from VaxRank,
NeoPredPipe, or antigen.garnish.
- We added a :ref:`vignette <pvacseq_vignette>` to our documentation to provide
an extended tutorial on how evaluate neoantigen candidates using pVACview.

This release also fixes the following bug(s):

- When running pVACfuse with Arriba input data, the 3' transcript was not
being parsed correctly. This release fixes this issue.
- When running the reference protome similarity step with a reference protome
peptide fasta file and a species other than human or mouse, the run would be aborted
with an error that the refseq_protein_prot BLASTp database was incompatible with
the species. This error should not be emitted in this circumstance since
BLASTp is not run when using a reference proteome peptide fasta file. This
release fixes this error and allows users to run the reference proteome
similarity step on non-human and non-mouse data with a reference proteome peptide fasta.

Past release notes can be found on our :ref:`releases` page.

Expand Down
14 changes: 14 additions & 0 deletions docs/releases/4_2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,17 @@ This release also fixes the following bug(s):

- When running pVACfuse with Arriba input data, the 3' transcript was not
being parsed correctly. This release fixes this issue.

Version 4.2.1
-------------

This is a bugfix release. It fixes the following problem(s):

- When running the reference protome similarity step with a reference protome
peptide fasta file and a species other than human or mouse, the run would be aborted
with an error that the refseq_protein_prot BLASTp database was incompatible with
the species. This error should not be emitted in this circumstance since
BLASTp is not run when using a reference proteome peptide fasta file. This
release fixes this error and allows users to run the reference proteome
similarity step on non-human and non-mouse data with a reference proteome peptide fasta.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

setup(
name="pvactools",
version="4.2.0",
version="4.2.1",
packages=[
"pvactools.tools",
"pvactools.tools.pvacbind",
Expand Down

0 comments on commit efc101f

Please sign in to comment.