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
809997d6
Commit
809997d6
authored
Jun 28, 2018
by
Carine Rey
Browse files
add different thresholds for each method
parent
d450d4e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
lib/convergence_detection.ml
lib/convergence_detection.ml
+10
-0
No files found.
lib/convergence_detection.ml
View file @
809997d6
...
...
@@ -63,6 +63,15 @@ let plot_merge_results ~res_by_tools ~tree ~faa ~tsv : svg workflow =
string
opt
)
|>
seq
~
sep
:
","
in
let
meths_t
=
List
.
map
res_by_tools
~
f
:
(
fun
res
->
let
opt
=
match
res
with
|
`Pcoc
_
->
"PCOC:0.99"
|
`Pcoc_gamma
_
->
"PCOC_gamma:0.99"
|
`Diffsel
_
->
"Diffsel:0.9"
in
string
opt
)
|>
seq
~
sep
:
","
in
let
package_diffsel_script_utils
=
tmp
//
"diffsel_script_utils.py"
in
let
package_plot_data
=
tmp
//
"plot_data.py"
in
let
script_plot_convergent_sites
=
tmp
//
"plot_convergent_sites.py"
in
...
...
@@ -85,6 +94,7 @@ let plot_merge_results ~res_by_tools ~tree ~faa ~tsv : svg workflow =
opt
"-tree"
dep
tree
;
opt
"-out"
ident
out
;
opt
"-meth"
ident
meths
;
opt
"-t"
ident
meths_t
;
flag
string
"--all_sites"
plot_all_sites
;
]
]
...
...
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