Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Dec 21, 2020
1 parent b9abcd5 commit da18907
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ New in release |release|

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

- MHCflurry would previously be called once per pepetide sequence. Because a
- MHCflurry would previously be called once per peptide sequence. Because a
large overhead for MHCflurry is the creation of the model and the model gets
created every time MHCflurry is called, this would cause very long runtimes
when using this predicition algorithm. This version updates the processing
to pre-calculcate all the epitopes of an intermediate fasta file and make
when using this prediction algorithm. This version updates the processing
to pre-calculate all the epitopes of an intermediate fasta file and make
only one call to MHCflurry for all of them.
- This version was updated to set consistent file permissions for all of the
output files created by pVACseq, pVACfuse, pVACbind, and pVACvector.
Expand Down
6 changes: 3 additions & 3 deletions docs/releases/1_5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ This is a hotfix release. It fixes the following issues:

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

- MHCflurry would previously be called once per pepetide sequence. Because a
- MHCflurry would previously be called once per peptide sequence. Because a
large overhead for MHCflurry is the creation of the model and the model gets
created every time MHCflurry is called, this would cause very long runtimes
when using this predicition algorithm. This version updates the processing
to pre-calculcate all the epitopes of an intermediate fasta file and make
when using this prediction algorithm. This version updates the processing
to pre-calculate all the epitopes of an intermediate fasta file and make
only one call to MHCflurry for all of them.
- This version was updated to set consistent file permissions for all of the
output files created by pVACseq, pVACfuse, pVACbind, and pVACvector.

0 comments on commit da18907

Please sign in to comment.