Skip to content

Commit

Permalink
Update to version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Oct 31, 2018
1 parent 2179646 commit 17e1176
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.1'
release = '1.1.2'

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

This is a hotfix release. It fixes the following issue(s):

- In version 1.1 we updated VAFs to be fractions, rather than percentages. A
bug in this code change resulted in an error when using custom VAF cutoff values instead of the
default. This has now been fixed.
- In version 1.1.0 we added a ``--pass-only`` flag to pVACseq that would
result in only variants with ``FILTER`` of ``PASS`` or ``.`` getting processed.
However, this option was not getting passed along to the pVACseq process
correctly, resulting in this option not taking effect. This hotfix release
fixes this issue and the ``--pass-only`` flag should now work as expected.

New in version |version|
------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

setup(
name="pvactools",
version="1.1.1",
version="1.1.2",
packages=[
"tools",
"tools.pvacfuse",
Expand Down

0 comments on commit 17e1176

Please sign in to comment.