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
281111f8
Commit
281111f8
authored
Nov 09, 2020
by
Philippe Veber
Browse files
update wrt biotk
parent
2079ac34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lib/orthomam.ml
lib/orthomam.ml
+1
-1
lib/toolbox/candidate_site.ml
lib/toolbox/candidate_site.ml
+1
-1
No files found.
lib/orthomam.ml
View file @
281111f8
...
...
@@ -432,7 +432,7 @@ let%pworkflow convergence_species_tree_pdf ~convergent_species db =
col
,
String
.
tr
~
target
:
'
_'
~
replacement
:
'
'
name
|
None
->
Gg
.
Color
.
black
,
""
in
P
.
leaf
~
col
~
style
:
`
oblique
text
P
.
leaf
~
col
~
style
:
`
italic
text
|
Node
n
->
Phylogenetics
.
List1
.
map
n
.
branches
~
f
:
of_branch
|>
Phylogenetics
.
List1
.
to_list
...
...
lib/toolbox/candidate_site.ml
View file @
281111f8
...
...
@@ -153,7 +153,7 @@ let draw_species_names xs =
|>
(
fun
s
->
String
.
sub
~
pos
:
0
~
len
:
(
Int
.
min
50
(
String
.
length
s
))
s
)
|>
(
^
)
" "
in
Picture
.
text
~
x
:
0
.
~
y
:
(
-.
float
i
+.
0
.
5
)
~
valign
:
`ba
lanced
~
halign
:
`left
~
size
:
0
.
2
label
;
Picture
.
text
~
x
:
0
.
~
y
:
(
-.
float
i
+.
0
.
5
)
~
valign
:
`ba
se
~
halign
:
`left
~
size
:
0
.
2
label
;
)
|>
Picture
.
blend
...
...
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