Skip to content

Commit

Permalink
Upgrade to version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Oct 25, 2019
1 parent 5df179c commit b91e136
Show file tree
Hide file tree
Showing 3 changed files with 17 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.5'
# The full version, including alpha/beta/rc tags.
release = '1.5.2'
release = '1.5.3'

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

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

- AGFusion exon files may be comma-delimited. Previously, the file parser
assumed the files were tab-delimited. This release now allows AGFusion
inputs that are comma- or tab-delimited.
- pVACbind would previously throw an error if a peptide sequence in the input
fasta was shorter than one of the chosen epitope lengths. This issue has
been fixed by first parsing the input fasta and creating individual fasta
files for each epitope length that enforce a minimum length of the peptide
sequences matching the respective epitope length.
- Previous versions of pVACtools resolved an issue where IEDB would output a
warning line if one of the epitope sequences only contained A, C, G, or T
amino acids, since those sequences could also be nuclotide sequences.
However, this issue was only fixed in pVACseq, not pVACbind, or pVACvector.
This release fixes this issue for all tools.
- The wrappers for NetChop or NetMHCstabpan split the set of input epitopes
into chunks of 100 before processing. Due to a bug in the file splitting
logic, one epitope for each chunk over 100 would be errenously dropped. This
effectively would result in less epitopes being returned in the filtered
report than if running the pipelines without NetChop or NetMHCstabpan.

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 @@ -61,7 +61,7 @@

setup(
name="pvactools",
version="1.5.2",
version="1.5.3",
packages=[
"tools",
"tools.pvacbind",
Expand Down

0 comments on commit b91e136

Please sign in to comment.