Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
902daf92
Commit
902daf92
authored
Dec 20, 2020
by
Philippe Veber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Detection_pipeline: added alignment_plot
parent
6c720711
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
lib/detection_pipeline.ml
lib/detection_pipeline.ml
+7
-0
lib/detection_pipeline.mli
lib/detection_pipeline.mli
+2
-0
lib/simulation_pipeline.ml
lib/simulation_pipeline.ml
+0
-7
No files found.
lib/detection_pipeline.ml
View file @
902daf92
...
...
@@ -79,6 +79,7 @@ module type S = sig
query
list
->
Codepitk
.
Candidate_site
.
t
list
workflow
val
alignment_plot
:
query
->
svg
file
end
module
Make
(
Q
:
Query
)
=
struct
...
...
@@ -343,4 +344,10 @@ module Make (Q : Query) = struct
in
Workflow
.
plugin
~
descr
:
"detection_pipeline.ranking"
f
let
alignment_plot
d
=
Convergence_detection
.
plot_convergent_sites
~
tree
:
(
Q
.
tree
~
branch_length_unit
:
`Amino_acid
d
)
~
alignment
:
(
amino_acid_alignment
d
)
~
detection_results
:
(
multinomial_asymptotic_lrt
d
)
()
end
lib/detection_pipeline.mli
View file @
902daf92
...
...
@@ -78,6 +78,8 @@ module type S = sig
convergent_species
:
string
list
workflow
->
query
list
->
Codepitk
.
Candidate_site
.
t
list
workflow
val
alignment_plot
:
query
->
svg
file
end
module
Make
(
Q
:
Query
)
:
S
with
type
query
:=
Q
.
t
lib/simulation_pipeline.ml
View file @
902daf92
...
...
@@ -62,13 +62,6 @@ let tree_workflow = function
module
Make
(
Q
:
Detection_pipeline
.
Query
)
=
struct
include
Detection_pipeline
.
Make
(
Q
)
let
alignment_plot
d
=
Convergence_detection
.
plot_convergent_sites
~
tree
:
(
Q
.
tree
~
branch_length_unit
:
`Amino_acid
d
)
~
alignment
:
(
amino_acid_alignment
d
)
~
detection_results
:
(
multinomial_asymptotic_lrt
d
)
()
end
module
Mutsel_query
=
struct
...
...
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