Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
5ce44fd1
Commit
5ce44fd1
authored
Jun 26, 2019
by
Philippe Veber
Browse files
Multinomial: fix text output
parent
fde4e6e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/multinomial.ml
lib/multinomial.ml
+1
-1
No files found.
lib/multinomial.ml
View file @
5ce44fd1
...
...
@@ -74,7 +74,7 @@ let%pworkflow multinomial_ocaml_implementation ~meth ~(tree_sc:_ pworkflow) ~(fa
let
res
=
List
.
init
n
~
f
:
site
in
let
res_lines
=
List
.
mapi
res
~
f
:
(
fun
i
(
lr
,
pval
)
->
sprintf
"%d
\t
%f
\t
%f"
i
(
1
.
-.
pval
)
lr
sprintf
"%d
\t
%f
\t
%f"
(
i
+
1
)
(
1
.
-.
pval
)
lr
)
in
let
header
=
"Sites
\t
1MinusLRT
\t
LikelihoodRatio"
in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment