Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Gitlab is now running v13.9.0 - More info ->
here
<-
Open sidebar
VEBER Philippe
codepi
Commits
6d392a45
Commit
6d392a45
authored
Jan 15, 2021
by
Louis Duchemin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RERconverge executable (wip)
parent
88297304
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
4 deletions
+28
-4
app/dune
app/dune
+13
-4
app/wip.ml
app/wip.ml
+15
-0
No files found.
app/dune
View file @
6d392a45
...
...
@@ -15,7 +15,16 @@
(pps ppx_jane)))
(executable
(name lmm_benchmark)
(modules lmm_benchmark)
(libraries codepi)
(preprocess (pps ppx_jane)))
(name lmm_benchmark)
(modules lmm_benchmark)
(libraries codepi)
(preprocess
(pps ppx_jane)))
(executable
(name wip)
(public_name wip)
(modules wip)
(libraries codepi)
(preprocess
(pps ppx_jane)))
app/wip.ml
0 → 100644
View file @
6d392a45
let
db
=
Codepitk
.
Orthomam_db
.
make
"/home/louis/Data/omm/"
let
target
=
Codepi
.
Orthomam
.
rer_converge
~
db
~
phenotypes
:
(
Bistro
.
Workflow
.
data
Codepi
.
Orthomam
.
species_with_echolocation
)
()
let
()
=
let
loggers
=
[
Bistro_utils
.
Console_logger
.
create
()
]
in
let
allowed_containers
=
[
`Docker
]
in
Bistro
.
Workflow
.
path
target
|>
Bistro_engine
.
Scheduler
.
simple_eval_exn
~
allowed_containers
~
np
:
4
~
mem
:
(
`GB
4
)
~
loggers
|>
print_endline
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