Skip to content

Commit

Permalink
Upgrade to version 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Jan 18, 2022
1 parent 02dd9d4 commit 6e43147
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -20,3 +20,5 @@ nytprof.out
*.bs
/_eumm/
__pycache__
.DS_Store
docs/.DS_Store
Binary file removed docs/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -69,7 +69,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.5'
release = '2.0.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
13 changes: 3 additions & 10 deletions docs/index.rst
Expand Up @@ -54,16 +54,9 @@ New in release |release|

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

- Some users have reported "Cannot open file" errors when running
NetMHCstabpan. This release adds a retry when this error in encountered.
- This release adds stricter checking to pVACbind for unsupported amino acids.
Sequences containing an unsupported amino acid will be skipped. The
following amino acids are supported: ``A``, ``R``, ``N``, ``D``, ``C``, ``E``,
``Q``, ``G``, ``H``, ``I``, ``L``, ``K``, ``M``, ``F``, ``P``, ``S``, ``T``,
``W``, ``Y``, ``V``.
- Some VEP predictions for supported variant types might not contain any
protein position information, rendering pVACseq unable to parse such
annotations. Annotations without protein position information will now be skipped.
- When running pVAcseq with a proximal variants VCF, proximal DNPs affecting
multiple amino acids were not handled correctly and would result in an error.
This issue has now been fixed.

New in version |version|
------------------------
Expand Down
8 changes: 8 additions & 0 deletions docs/releases/2_0.rst
Expand Up @@ -160,3 +160,11 @@ This is a bugfix release. It fixes the following problem(s):
protein position information, rendering pVACseq unable to parse such
annotations. Annotations without protein position information will now be skipped.

Version 2.0.6
-------------

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

- When running pVAcseq with a proximal variants VCF, proximal DNPs affecting
multiple amino acids were not handled correctly and would result in an error.
This issue has now been fixed.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -61,7 +61,7 @@

setup(
name="pvactools",
version="2.0.5",
version="2.0.6",
packages=[
"tools",
"tools.pvacbind",
Expand Down

0 comments on commit 6e43147

Please sign in to comment.