Skip to content

Commit

Permalink
Upgrade to version 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Mar 17, 2020
1 parent 76d28d0 commit cb8b9bc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
# The short X.Y version.
version = '1.5'
# The full version, including alpha/beta/rc tags.
release = '1.5.6'
release = '1.5.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
10 changes: 4 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ New in release |release|

This is a hotfix release. It fixes the following issues:

- The ``pvacbind run`` command would previously error out if one of the input
sequences would contain a X stop codon. This update will remove the X amino
acid and the downstream sequence before further processing the remaining
protein sequence.
- A bug in the ``pvacfuse top_score_filter`` code would previsouly result
in an error when trying to run this command. This has now been fixed.
- The ``pvacbind run`` command would previously allow fasta input files with
duplicated headers. However, it would silently skip subsequent entries with
duplicated headers even if the fasta sequence was novel. With this release
pVACbind will now error out if a duplicate fasta header is encounterd.

New in version |version|
------------------------
Expand Down
12 changes: 12 additions & 0 deletions docs/releases/1_5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,21 @@ This is a hotfix release. It fixes the following issues:
1.5.6
-----

This is a hotfix release. It fixes the following issues:

- The ``pvacbind run`` command would previously error out if one of the input
sequences would contain a X stop codon. This update will remove the X amino
acid and the downstream sequence before further processing the remaining
protein sequence.
- A bug in the ``pvacfuse top_score_filter`` code would previsouly result
in an error when trying to run this command. This has now been fixed.

1.5.7
-----

This is a hotfix release. It fixes the following issues:

- The ``pvacbind run`` command would previously allow fasta input files with
duplicated headers. However, it would silently skip subsequent entries with
duplicated headers even if the fasta sequence was novel. With this release
pVACbind will now error out if a duplicate fasta header is encounterd.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

setup(
name="pvactools",
version="1.5.6",
version="1.5.7",
packages=[
"tools",
"tools.pvacbind",
Expand Down

0 comments on commit cb8b9bc

Please sign in to comment.