Skip to content

Commit

Permalink
Update to version 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Mar 1, 2017
1 parent eabbf77 commit a05ccb7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = '4.0.6'
version = '4.0.7'
# The full version, including alpha/beta/rc tags.
release = '4.0.6'
release = '4.0.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
13 changes: 9 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@ pVAC-Seq is a cancer immunotherapy pipeline for the identification of **p**\ ers
New in version |version|
------------------------

This version updates the IEDB RESTful API URL to the new target announced in IEDB Analysis Resource v2.15.1.
This version improves the sorting of the final report file. The file will now be
sorted by "Gene Name" and "Mutation" and within these categories by the MT score
- either "Median MT Score" or "Best MT score" depending on the
top-score-metric used.

This release introduces a change in how invalid alleles are handeled. Previously, the pipeline would throw a fatal error. The
pipeline will now proceed but invalid alleles will be skipped.
This release implements a 60 second wait between each request to the IEDB
RESTful API in order to decrease the load on their servers. We recommend the
usage of the :ref:`standalone IEDB tools <iedb_install>` for long-running processes with many
variants, prediction algorithm, epitope lengths, or alleles.

This version also has improved error handling around calling standalone IEDB installations.
There also have been various bugfixes in this release.

Citation
--------
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you have an old version of pVAC-Seq installed you might want to consider upgr
.. _iedb_install:

Installing IEDB binding prediction tools (strongly recommended)
---------------------------------------------------
---------------------------------------------------------------

.. warning::
Using a local IEDB installation is strongly recommended for larger datasets
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup(
name="pvacseq",
version="4.0.6",
version="4.0.7",
packages=["pvacseq", "pvacseq.lib", "pvacseq.server"],
entry_points={
"console_scripts":[
Expand Down

0 comments on commit a05ccb7

Please sign in to comment.