We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85e331 commit 297f58aCopy full SHA for 297f58a
biojava-core/src/main/java/org/biojava/nbio/core/alignment/matrices/SimpleSubstitutionMatrix.java
@@ -41,8 +41,8 @@
41
* @author Paolo Pavan
42
* @param <C> each element of the matrix corresponds to a pair of {@link Compound}s of type C
43
*/
44
-public class SimpleSubstitutionMatrix<C extends Compound> implements SubstitutionMatrix<C> {
45
-
+public class SimpleSubstitutionMatrix<C extends Compound> implements SubstitutionMatrix<C>, Serializable {
+
46
private static final String comment = "#";
47
48
private CompoundSet<C> compoundSet;
0 commit comments