Skip to content

Commit

Permalink
Upgrade to version 1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Dec 7, 2020
1 parent 352cebb commit 061a251
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 11 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.11'
release = '1.5.12'

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

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

- The standalone ``pvacbind top_score_filter`` command woul throw an error
because it wasn't set up correctly. This has now been fixed.
- The standalone ``pvacfuse generate_protein_fasta`` would fail when run with
the ``--input-tsv`` option because it wasn't able to associate TSV entries
with the fasta entries correctly. Using this option will now correctly limit
the output to only entries from the input TSV file.
- In certain situation the trimming of problematic peptides in pVACvector
would not work correctly. This issue has now been addressed.
- Vaxrank was pinned to an older version because newer versions made
backwards-incompatible changes to some code that pVACseq was using. However
this was causing installation issues since this older version of the vaxrank
pacakge has an indirect dependency on an old version of pysam. We
updated the usage of this module so that we could use the latest version of
vaxrank and, thus, newer versions of pysam.
- This version adds error handling for when a normal sample name is provided
to pVACseq but the input VCF is a single-sample VCF.

New in version |version|
------------------------
Expand Down
14 changes: 14 additions & 0 deletions docs/releases/1_5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,17 @@ This is a hotfix release. It fixes the following issues:
the output to only entries from the input TSV file.
- In certain situation the trimming of problematic peptides in pVACvector
would not work correctly. This issue has now been addressed.

1.5.12
------

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

- Vaxrank was pinned to an older version because newer versions made
backwards-incompatible changes to some code that pVACseq was using. However
this was causing installation issues since this older version of the vaxrank
pacakge has an indirect dependency on an old version of pysam. We
updated the usage of this module so that we could use the latest version of
vaxrank and, thus, newer versions of pysam.
- This version adds error handling for when a normal sample name is provided
to pVACseq but the input VCF is a single-sample VCF.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

setup(
name="pvactools",
version="1.5.11",
version="1.5.12",
packages=[
"tools",
"tools.pvacbind",
Expand Down Expand Up @@ -108,7 +108,7 @@
'swagger-spec-validator==2.1.0',
'jsonschema==2.6.0',
'mock',
'vaxrank',
'vaxrank>=1.1.0',
],
package_data={
'tools.pvacseq': pvacseq_data_files,
Expand Down

0 comments on commit 061a251

Please sign in to comment.