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
e15a8d04
Commit
e15a8d04
authored
May 01, 2019
by
Philippe Veber
Browse files
fix call to recall precision curve script
parent
8d0501ba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
etc/docker/r_basics/Dockerfile
etc/docker/r_basics/Dockerfile
+1
-1
lib/convergence_detection.ml
lib/convergence_detection.ml
+1
-1
lib/scripts/recall_precision_curve.R
lib/scripts/recall_precision_curve.R
+0
-1
No files found.
etc/docker/r_basics/Dockerfile
View file @
e15a8d04
...
...
@@ -2,7 +2,7 @@ FROM r-base
MAINTAINER
Carine Rey carine.rey@ens-lyon.org
RUN
echo
'install.packages(c("optparse", "ggplot2", "reshape2", "cowplot", "coda"), repos="https://mirror.ibcp.fr/pub/CRAN/", dependencies=TRUE)'
>
/tmp/packages.R
\
RUN
echo
'install.packages(c("
PRROC","
optparse", "ggplot2", "reshape2", "cowplot", "coda"), repos="https://mirror.ibcp.fr/pub/CRAN/", dependencies=TRUE)'
>
/tmp/packages.R
\
&&
Rscript /tmp/packages.R
RUN
apt-get update
&&
\
...
...
lib/convergence_detection.ml
View file @
e15a8d04
...
...
@@ -177,7 +177,7 @@ let plot_convergent_sites ?(plot_all_sites = true) ~alignment ~detection_results
let
recall_precision_curve
table
=
Workflow
.
shell
~
descr
:
"recall_precision_curve"
[
cmd
"Rscript"
[
cmd
"Rscript"
~
img
:
Env
.
env_r
[
file_dump
(
string
Scripts
.
recall_precision_curve
)
;
dep
table
;
dest
;
...
...
lib/scripts/recall_precision_curve.R
View file @
e15a8d04
...
...
@@ -62,7 +62,6 @@ main <- function(fn, dest) {
svg
(
dest
)
print
(
plot_recall_precision
)
dev.off
()
saveRDS
(
list
(
dd
,
d
),
"/home/pveber/rien.rds"
)
}
main
(
args
[
1
],
args
[
2
])
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