... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: msa |
2 | 2 |
Type: Package |
3 | 3 |
Title: Multiple Sequence Alignment |
4 |
-Version: 1.11.1 |
|
5 |
-Date: 2018-04-23 |
|
4 |
+Version: 1.11.2 |
|
5 |
+Date: 2018-04-27 |
|
6 | 6 |
Author: Enrico Bonatesta, Christoph Horejs-Kainrath, Ulrich Bodenhofer |
7 | 7 |
Maintainer: Ulrich Bodenhofer <bodenhofer@bioinf.jku.at> |
8 | 8 |
Description: The 'msa' package provides a unified R/Bioconductor interface to |
... | ... |
@@ -519,7 +519,7 @@ SEXP RClustalW(SEXP rInputSeqs, |
519 | 519 |
secondvalue1<<secondvalue2; |
520 | 520 |
string secondvalue = secondvalue1.str(); |
521 | 521 |
string rangeVector= " RANGE=" + firstvalue + "," + secondvalue; |
522 |
- if (!(firstvalue2 == -1 | secondvalue2 == -1)) { |
|
522 |
+ if (!(firstvalue2 == -1 || secondvalue2 == -1)) { |
|
523 | 523 |
args.push_back(std::string(rangeVector)); |
524 | 524 |
} |
525 | 525 |
} |
... | ... |
@@ -890,6 +890,9 @@ bibliography below). |
890 | 890 |
|
891 | 891 |
\begin{description} |
892 | 892 |
\item[Version 1.12.0:] release as part of Bioconductor 3.7 |
893 |
+\item[Version 1.11.2:] \mbox{ } \begin{itemize} |
|
894 |
+ \item minor fix in ClustalW |
|
895 |
+ \end{itemize} |
|
893 | 896 |
\item[Version 1.11.1:] \mbox{ } \begin{itemize} |
894 | 897 |
\item fix of code for using custom substitution matrices in ClustalW |
895 | 898 |
\end{itemize} |