From 935dbb31a92377dba5bc580db962dbfecc2be140 Mon Sep 17 00:00:00 2001 From: Susanna Kiwala Date: Wed, 27 Jun 2018 11:53:27 -0500 Subject: [PATCH] Update version --- docs/conf.py | 2 +- docs/index.rst | 6 +++--- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c0d50b8cd..1c7228278 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,7 +69,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.6' +release = '1.0.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index db65b24e2..2238caf25 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -38,9 +38,9 @@ New in version |release| This is a hotfix release. It fixes the following issues: -- There was a bug in how alternate alleles were resolved when matching VEP - consequence fields to an entry which resulted in certain indels to be - skipped. This has now been fixed. +- VEP82 and higher supports selenocysteine modicfications (amino acid "U"), which is + not supported by downstream IEDB prediction algorithms. pVACtools now skips + sequences containing this amino acid with a warning. Coming soon ----------- diff --git a/setup.py b/setup.py index 11740e0f8..f35e2a44b 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( name="pvactools", - version="1.0.6", + version="1.0.7", packages=["tools", "tools.pvacfuse", "tools.pvacvector", "tools.pvacseq", "lib", "utils.pvacapi", "utils.pvacapi.controllers"], entry_points={ "console_scripts":[