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
9c41e5c0
Commit
9c41e5c0
authored
Aug 31, 2018
by
Carine Rey
Browse files
add msd in the plot_per_hyp
parent
dc3ac956
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lib/convergence_detection.ml
lib/convergence_detection.ml
+3
-2
No files found.
lib/convergence_detection.ml
View file @
9c41e5c0
...
...
@@ -101,7 +101,7 @@ let plot_merge_results ?t_choices ~plot_all_sites ~(res_by_tools:result list) ~t
|
`Topological_WAG
_
->
"Topological_WAG01"
|
`Tdg09
_
->
"Tdg09_1MinusFDR,Tdg09_prob_post"
|
`Multinomial
_
->
"Mutinomial_1MinusLRT"
|
`Msd
_
->
"Msd_1MinusP"
|
`Msd
_
->
"Msd_
0.05_
1MinusP"
in
string
opt
)
|>
seq
~
sep
:
","
...
...
@@ -118,7 +118,8 @@ let plot_merge_results ?t_choices ~plot_all_sites ~(res_by_tools:result list) ~t
|
`Topological_WAG
_
->
"Topological_WAG01:0.9"
|
`Tdg09
_
->
"Tdg09_1MinusFDR:0.99,Tdg09_prob_post:0.99"
|
`Multinomial
_
->
"Mutinomial_1MinusLRT:0.95"
|
`Msd
_
->
"Msd_1MinusP:0.95"
|
`Msd
_
->
"Msd_0.05_1MinusP:0.95"
in
string
opt
)
|>
seq
~
sep
:
","
...
...
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