Browse code

Fixed MIT scoring

Jean-Philippe Fortin authored on 07/04/2023 19:57:12
Showing 3 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: crisprScore
2
-Version: 1.3.2
3
-Date: 2023-04-03
2
+Version: 1.3.3
3
+Date: 2023-04-07
4 4
 Title: On-Target and Off-Target Scoring Algorithms for CRISPR gRNAs
5 5
 Authors@R: c(
6 6
     person("Jean-Philippe", "Fortin", email = "[email protected]", role = c("aut", "cre", "cph")),
7 7
Binary files a/R/sysdata.rda and b/R/sysdata.rda differ
... ...
@@ -3,6 +3,11 @@
3 3
 \encoding{UTF-8}
4 4
 
5 5
 
6
+\section{Version 1.3.3}{\itemize{
7
+\item One more fix to the MIT scoring. Forgot to save sysdata last time.
8
+}}
9
+
10
+
6 11
 \section{Version 1.3.1}{\itemize{
7 12
 \item Fixed MIT formula. Previous calculations were erroneous. 
8 13
 }}