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
ccba87bb
Commit
ccba87bb
authored
Jan 15, 2021
by
Louis Duchemin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RER converge : phenotypes file from species list
parent
822dfab1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
lib/rer_converge.ml
lib/rer_converge.ml
+7
-0
lib/rer_converge.mli
lib/rer_converge.mli
+3
-0
No files found.
lib/rer_converge.ml
View file @
ccba87bb
...
...
@@ -2,6 +2,13 @@ open Core_kernel
open
Bistro
open
Bistro
.
Shell_dsl
let
phenotypes_of_convergent_species
species_list
=
let
f
=
[
%
workflow
fun
dest
->
Out_channel
.
write_lines
dest
[
%
eval
species_list
]]
in
Workflow
.
path_plugin
~
descr
:
"Phenotypes file"
f
let
gene_tree_file
gene_trees
=
let
gene_ids
,
newicks
=
List
.
unzip
gene_trees
in
let
f
=
...
...
lib/rer_converge.mli
View file @
ccba87bb
open
Bistro
open
File_formats
val
phenotypes_of_convergent_species
:
string
list
workflow
->
tsv
path
workflow
val
gene_tree_file
:
(
string
*
newick
file
)
list
->
tsv
file
val
rer_converge
:
...
...
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