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
be2ae394
Commit
be2ae394
authored
Aug 02, 2018
by
Carine Rey
Browse files
repo refactoring (continuation)
parent
0030e37e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
lib/post_analyses.ml
lib/post_analyses.ml
+11
-7
No files found.
lib/post_analyses.ml
View file @
be2ae394
...
...
@@ -359,13 +359,17 @@ let repo_of_post_analyses_res ~prefix ~post_analyses_res =
(
match
post_analyses_res
.
t_choices
with
|
None
->
[]
|
Some
w
->
Repo
.[
item
[
prefix
^
".t_choices.max_mcc_per_meth.tsv"
]
w
.
t_choices_max
;
item
[
prefix
^
".t_choices.recall09_per_meth.tsv"
]
w
.
t_choices_recall09
;
item
[
prefix
^
".t_choices.complete.tsv"
]
w
.
t_choices_complete
;
item
[
prefix
^
".t_choices.pdf"
]
w
.
t_choices_plot
;
item
[
prefix
^
".t_choices.condensed.pdf"
]
w
.
t_choices_condensed_plot
;
]
[
Repo
.[
item
[
prefix
^
".t_choices.max_mcc_per_meth.tsv"
]
w
.
t_choices_max
;
item
[
prefix
^
".t_choices.recall09_per_meth.tsv"
]
w
.
t_choices_recall09
;
item
[
prefix
^
".t_choices.complete.tsv"
]
w
.
t_choices_complete
;
]
|>
Repo
.
shift
"pdf_tsv"
;
Repo
.[
item
[
prefix
^
".t_choices.pdf"
]
w
.
t_choices_plot
;
item
[
prefix
^
".t_choices.condensed.pdf"
]
w
.
t_choices_condensed_plot
;
]
]
|>
List
.
concat
);
(*(
match post_analyses_res.auto_t_plot_l with
...
...
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