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
bedde902
Commit
bedde902
authored
Oct 23, 2020
by
Philippe Veber
Browse files
ocamlformat formatting
parent
5995647f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
.ocamlformat
.ocamlformat
+0
-0
lib/toolbox/candidate_site.mli
lib/toolbox/candidate_site.mli
+11
-11
No files found.
.ocamlformat
0 → 100644
View file @
bedde902
lib/toolbox/candidate_site.mli
View file @
bedde902
open
Phylogenetics
type
leaf_data
=
{
species
:
string
;
state
:
char
;
condition
:
[
`Ancestral
|
`Convergent
]
;
species
:
string
;
state
:
char
;
condition
:
[
`Ancestral
|
`Convergent
]
;
}
type
branch_length
=
float
...
...
@@ -11,30 +11,30 @@ type branch_length = float
type
tree
=
(
unit
,
leaf_data
,
branch_length
)
Tree
.
t
type
t
=
{
alignment_id
:
string
option
;
pos
:
int
option
;
contents
:
tree
;
score
:
float
option
;
alignment_id
:
string
option
;
pos
:
int
option
;
contents
:
tree
;
score
:
float
option
;
}
val
make
:
?
alignment_id
:
string
->
?
score
:
float
->
condition
:
(
string
->
[
`Ancestral
|
`Convergent
])
->
condition
:
(
string
->
[
`Ancestral
|
`Convergent
])
->
Newick_ast
.
t
->
Biotk
.
Fasta
.
item
list
->
int
->
t
val
aa_counts
:
t
->
int
array
*
int
array
val
mean_profile
:
t
->
float
array
val
profiles
:
t
->
float
array
*
float
array
val
group_by_gene
:
t
list
->
(
string
option
*
(
int
*
t
)
list
)
list
val
collapsed_tree
:
f
:
(
leaf_data
list
->
'
a
)
->
tree
->
(
unit
,
'
a
,
float
)
Tree
.
t
f
:
(
leaf_data
list
->
'
a
)
->
tree
->
(
unit
,
'
a
,
float
)
Tree
.
t
val
draw
:
t
->
Biotk_croquis
.
Croquis
.
Picture
.
t
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