Browse code

format error in letter-probablity matrix fixed

paul-shannon authored on 21/09/2021 22:54:33
Showing 1 changed files

... ...
@@ -159,7 +159,7 @@ matrixToMemeText = function (matrices)
159 159
     s [index] = sprintf ('MOTIF %s', fixed.name)
160 160
     index = index + 1
161 161
     new.line =
162
-       sprintf ('letter-probability matrix: alength= 4 w= %d nsites= %d E=8.1e-020',
162
+       sprintf ('letter-probability matrix: alength= 4 w= %d nsites= %d E=%f',
163 163
           nrow (tfMat), 45, 8.1e-020)
164 164
     s [index] =  new.line
165 165
     index = index + 1