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
4434509f
Commit
4434509f
authored
Nov 11, 2020
by
Philippe Veber
Browse files
update .ocamlinit
parent
d4686c3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.ocamlinit
.ocamlinit
+3
-2
No files found.
.ocamlinit
View file @
4434509f
...
...
@@ -4,9 +4,10 @@ open Codepi
let njplot (t : Biotope.Formats.newick Bistro.file) = Sys.command (Printf.sprintf "njplot %s" (path t))
let n_h0 =
5
0
let n_ha =
5
0
let n_h0 =
30
0
let n_ha =
10
0
let npairs = 10
let tree = Simulation_dataset.Pair_tree { branch_length1 = 3. ; branch_length2 = 3. ; npairs };;
let tree = Simulation_dataset.NHX (Bistro.Workflow.input "data/besnard2009/besnard2009.nhx")
let sim = Simulation_dataset.convdet_simulation ~tree ~profiles:"example/aa_fitness/263SelectedProfiles.tsv" ~n_h0 ~n_ha ();;
let convergent_species = List.init npairs (Printf.sprintf "C%d");;
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