From da18907e82f19825fe5479a2e94f037c12fd53d2 Mon Sep 17 00:00:00 2001 From: Susanna Kiwala Date: Mon, 21 Dec 2020 16:55:45 -0600 Subject: [PATCH] Fix typos --- docs/index.rst | 6 +++--- docs/releases/1_5.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 3d64283b4..d2c5c69cd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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. diff --git a/docs/releases/1_5.rst b/docs/releases/1_5.rst index 728808b31..eda032e12 100644 --- a/docs/releases/1_5.rst +++ b/docs/releases/1_5.rst @@ -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.